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

@ -23,20 +23,20 @@ boundaryField
bottom
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
top
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform ( 0 0 0 );
type pressureInletOutletVelocity;
phi phia;
value $internalField;
}
walls
{
type fixedValue;
value uniform ( 0 0 0 );
value uniform (0 0 0);
}
frontBack

View File

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

View File

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

View File

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

View File

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

View File

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