add tpfa as lineariser for gasoil_energy (with diffusion) and gasoildiffusion

This commit is contained in:
hnil
2023-08-25 16:10:20 +02:00
committed by Kai Bao
parent 3315027bcc
commit 8afbd49322
2 changed files with 9 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ template<class TypeTag>
struct LocalResidual<TypeTag, TTag::EclFlowGasOilEnergyProblem> { using type = BlackOilLocalResidualTPFA<TypeTag>; };
template<class TypeTag>
struct EnableDiffusion<TypeTag, TTag::EclFlowGasOilEnergyProblem> { static constexpr bool value = false; };
struct EnableDiffusion<TypeTag, TTag::EclFlowGasOilEnergyProblem> { static constexpr bool value = true; };
}}