twoPhaseEulerFoam: Improved handling of velocity/flux boundary conditions

Updated tutorials to converge pressure during PIMPLE loop to avoid
phase-fraction unboundedness which limits thermodynamics convergence.
This commit is contained in:
Henry
2015-04-12 09:57:56 +01:00
parent 56e9699cb0
commit f5bb944965
19 changed files with 63 additions and 42 deletions

View File

@ -28,7 +28,7 @@ boundaryField
{
type inletOutlet;
phi phi.water;
inletValue uniform 300;
inletValue $internalField;
value $internalField;
}
inlet

View File

@ -35,7 +35,7 @@ solvers
agglomerator faceAreaPair;
mergeLevels 1;
tolerance 1e-8;
relTol 0.01;
relTol 0;
}
p_rghFinal

View File

@ -42,7 +42,7 @@ solvers
agglomerator faceAreaPair;
mergeLevels 1;
tolerance 1e-8;
relTol 0.01;
relTol 0;
}
p_rghFinal