Add ScalarFluidSystem (for other classes' use).

This commit is contained in:
Atgeirr Flø Rasmussen 2022-09-16 16:14:22 +02:00
parent a050c1e945
commit 64cbf7e035

View File

@ -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()