mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user