move VtkCompositionModule parameters to TypeTag-free parameter system

This commit is contained in:
Arne Morten Kvarving
2024-07-05 17:49:51 +02:00
parent f97959c72c
commit 19e8c394cf
8 changed files with 28 additions and 94 deletions

View File

@@ -65,7 +65,6 @@ namespace Opm::Properties {
namespace TTag {
//! The type tag for the isothermal single phase problems
struct FlashModel { using InheritsFrom = std::tuple<VtkEnergy,
VtkComposition,
MultiPhaseBaseModel>; };
} // namespace TTag