correcting use of totalPressure BC

- still not consistent for pd as does not include buoyancy effects
This commit is contained in:
andy 2009-02-18 16:13:32 +00:00
parent a40999c586
commit 0781a2f387
7 changed files with 38 additions and 38 deletions

View File

@ -20,23 +20,23 @@ internalField uniform 0;
boundaryField
{
walls
walls
{
type zeroGradient;
}
obstacle
obstacle
{
type zeroGradient;
}
atmosphere
atmosphere
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho none;
rho rho;
psi none;
gamma 1;
value uniform 0;

View File

@ -20,23 +20,23 @@ internalField uniform 0;
boundaryField
{
walls
walls
{
type zeroGradient;
}
obstacle
obstacle
{
type zeroGradient;
}
atmosphere
atmosphere
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho none;
rho rho;
psi none;
gamma 1;
value uniform 0;

View File

@ -20,34 +20,34 @@ internalField uniform 0;
boundaryField
{
leftWall
leftWall
{
type zeroGradient;
}
rightWall
rightWall
{
type zeroGradient;
}
lowerWall
lowerWall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho none;
rho rho;
psi none;
gamma 1;
value uniform 0;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -25,34 +25,34 @@ boundaryField
type empty;
}
inlet
inlet
{
type zeroGradient;
}
wall
wall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho none;
rho rho;
psi none;
gamma 1;
value uniform 0;
}
front
front
{
type wedge;
}
back
back
{
type wedge;
}

View File

@ -20,34 +20,34 @@ internalField uniform 0;
boundaryField
{
leftWall
leftWall
{
type zeroGradient;
}
rightWall
rightWall
{
type zeroGradient;
}
lowerWall
lowerWall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho none;
rho rho;
psi none;
gamma 1;
value uniform 0;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,34 +20,34 @@ internalField uniform 0;
boundaryField
{
leftWall
leftWall
{
type zeroGradient;
}
rightWall
rightWall
{
type zeroGradient;
}
lowerWall
lowerWall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho none;
rho rho;
psi none;
gamma 1;
value uniform 0;
}
defaultFaces
defaultFaces
{
type empty;
}

View File

@ -20,34 +20,34 @@ internalField uniform 0;
boundaryField
{
leftWall
leftWall
{
type zeroGradient;
}
rightWall
rightWall
{
type zeroGradient;
}
lowerWall
lowerWall
{
type zeroGradient;
}
atmosphere
atmosphere
{
type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho none;
rho rho;
psi none;
gamma 1;
value uniform 0;
}
defaultFaces
defaultFaces
{
type empty;
}