Add ScalarFluidSystem (for other classes' use).

This commit is contained in:
Atgeirr Flø Rasmussen
2022-09-28 08:45:45 +02:00
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()