diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/system/fvSolution b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/system/fvSolution index 09fc61785c..210715a1d6 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/system/fvSolution +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoilingIATE/system/fvSolution @@ -73,6 +73,7 @@ solvers preconditioner DILU; tolerance 1e-6; relTol 0; + minIter 1; } "Yi.*" @@ -105,6 +106,7 @@ relaxationFactors equations { ".*" 1; + "e\..*" 0.1; } }