tutorials: reactingTwoPhaseEulerFoam: Fixed divergence in wallBoilingIATE
Patch contributed by Juho Peltola, VTT.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user