40 mixedFvPatchScalarField(p, iF)
42 valueFraction() = 0.0;
56 mixedFvPatchScalarField(ptf, p, iF, mapper)
67 mixedFvPatchScalarField(p, iF, dict)
76 mixedFvPatchScalarField(tppsf)
86 mixedFvPatchScalarField(tppsf, iF)
101 "thermophysicalProperties"
104 const label
patchi = patch().index();
106 mixedFvPatchScalarField& Tw = refCast<mixedFvPatchScalarField>
113 valueFraction() = Tw.valueFraction();
115 if (dimensionedInternalField().
name() ==
"h")
117 refValue() = thermo.
h(Tw.refValue(),
patchi);
118 refGrad() = thermo.
Cp(Tw, patchi)*Tw.refGrad()
119 + patch().deltaCoeffs()*
122 - thermo.
h(Tw, patch().faceCells())
127 refValue() = thermo.
hs(Tw.refValue(),
patchi);
128 refGrad() = thermo.
Cp(Tw, patchi)*Tw.refGrad()
129 + patch().deltaCoeffs()*
131 thermo.
hs(Tw, patchi)
132 - thermo.
hs(Tw, patch().faceCells())