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())
82 calculatedFvPatchScalarField(ptf, p, iF, mapper),
83 heRefValue_(mapper(ptf.heRefValue_)),
84 heRefGrad_(mapper(ptf.heRefGrad_)),
85 heValueFraction_(mapper(ptf.heValueFraction_))
96 calculatedFvPatchScalarField(ptf, iF),
97 heRefValue_(ptf.heRefValue_),
98 heRefGrad_(ptf.heRefGrad_),
99 heValueFraction_(ptf.heValueFraction_)
110 calculatedFvPatchScalarField::autoMap(m);
111 m(heRefValue_, heRefValue_);
112 m(heRefGrad_, heRefGrad_);
113 m(heValueFraction_, heValueFraction_);
123 calculatedFvPatchScalarField::rmap(ptf, addr);
126 refCast<const mixedEnergyCalculatedTemperatureFvPatchScalarField>(ptf);
128 heRefValue_.
rmap(mptf.heRefValue_, addr);
129 heRefGrad_.rmap(mptf.heRefGrad_, addr);
130 heValueFraction_.rmap(mptf.heValueFraction_, addr);
139 calculatedFvPatchScalarField::reset(ptf);
142 refCast<const mixedEnergyCalculatedTemperatureFvPatchScalarField>(ptf);
144 heRefValue_.
reset(mptf.heRefValue_);
145 heRefGrad_.reset(mptf.heRefGrad_);
146 heValueFraction_.reset(mptf.heValueFraction_);
void evaluate(GeometricField< Type, PatchField, GeoMesh > &result, const Function1< Type > &func, const GeometricField< Type, PatchField, GeoMesh > &x)
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...
virtual void reset(const fvPatchScalarField &)
Reset the fvPatchField to the given fvPatchField.
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.