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

@ -16,7 +16,7 @@ FoamFile
dimensions [1 -1 -2 0 0 0 0];
internalField nonuniform List<scalar>
internalField nonuniform List<scalar>
1875
(
6296.13
@ -1899,23 +1899,24 @@ internalField nonuniform List<scalar>
boundaryField
{
inlet
inlet
{
type zeroGradient;
}
outlet
outlet
{
type fixedValue;
value uniform 0;
}
walls
walls
{
type zeroGradient;
type buoyantPressure;
value uniform 0;
}
defaultFaces
defaultFaces
{
type empty;
}