Template cases: apply totalPressure BC on pressure at outlet

This commit is contained in:
Chris Greenshields
2023-12-13 18:03:58 +00:00
parent 6e16197328
commit eed7a62b98
4 changed files with 7 additions and 4 deletions

View File

@ -27,8 +27,8 @@ boundaryField
atmosphere
{
type totalPressure;
gamma 1.4;
p0 uniform 0;
value uniform 0;
}
#includeEtc "caseDicts/setConstraintTypes"

View File

@ -28,7 +28,8 @@ boundaryField
outlet
{
type fixedValue;
type totalPressure;
p0 uniform $pOut;
value uniform $pOut;
}

View File

@ -26,7 +26,8 @@ boundaryField
outlet
{
type fixedValue;
type totalPressure;
p0 uniform 0;
value uniform 0;
}

View File

@ -26,7 +26,8 @@ boundaryField
outlet
{
type fixedValue;
type totalPressure;
p0 uniform 0;
value uniform 0;
}