tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling/system/fvSolution: Updated to improve stability
This commit is contained in:
parent
5822320b8d
commit
940237b4fe
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ solvers
|
||||||
agglomerator faceAreaPair;
|
agglomerator faceAreaPair;
|
||||||
mergeLevels 1;
|
mergeLevels 1;
|
||||||
tolerance 1e-8;
|
tolerance 1e-8;
|
||||||
relTol 0.1;
|
relTol 0.01;
|
||||||
maxIter 100;
|
maxIter 100;
|
||||||
minIter 2;
|
minIter 2;
|
||||||
}
|
}
|
||||||
|
|
@ -98,7 +98,7 @@ relaxationFactors
|
||||||
{
|
{
|
||||||
fields
|
fields
|
||||||
{
|
{
|
||||||
iDmdt 0.4;
|
iDmdt 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
equations
|
equations
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue