34 mixedEnergyCalculatedTemperatureFvPatchScalarField,
49 calculatedFvPatchScalarField(p, iF),
50 heRefValue_(p.
size()),
52 heValueFraction_(p.
size())
64 calculatedFvPatchScalarField(p, iF),
65 heRefValue_(p.
size()),
67 heValueFraction_(p.
size())
69 calculatedFvPatchScalarField::evaluate();
82 calculatedFvPatchScalarField(ptf, p, iF, mapper),
83 heRefValue_(mapper(ptf.heRefValue_)),
84 heRefGrad_(mapper(ptf.heRefGrad_)),
85 heValueFraction_(mapper(ptf.heValueFraction_))
95 calculatedFvPatchScalarField(ptf),
96 heRefValue_(ptf.heRefValue_),
97 heRefGrad_(ptf.heRefGrad_),
98 heValueFraction_(ptf.heValueFraction_)
109 calculatedFvPatchScalarField(ptf, iF),
110 heRefValue_(ptf.heRefValue_),
111 heRefGrad_(ptf.heRefGrad_),
112 heValueFraction_(ptf.heValueFraction_)
123 calculatedFvPatchScalarField::autoMap(m);
124 m(heRefValue_, heRefValue_);
125 m(heRefGrad_, heRefGrad_);
126 m(heValueFraction_, heValueFraction_);
136 calculatedFvPatchScalarField::rmap(ptf, addr);
139 refCast<const mixedEnergyCalculatedTemperatureFvPatchScalarField>(ptf);
141 heRefValue_.
rmap(mptf.heRefValue_, addr);
142 heRefGrad_.rmap(mptf.heRefGrad_, addr);
143 heValueFraction_.rmap(mptf.heValueFraction_, addr);
A list of keyword definitions, which are a keyword followed by any number of values (e...
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Foam::fvPatchFieldMapper.
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
virtual label size() const
Return size.
defineTypeNameAndDebug(combustionModel, 0)
mixedEnergyCalculatedTemperatureFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
Base class for temperature boundary conditions in which the parameters of the mixed energy condition ...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.