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