From 3f11f6629a7ce839ab2711c40452246880185dbe Mon Sep 17 00:00:00 2001 From: goncalvesmachadoc Date: Tue, 7 Dec 2021 20:34:18 +0100 Subject: [PATCH] fix --- opm/models/blackoil/blackoilmodel.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opm/models/blackoil/blackoilmodel.hh b/opm/models/blackoil/blackoilmodel.hh index 555373555..4dafda127 100644 --- a/opm/models/blackoil/blackoilmodel.hh +++ b/opm/models/blackoil/blackoilmodel.hh @@ -162,6 +162,10 @@ struct EnableFoam { static constexpr bool value = template struct EnableBrine { static constexpr bool value = false; }; template +struct EnableEvaporation { static constexpr bool value = false; }; +template +struct EnableSaltPrecipitation { static constexpr bool value = false; }; +template struct EnableMICP { static constexpr bool value = false; }; //! By default, the blackoil model is isothermal and does not conserve energy