diff --git a/src/finiteVolume/fields/fvPatchFields/derived/PrghPressure/prghPressureFvPatchScalarFields.C b/src/finiteVolume/fields/fvPatchFields/derived/PrghPressure/prghPressureFvPatchScalarFields.C index 807c8f24fe..f6635e6af7 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/PrghPressure/prghPressureFvPatchScalarFields.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/PrghPressure/prghPressureFvPatchScalarFields.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org - \\ / A nd | Copyright (C) 2018-2020 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2018-2023 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -26,6 +26,7 @@ License #include "PrghPressureFvPatchScalarField.H" #include "pressureFvPatchScalarField.H" #include "totalPressureFvPatchScalarField.H" +#include "uniformTotalPressureFvPatchScalarField.H" #include "entrainmentPressureFvPatchScalarField.H" #include "uniformDensityHydrostaticPressureFvPatchScalarField.H" @@ -37,6 +38,8 @@ namespace Foam makePrghPatchScalarField(totalPressure, prghTotalPressure) + makePrghPatchScalarField(uniformTotalPressure, prghUniformTotalPressure) + makePrghPatchScalarField(entrainmentPressure, prghEntrainmentPressure) makePrghPatchScalarField diff --git a/src/finiteVolume/fields/fvPatchFields/derived/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.H b/src/finiteVolume/fields/fvPatchFields/derived/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.H index 0b1c11faf6..4d99b32f92 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/uniformTotalPressure/uniformTotalPressureFvPatchScalarField.H @@ -44,7 +44,7 @@ Usage { type uniformTotalPressure; - p0 uniform 1e5; + p0 1e5; } \endverbatim