move VtkDiffusionModule parameters to TypeTag-free parameter system

This commit is contained in:
Arne Morten Kvarving
2024-07-05 17:49:51 +02:00
parent 26114b7e06
commit f97959c72c
6 changed files with 16 additions and 47 deletions

View File

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