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,7 +22,8 @@ boundaryField
{
bottom
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
top
@ -33,7 +34,8 @@ boundaryField
walls
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
frontBack