Skip to content
Snippets Groups Projects
Commit 0781a2f3 authored by Andrew Heather's avatar Andrew Heather
Browse files

correcting use of totalPressure BC

    - still not consistent for pd as does not include buoyancy effects
parent a40999c5
Branches
Tags
No related merge requests found
......@@ -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;
......
......@@ -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;
......
......@@ -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;
}
......
......@@ -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;
}
......
......@@ -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;
}
......
......@@ -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;
}
......
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment