34 gradientEnergyCalculatedTemperatureFvPatchScalarField,
49 calculatedFvPatchScalarField(p, iF),
62 calculatedFvPatchScalarField(p, iF),
65 calculatedFvPatchScalarField::evaluate();
78 calculatedFvPatchScalarField(ptf, p, iF, mapper),
79 heGradient_(mapper(ptf.heGradient_))
89 calculatedFvPatchScalarField(ptf),
90 heGradient_(ptf.heGradient_)
101 calculatedFvPatchScalarField(ptf, iF),
102 heGradient_(ptf.heGradient_)
113 calculatedFvPatchScalarField::autoMap(m);
114 m(heGradient_, heGradient_);
124 calculatedFvPatchScalarField::rmap(ptf, addr);
127 refCast<const gradientEnergyCalculatedTemperatureFvPatchScalarField>
132 heGradient_.
rmap(mptf.heGradient_, 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...
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
Foam::fvPatchFieldMapper.
Base class for temperature boundary conditions in which the parameters of the gradient energy conditi...
virtual label size() const
Return size.
defineTypeNameAndDebug(combustionModel, 0)
gradientEnergyCalculatedTemperatureFvPatchScalarField(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...
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.