40 mixedFvPatchScalarField(
p, iF)
42 valueFraction() = scalar(0);
43 refValue() = scalar(0);
44 refGrad() = scalar(0);
56 mixedFvPatchScalarField(
p, iF,
dict)
69 mixedFvPatchScalarField(ptf,
p, iF, mapper, false)
82 mixedFvPatchScalarField(tppsf, iF)
96 mapper(*
this, ptf, [&](){
return patchInternalField(); });
97 mapper(refValue(), ptf.refValue(), [&](){ return patchInternalField(); });
98 mapper(refGrad(), ptf.refGrad(), scalar(0));
99 mapper(valueFraction(), ptf.valueFraction(), scalar(0));
109 map(refCast<const mixedUnburntEnthalpyFvPatchScalarField>(ptf), mapper);
123 physicalProperties::typeName
128 mixedFvPatchScalarField& Tw = refCast<mixedFvPatchScalarField>
135 valueFraction() = Tw.valueFraction();
138 + patch().deltaCoeffs()*
141 -
thermo.heu(Tw, patch().faceCells())
144 mixedFvPatchScalarField::updateCoeffs();
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual const volScalarField & Cp() const =0
Heat capacity at constant pressure [J/kg/K].
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Mixed boundary condition for unburnt.
mixedUnburntEnthalpyFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
void map(const mixedUnburntEnthalpyFvPatchScalarField &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
Base-class for combustion fluid thermodynamic properties based on compressibility.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
makeNullConstructablePatchTypeField(fvPatchVectorField, noSlipFvPatchVectorField)
fluidMulticomponentThermo & thermo