40 fixedGradientFvPatchScalarField(p, iF)
52 fixedGradientFvPatchScalarField(ptf, p, iF, mapper)
63 fixedGradientFvPatchScalarField(p, iF, dict)
72 fixedGradientFvPatchScalarField(tppsf)
82 fixedGradientFvPatchScalarField(tppsf, iF)
97 "thermophysicalProperties"
100 const label
patchi = patch().index();
107 if (dimensionedInternalField().
name() ==
"h")
109 gradient() = thermo.
Cp(Tw, patchi)*Tw.
snGrad()
110 + patch().deltaCoeffs()*
113 - thermo.
h(Tw, patch().faceCells())
118 gradient() = thermo.
Cp(Tw, patchi)*Tw.
snGrad()
119 + patch().deltaCoeffs()*
121 thermo.
hs(Tw, patchi)
122 - thermo.
hs(Tw, patch().faceCells())