mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
fix
This commit is contained in:
parent
db3ef09fc0
commit
3f11f6629a
@ -162,6 +162,10 @@ struct EnableFoam<TypeTag, TTag::BlackOilModel> { static constexpr bool value =
|
||||
template<class TypeTag>
|
||||
struct EnableBrine<TypeTag, TTag::BlackOilModel> { static constexpr bool value = false; };
|
||||
template<class TypeTag>
|
||||
struct EnableEvaporation<TypeTag, TTag::BlackOilModel> { static constexpr bool value = false; };
|
||||
template<class TypeTag>
|
||||
struct EnableSaltPrecipitation<TypeTag, TTag::BlackOilModel> { static constexpr bool value = false; };
|
||||
template<class TypeTag>
|
||||
struct EnableMICP<TypeTag, TTag::BlackOilModel> { static constexpr bool value = false; };
|
||||
|
||||
//! By default, the blackoil model is isothermal and does not conserve energy
|
||||
|
Loading…
Reference in New Issue
Block a user