mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
update parameters BlackoilFluidSystem
fix update parameters BlackoilFluidSystem
This commit is contained in:
@@ -74,6 +74,8 @@ class EclEquilInitializer
|
||||
enum { enableTemperature = getPropValue<TypeTag, Properties::EnableTemperature>() };
|
||||
enum { enableEnergy = getPropValue<TypeTag, Properties::EnableEnergy>() };
|
||||
enum { enableBrine = getPropValue<TypeTag, Properties::EnableBrine>() };
|
||||
enum { enableEvaporation = getPropValue<TypeTag, Properties::EnableEvaporation>() };
|
||||
enum { enableSaltPrecipitation = getPropValue<TypeTag, Properties::EnableSaltPrecipitation>() };
|
||||
|
||||
public:
|
||||
// NB: setting the enableEnergy argument to true enables storage of enthalpy and
|
||||
@@ -83,7 +85,9 @@ public:
|
||||
enableTemperature,
|
||||
enableEnergy,
|
||||
Indices::gasEnabled,
|
||||
enableEvaporation,
|
||||
enableBrine,
|
||||
enableSaltPrecipitation,
|
||||
Indices::numPhases>;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user