tutorials/multiphase/interFoam/ras/weirOverflow: Updated to improve robustness

Resolves bug-report http://bugs.openfoam.org/view.php?id=2236
This commit is contained in:
Henry Weller
2016-09-07 14:05:37 +01:00
parent faa6d0e4da
commit 7b971a9ebf
2 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ boundaryField
inlet inlet
{ {
type variableHeightFlowRate; type variableHeightFlowRate;
lowerBound 0.0; lowerBound 0;
upperBound 0.9; upperBound 1;
value uniform 0; value uniform 0;
} }

View File

@ -34,7 +34,7 @@ boundaryField
lowerWall lowerWall
{ {
type zeroGradient; type fixedFluxPressure;
} }
atmosphere atmosphere