Skip to content
Snippets Groups Projects
Commit c64fff5f authored by Henry's avatar Henry
Browse files

twoPhaseEulerFoam tutorials: updated to ensure particle phase-fraction conservation

parent f891ac73
No related branches found
No related tags found
No related merge requests found
...@@ -28,9 +28,8 @@ boundaryField ...@@ -28,9 +28,8 @@ boundaryField
outlet outlet
{ {
type pressureInletOutletVelocity; type fixedValue;
phi phi.particles; value uniform (0 0 0);
value $internalField;
} }
walls walls
......
...@@ -6027,8 +6027,7 @@ boundaryField ...@@ -6027,8 +6027,7 @@ boundaryField
{ {
inlet inlet
{ {
type fixedValue; type zeroGradient;
value uniform 0;
} }
outlet outlet
{ {
......
...@@ -25,7 +25,7 @@ solvers ...@@ -25,7 +25,7 @@ solvers
solver PCG; solver PCG;
preconditioner DIC; preconditioner DIC;
tolerance 1e-6; tolerance 1e-9;
relTol 0; relTol 0;
} }
......
...@@ -25,7 +25,7 @@ solvers ...@@ -25,7 +25,7 @@ solvers
solver PCG; solver PCG;
preconditioner DIC; preconditioner DIC;
tolerance 1e-6; tolerance 1e-9;
relTol 0; relTol 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment