tutorials: reactingTwoPhaseEulerFoam: Fixed divergence in wallBoilingIATE

Patch contributed by Juho Peltola, VTT.
This commit is contained in:
Will Bainbridge
2019-01-16 15:23:12 +00:00
parent f4e92c3322
commit 610c61bd2a

View File

@ -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;
}
}