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
Branches
Tags
No related merge requests found
......@@ -28,9 +28,8 @@ boundaryField
outlet
{
type pressureInletOutletVelocity;
phi phi.particles;
value $internalField;
type fixedValue;
value uniform (0 0 0);
}
walls
......
......@@ -6027,8 +6027,7 @@ boundaryField
{
inlet
{
type fixedValue;
value uniform 0;
type zeroGradient;
}
outlet
{
......
......@@ -25,7 +25,7 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-6;
tolerance 1e-9;
relTol 0;
}
......
......@@ -25,7 +25,7 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-6;
tolerance 1e-9;
relTol 0;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment