Corrected buoyancy BCs for p.

This commit is contained in:
henry
2009-07-10 12:59:51 +01:00
parent 66ed15f2c3
commit 90298600e0
18 changed files with 123 additions and 91 deletions

View File

@ -22,17 +22,20 @@ boundaryField
{
leftWall
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
rightWall
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
lowerWall
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
atmosphere