41 mixedFvPatchScalarField(p, iF)
43 valueFraction() = 0.0;
57 mixedFvPatchScalarField(p, iF, dict)
70 mixedFvPatchScalarField(ptf, p, iF, mapper)
81 mixedFvPatchScalarField(tppsf, iF)
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();
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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.
Mixed boundary condition for unburnt.
Foam::fvPatchFieldMapper.
Base-class for combustion fluid thermodynamic properties based on compressibility.
static const word dictName
Name of the thermophysical properties dictionary.
virtual tmp< volScalarField > Cp() const =0
Heat capacity at constant pressure [J/kg/K].
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.