41 mixedFvPatchScalarField(p, iF)
43 valueFraction() = 0.0;
57 mixedFvPatchScalarField(p, iF, dict)
70 mixedFvPatchScalarField(ptf, p, iF, mapper)
81 mixedFvPatchScalarField(tppsf, iF)
96 physicalProperties::typeName
101 mixedFvPatchScalarField& Tw = refCast<mixedFvPatchScalarField>
108 valueFraction() = Tw.valueFraction();
109 refValue() = thermo.
heu(Tw.refValue(),
patchi);
110 refGrad() = thermo.
Cp(Tw, patchi)*Tw.refGrad()
111 + patch().deltaCoeffs()*
113 thermo.
heu(Tw, patchi)
114 - thermo.
heu(Tw, patch().faceCells())
117 mixedFvPatchScalarField::updateCoeffs();
fluidReactionThermo & thermo
A list of keyword definitions, which are a keyword followed by any number of values (e...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual const volScalarField & Tu() const =0
Unburnt gas temperature [K].
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Macros for easy insertion into run-time selection tables.
virtual const volScalarField & Cp() const =0
Heat capacity at constant pressure [J/kg/K].
Mixed boundary condition for unburnt.
Foam::fvPatchFieldMapper.
Base-class for combustion fluid thermodynamic properties based on compressibility.
virtual volScalarField & heu()=0
Unburnt gas enthalpy [J/kg].
mixedUnburntEnthalpyFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.