Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
0781a2f3
Commit
0781a2f3
authored
Feb 18, 2009
by
Andrew Heather
Browse files
correcting use of totalPressure BC
- still not consistent for pd as does not include buoyancy effects
parent
a40999c5
Changes
7
Hide whitespace changes
Inline
Side-by-side
tutorials/multiphase/interDyMFoam/damBreakWithObstacle/0-orig/pd
View file @
0781a2f3
...
...
@@ -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;
...
...
tutorials/multiphase/interDyMFoam/damBreakWithObstacle/0/pd
View file @
0781a2f3
...
...
@@ -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;
...
...
tutorials/multiphase/interFoam/laminar/damBreak/0/pd
View file @
0781a2f3
...
...
@@ -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;
}
...
...
tutorials/multiphase/interFoam/les/nozzleFlow2D/0/pd
View file @
0781a2f3
...
...
@@ -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;
}
...
...
tutorials/multiphase/interFoam/ras/damBreak/0/pd
View file @
0781a2f3
...
...
@@ -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;
}
...
...
tutorials/multiphase/multiphaseInterFoam/damBreak4phase/0/pd
View file @
0781a2f3
...
...
@@ -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;
}
...
...
tutorials/multiphase/multiphaseInterFoam/damBreak4phaseFine/0/pd
View file @
0781a2f3
...
...
@@ -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;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment