update parameters BlackoilFluidSystem

fix

update parameters BlackoilFluidSystem
This commit is contained in:
goncalvesmachadoc
2021-11-29 16:27:55 +01:00
parent ad10e419da
commit 90380c35ad
3 changed files with 12 additions and 0 deletions

View File

@@ -112,6 +112,8 @@ public:
static constexpr bool has_polymermw = getPropValue<TypeTag, Properties::EnablePolymerMW>();
static constexpr bool has_foam = getPropValue<TypeTag, Properties::EnableFoam>();
static constexpr bool has_brine = getPropValue<TypeTag, Properties::EnableBrine>();
static constexpr bool has_watVapor = getPropValue<TypeTag, Properties::EnableEvaporation>();
static constexpr bool has_saltPrecip = getPropValue<TypeTag, Properties::EnableSaltPrecipitation>();
static constexpr bool has_micp = getPropValue<TypeTag, Properties::EnableMICP>();
// For the conversion between the surface volume rate and reservoir voidage rate
@@ -120,7 +122,9 @@ public:
has_temperature,
has_energy,
Indices::compositionSwitchIdx >= 0,
has_watVapor,
has_brine,
has_saltPrecip,
Indices::numPhases >;
/// Constructor
WellInterface(const Well& well,