Template cases: apply totalPressure BC on pressure at outlet
This commit is contained in:
@ -27,8 +27,8 @@ boundaryField
|
||||
atmosphere
|
||||
{
|
||||
type totalPressure;
|
||||
gamma 1.4;
|
||||
p0 uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
#includeEtc "caseDicts/setConstraintTypes"
|
||||
|
||||
@ -28,7 +28,8 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type fixedValue;
|
||||
type totalPressure;
|
||||
p0 uniform $pOut;
|
||||
value uniform $pOut;
|
||||
}
|
||||
|
||||
|
||||
@ -26,7 +26,8 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type fixedValue;
|
||||
type totalPressure;
|
||||
p0 uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -26,7 +26,8 @@ boundaryField
|
||||
|
||||
outlet
|
||||
{
|
||||
type fixedValue;
|
||||
type totalPressure;
|
||||
p0 uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user