mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-26 03:00:17 -06:00
Add ScalarFluidSystem (for other classes' use).
This commit is contained in:
parent
a050c1e945
commit
64cbf7e035
@ -131,6 +131,15 @@ public:
|
||||
enableBrine,
|
||||
enableSaltPrecipitation,
|
||||
Indices::numPhases>;
|
||||
using ScalarFluidState = BlackOilFluidState<Scalar,
|
||||
FluidSystem,
|
||||
enableTemperature,
|
||||
enableEnergy,
|
||||
compositionSwitchEnabled,
|
||||
enableEvaporation,
|
||||
enableBrine,
|
||||
enableSaltPrecipitation,
|
||||
Indices::numPhases>;
|
||||
using Problem = GetPropType<TypeTag, Properties::Problem>;
|
||||
|
||||
BlackOilIntensiveQuantities()
|
||||
|
Loading…
Reference in New Issue
Block a user