twoPhaseEulerFoam: Corrected potential conservation issue at inlet-outlet BCs

Updated MULES to ensure the limiter is 1 at inlet BCs
This commit is contained in:
Henry
2013-08-15 17:03:52 +01:00
parent b9f9598725
commit 13e1addc35
4 changed files with 12 additions and 7 deletions

View File

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

View File

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