mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
twoPhaseEulerFoam tutorials: update velocity BCs
This commit is contained in:
@ -28,9 +28,9 @@ boundaryField
|
||||
|
||||
top
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue uniform (0 0 0);
|
||||
value uniform ( 0 0 0 );
|
||||
type pressureInletOutletVelocity;
|
||||
phi phia;
|
||||
value $internalField;
|
||||
}
|
||||
|
||||
walls
|
||||
|
||||
@ -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
|
||||
|
||||
@ -27,7 +27,9 @@ boundaryField
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
type pressureInletOutletVelocity;
|
||||
phi phia;
|
||||
value $internalField;
|
||||
}
|
||||
inlet
|
||||
{
|
||||
|
||||
@ -27,7 +27,9 @@ boundaryField
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
type pressureInletOutletVelocity;
|
||||
phi phib;
|
||||
value $internalField;
|
||||
}
|
||||
inlet
|
||||
{
|
||||
|
||||
@ -1907,8 +1907,8 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue uniform (0 0 0);
|
||||
type pressureInletOutletVelocity;
|
||||
phi phia;
|
||||
value nonuniform List<vector>
|
||||
25
|
||||
(
|
||||
|
||||
@ -1907,8 +1907,8 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue uniform (0 0 0);
|
||||
type pressureInletOutletVelocity;
|
||||
phi phib;
|
||||
value nonuniform List<vector>
|
||||
25
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user