mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add ScalarFluidSystem (for other classes' use).
This commit is contained in:
@@ -131,6 +131,15 @@ public:
|
|||||||
enableBrine,
|
enableBrine,
|
||||||
enableSaltPrecipitation,
|
enableSaltPrecipitation,
|
||||||
Indices::numPhases>;
|
Indices::numPhases>;
|
||||||
|
using ScalarFluidState = BlackOilFluidState<Scalar,
|
||||||
|
FluidSystem,
|
||||||
|
enableTemperature,
|
||||||
|
enableEnergy,
|
||||||
|
compositionSwitchEnabled,
|
||||||
|
enableEvaporation,
|
||||||
|
enableBrine,
|
||||||
|
enableSaltPrecipitation,
|
||||||
|
Indices::numPhases>;
|
||||||
using Problem = GetPropType<TypeTag, Properties::Problem>;
|
using Problem = GetPropType<TypeTag, Properties::Problem>;
|
||||||
|
|
||||||
BlackOilIntensiveQuantities()
|
BlackOilIntensiveQuantities()
|
||||||
|
|||||||
Reference in New Issue
Block a user