mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
uniformDensityHydrostaticPressureFvPatchScalarField: Removed optional "true" argument
This commit is contained in:
@ -54,7 +54,7 @@ uniformDensityHydrostaticPressureFvPatchScalarField
|
||||
const dictionary& dict
|
||||
)
|
||||
:
|
||||
fixedValueFvPatchScalarField(p, iF, dict, true),
|
||||
fixedValueFvPatchScalarField(p, iF, dict),
|
||||
rho_(readScalar(dict.lookup("rho"))),
|
||||
pRefValue_(readScalar(dict.lookup("pRefValue"))),
|
||||
pRefPoint_(dict.lookup("pRefPoint"))
|
||||
|
||||
Reference in New Issue
Block a user