Skip to content
Snippets Groups Projects
Commit 09819c52 authored by Henry Weller's avatar Henry Weller
Browse files

tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel: Updated entrainment BC

parent a1b524f8
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ boundaryField ...@@ -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 ...@@ -39,8 +39,8 @@ boundaryField
} }
outlet outlet
{ {
type fixedValue; type totalPressure;
value uniform 100000; p0 $internalField;
} }
walls walls
{ {
......
...@@ -45,8 +45,8 @@ boundaryField ...@@ -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 ...@@ -39,8 +39,8 @@ boundaryField
} }
outlet outlet
{ {
type fixedValue; type totalPressure;
value uniform 100000; p0 $internalField;
} }
walls walls
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment