tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel: Updated entrainment BC
This commit is contained in:
parent
d251485534
commit
6e10f3a3eb
4 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue