Move modification of density to convectiveMixingModule

This commit is contained in:
Tor Harald Sandve
2024-07-30 07:28:53 +02:00
parent f10c44279f
commit 0a63fc8e24
4 changed files with 19 additions and 7 deletions

View File

@@ -127,10 +127,11 @@ struct EnableMICP<TypeTag, TTag::FlowProblem>
{ static constexpr bool value = false; };
template<class TypeTag>
struct EnableDispersion<TypeTag, TTag::FlowProblem>
struct EnableDispersion<TypeTag, TTag::FlowProblem>
{ static constexpr bool value = false; };
template<class TypeTag>
struct EnableConvectiveMixing<TypeTag, TTag::FlowProblem>
struct EnableConvectiveMixing<TypeTag, TTag::FlowProblem>
{ static constexpr bool value = true; };
template<class TypeTag>