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:
parent
faa6d0e4da
commit
7b971a9ebf
2 changed files with 3 additions and 3 deletions
|
|
@ -25,8 +25,8 @@ boundaryField
|
|||
inlet
|
||||
{
|
||||
type variableHeightFlowRate;
|
||||
lowerBound 0.0;
|
||||
upperBound 0.9;
|
||||
lowerBound 0;
|
||||
upperBound 1;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ boundaryField
|
|||
|
||||
lowerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
type fixedFluxPressure;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue