tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel: Updated entrainment BC
This commit is contained in:
@ -45,8 +45,8 @@ boundaryField
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue uniform (0 0 0);
|
||||
type pressureInletOutletVelocity;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
walls
|
||||
{
|
||||
|
||||
@ -39,8 +39,8 @@ boundaryField
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 100000;
|
||||
type totalPressure;
|
||||
p0 $internalField;
|
||||
}
|
||||
walls
|
||||
{
|
||||
|
||||
@ -45,8 +45,8 @@ boundaryField
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type inletOutlet;
|
||||
inletValue uniform (0 0 0);
|
||||
type pressureInletOutletVelocity;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
walls
|
||||
{
|
||||
|
||||
@ -39,8 +39,8 @@ boundaryField
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 100000;
|
||||
type totalPressure;
|
||||
p0 $internalField;
|
||||
}
|
||||
walls
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user