45 mixedFvPatchScalarField(p, iF)
47 valueFraction() = 0.0;
61 mixedFvPatchScalarField(ptf, p, iF, mapper)
72 mixedFvPatchScalarField(p, iF, dict)
81 mixedFvPatchScalarField(tppsf)
91 mixedFvPatchScalarField(tppsf, iF)
106 "thermophysicalProperties"
109 const label
patchi = patch().index();
111 mixedFvPatchScalarField& Tw = refCast<mixedFvPatchScalarField>
118 valueFraction() = Tw.valueFraction();
119 refValue() = thermo.
hu(Tw.refValue(),
patchi);
120 refGrad() = thermo.
Cp(Tw, patchi)*Tw.refGrad()
121 + patch().deltaCoeffs()*
123 thermo.
hu(Tw, patchi)
124 - thermo.
hu(Tw, patch().faceCells())