tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel: Updated entrainment BC

This commit is contained in:
Henry Weller
2016-06-24 14:06:30 +01:00
parent d251485534
commit 6e10f3a3eb
4 changed files with 8 additions and 8 deletions

View File

@ -45,8 +45,8 @@ boundaryField
} }
outlet outlet
{ {
type inletOutlet; type pressureInletOutletVelocity;
inletValue uniform (0 0 0); value uniform (0 0 0);
} }
walls walls
{ {

View File

@ -39,8 +39,8 @@ boundaryField
} }
outlet outlet
{ {
type fixedValue; type totalPressure;
value uniform 100000; p0 $internalField;
} }
walls walls
{ {

View File

@ -45,8 +45,8 @@ boundaryField
} }
outlet outlet
{ {
type inletOutlet; type pressureInletOutletVelocity;
inletValue uniform (0 0 0); value uniform (0 0 0);
} }
walls walls
{ {

View File

@ -39,8 +39,8 @@ boundaryField
} }
outlet outlet
{ {
type fixedValue; type totalPressure;
value uniform 100000; p0 $internalField;
} }
walls walls
{ {