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:
@ -23,20 +23,20 @@ boundaryField
|
|||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform ( 0 0 0 );
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type inletOutlet;
|
type pressureInletOutletVelocity;
|
||||||
inletValue uniform (0 0 0);
|
phi phia;
|
||||||
value uniform ( 0 0 0 );
|
value $internalField;
|
||||||
}
|
}
|
||||||
|
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform ( 0 0 0 );
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
frontBack
|
frontBack
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -27,7 +27,9 @@ boundaryField
|
|||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type pressureInletOutletVelocity;
|
||||||
|
phi phia;
|
||||||
|
value $internalField;
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -27,7 +27,9 @@ boundaryField
|
|||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type pressureInletOutletVelocity;
|
||||||
|
phi phib;
|
||||||
|
value $internalField;
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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
|
||||||
(
|
(
|
||||||
|
|||||||
@ -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
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user