diff --git a/etc/templates/axisymmetricJet/0/p b/etc/templates/axisymmetricJet/0/p index 6106518755..d25d2c2e75 100644 --- a/etc/templates/axisymmetricJet/0/p +++ b/etc/templates/axisymmetricJet/0/p @@ -26,7 +26,7 @@ boundaryField atmosphere { - type totalPressure; + type entrainmentPressure; p0 uniform 0; value uniform 0; } diff --git a/etc/templates/compressibleInflowOutflow/0/p b/etc/templates/compressibleInflowOutflow/0/p index 911d9e5031..56a3e55bbb 100644 --- a/etc/templates/compressibleInflowOutflow/0/p +++ b/etc/templates/compressibleInflowOutflow/0/p @@ -28,7 +28,7 @@ boundaryField outlet { - type totalPressure; + type entrainmentPressure; p0 uniform $pOut; value uniform $pOut; } diff --git a/etc/templates/inflowOutflow/0/p b/etc/templates/inflowOutflow/0/p index 3bcb46c5a2..bab720ca43 100644 --- a/etc/templates/inflowOutflow/0/p +++ b/etc/templates/inflowOutflow/0/p @@ -26,7 +26,7 @@ boundaryField outlet { - type totalPressure; + type entrainmentPressure; p0 uniform 0; value uniform 0; } diff --git a/etc/templates/inflowOutflowRotating/0/p b/etc/templates/inflowOutflowRotating/0/p index 3bcb46c5a2..bab720ca43 100644 --- a/etc/templates/inflowOutflowRotating/0/p +++ b/etc/templates/inflowOutflowRotating/0/p @@ -26,7 +26,7 @@ boundaryField outlet { - type totalPressure; + type entrainmentPressure; p0 uniform 0; value uniform 0; } diff --git a/etc/templates/singleFluidCHT/templates/0/fluid/p_rgh b/etc/templates/singleFluidCHT/templates/0/fluid/p_rgh index ac9bb586a0..71c359297a 100644 --- a/etc/templates/singleFluidCHT/templates/0/fluid/p_rgh +++ b/etc/templates/singleFluidCHT/templates/0/fluid/p_rgh @@ -23,7 +23,8 @@ boundaryField { outlet { - type fixedValue; + type entrainmentPressure; + p0 $internalField; value $internalField; }