mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#7400 StimPlanModel: Add EQLNUM result to calculator.
Take results from EQLNUM_1 input properties for missing values in static eclipse case.
This commit is contained in:
committed by
Magne Sjaastad
parent
916cbb306f
commit
f0c70a0fd2
@@ -55,6 +55,7 @@ void AppEnum<RiaDefines::CurveProperty>::setUp()
|
||||
addItem( RiaDefines::CurveProperty::IMMOBILE_FLUID_SATURATION, "IMMOBILE_FLUID_SATURATION", "Immobile Fluid Saturation" );
|
||||
addItem( RiaDefines::CurveProperty::NET_TO_GROSS, "NET_TO_GROSS", "Net-To-Gross" );
|
||||
addItem( RiaDefines::CurveProperty::POROSITY_UNSCALED, "POROSITY_UNSCALED", "Porosity (Unscaled)" );
|
||||
addItem( RiaDefines::CurveProperty::EQLNUM, "EQLNUM", "Equilibration Number" );
|
||||
|
||||
setDefault( RiaDefines::CurveProperty::UNDEFINED );
|
||||
}
|
||||
|
||||
@@ -50,6 +50,7 @@ enum class CurveProperty
|
||||
IMMOBILE_FLUID_SATURATION,
|
||||
NET_TO_GROSS,
|
||||
POROSITY_UNSCALED,
|
||||
EQLNUM,
|
||||
};
|
||||
|
||||
double defaultPorosity();
|
||||
|
||||
Reference in New Issue
Block a user