46 zeroGradientFvPatchScalarField(p, iF)
58 zeroGradientFvPatchScalarField(ptf, p, iF, mapper)
69 zeroGradientFvPatchScalarField(p, iF, dict)
78 zeroGradientFvPatchScalarField(wbppsf)
88 zeroGradientFvPatchScalarField(wbppsf, iF)
101 const freestreamFvPatchVectorField& Up =
102 refCast<const freestreamFvPatchVectorField>
118 phip = patch().Sf() & Up.freestreamValue();
125 phip = rhop*(patch().Sf() & Up.freestreamValue());
129 FatalErrorIn(
"freestreamPressureFvPatchScalarField::updateCoeffs()")
130 <<
"dimensions of phi are not correct"
131 <<
"\n on patch " << this->patch().name()
132 <<
" of field " << this->dimensionedInternalField().name()
133 <<
" in file " << this->dimensionedInternalField().objectPath()