mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6182 Fracture Model Plot: Reorder curves.
This commit is contained in:
parent
bc82166151
commit
9b47d5266e
@ -130,15 +130,21 @@ RimFractureModelPlot*
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
auto task = progInfo.task( "Creating stress track", 2 );
|
||||||
|
createStressTrack( plot, fractureModel, eclipseCase, timeStep, RiaDefines::CurveProperty::STRESS );
|
||||||
|
createStressTrack( plot, fractureModel, eclipseCase, timeStep, RiaDefines::CurveProperty::STRESS_GRADIENT );
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
auto task = progInfo.task( "Creating facies properties track", 15 );
|
auto task = progInfo.task( "Creating facies properties track", 15 );
|
||||||
|
|
||||||
std::vector<RiaDefines::CurveProperty> results = {RiaDefines::CurveProperty::YOUNGS_MODULUS,
|
std::vector<RiaDefines::CurveProperty> results = {RiaDefines::CurveProperty::YOUNGS_MODULUS,
|
||||||
RiaDefines::CurveProperty::POISSONS_RATIO,
|
RiaDefines::CurveProperty::POISSONS_RATIO,
|
||||||
RiaDefines::CurveProperty::K_IC,
|
|
||||||
RiaDefines::CurveProperty::PROPPANT_EMBEDMENT,
|
|
||||||
RiaDefines::CurveProperty::BIOT_COEFFICIENT,
|
RiaDefines::CurveProperty::BIOT_COEFFICIENT,
|
||||||
RiaDefines::CurveProperty::K0,
|
RiaDefines::CurveProperty::K0,
|
||||||
|
RiaDefines::CurveProperty::K_IC,
|
||||||
|
RiaDefines::CurveProperty::PROPPANT_EMBEDMENT,
|
||||||
RiaDefines::CurveProperty::FLUID_LOSS_COEFFICIENT,
|
RiaDefines::CurveProperty::FLUID_LOSS_COEFFICIENT,
|
||||||
RiaDefines::CurveProperty::SPURT_LOSS,
|
RiaDefines::CurveProperty::SPURT_LOSS,
|
||||||
RiaDefines::CurveProperty::RELATIVE_PERMEABILITY_FACTOR,
|
RiaDefines::CurveProperty::RELATIVE_PERMEABILITY_FACTOR,
|
||||||
@ -153,9 +159,7 @@ RimFractureModelPlot*
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
auto task = progInfo.task( "Creating stress track", 2 );
|
auto task = progInfo.task( "Creating temperature track", 2 );
|
||||||
createStressTrack( plot, fractureModel, eclipseCase, timeStep, RiaDefines::CurveProperty::STRESS );
|
|
||||||
createStressTrack( plot, fractureModel, eclipseCase, timeStep, RiaDefines::CurveProperty::STRESS_GRADIENT );
|
|
||||||
createStressTrack( plot, fractureModel, eclipseCase, timeStep, RiaDefines::CurveProperty::TEMPERATURE );
|
createStressTrack( plot, fractureModel, eclipseCase, timeStep, RiaDefines::CurveProperty::TEMPERATURE );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user