#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:
Kristian Bendiksen
2021-02-22 12:16:36 +01:00
committed by Magne Sjaastad
parent 916cbb306f
commit f0c70a0fd2
5 changed files with 19 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ enum class CurveProperty
IMMOBILE_FLUID_SATURATION,
NET_TO_GROSS,
POROSITY_UNSCALED,
EQLNUM,
};
double defaultPorosity();