tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel: Updated entrainment BC

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

View File

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

View File

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

View File

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

View File

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