twoPhaseEulerFoam tutorials: update velocity BCs

This commit is contained in:
Henry
2012-02-24 17:13:46 +00:00
parent 7e580905f1
commit 5eb7e465ba
6 changed files with 18 additions and 14 deletions

View File

@ -28,9 +28,9 @@ boundaryField
top top
{ {
type inletOutlet; type pressureInletOutletVelocity;
inletValue uniform (0 0 0); phi phia;
value uniform ( 0 0 0 ); value $internalField;
} }
walls walls

View File

@ -28,9 +28,9 @@ boundaryField
top top
{ {
type inletOutlet; type pressureInletOutletVelocity;
value uniform (0 0 0); phi phib;
inletValue uniform ( 0 0 0 ); value $internalField;
} }
walls walls

View File

@ -27,7 +27,9 @@ boundaryField
} }
outlet outlet
{ {
type zeroGradient; type pressureInletOutletVelocity;
phi phia;
value $internalField;
} }
inlet inlet
{ {

View File

@ -27,7 +27,9 @@ boundaryField
} }
outlet outlet
{ {
type zeroGradient; type pressureInletOutletVelocity;
phi phib;
value $internalField;
} }
inlet inlet
{ {

View File

@ -1907,8 +1907,8 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type pressureInletOutletVelocity;
inletValue uniform (0 0 0); phi phia;
value nonuniform List<vector> value nonuniform List<vector>
25 25
( (

View File

@ -1907,8 +1907,8 @@ boundaryField
outlet outlet
{ {
type inletOutlet; type pressureInletOutletVelocity;
inletValue uniform (0 0 0); phi phib;
value nonuniform List<vector> value nonuniform List<vector>
25 25
( (