twoPhaseEulerFoam tutorials: updated to ensure particle phase-fraction conservation

This commit is contained in:
Henry
2013-08-15 17:30:35 +01:00
parent f891ac738e
commit c64fff5f45
4 changed files with 5 additions and 7 deletions

View File

@ -28,9 +28,8 @@ boundaryField
outlet outlet
{ {
type pressureInletOutletVelocity; type fixedValue;
phi phi.particles; value uniform (0 0 0);
value $internalField;
} }
walls walls

View File

@ -6027,8 +6027,7 @@ boundaryField
{ {
inlet inlet
{ {
type fixedValue; type zeroGradient;
value uniform 0;
} }
outlet outlet
{ {

View File

@ -25,7 +25,7 @@ solvers
solver PCG; solver PCG;
preconditioner DIC; preconditioner DIC;
tolerance 1e-6; tolerance 1e-9;
relTol 0; relTol 0;
} }

View File

@ -25,7 +25,7 @@ solvers
solver PCG; solver PCG;
preconditioner DIC; preconditioner DIC;
tolerance 1e-6; tolerance 1e-9;
relTol 0; relTol 0;
} }