Go to the documentation of this file.
39 mixedFvPatchScalarField(
p, iF),
41 alphaWall_(
p.size(), 0.0)
45 valueFraction() = 0.0;
57 mixedFvPatchScalarField(ptf,
p, iF, mapper),
58 Tinf_(ptf.
Tinf_, mapper),
70 mixedFvPatchScalarField(
p, iF),
71 Tinf_(
"Tinf",
dict,
p.size()),
72 alphaWall_(
"alphaWall",
dict,
p.size())
76 valueFraction() = 0.0;
78 if (
dict.found(
"value"))
97 mixedFvPatchScalarField(tppsf),
109 mixedFvPatchScalarField(tppsf, iF),
122 scalarField::autoMap(m);
124 alphaWall_.autoMap(m);
134 mixedFvPatchScalarField::rmap(ptf, addr);
137 refCast<const wallHeatTransferFvPatchScalarField>(ptf);
139 Tinf_.rmap(tiptf.
Tinf_, addr);
170 mixedFvPatchScalarField::updateCoeffs();
177 Tinf_.writeEntry(
"Tinf", os);
178 alphaWall_.writeEntry(
"alphaWall", os);
179 writeEntry(
"value", os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
virtual void write(Ostream &) const
Write.
static word groupName(Name name, const word &group)
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
rDeltaT dimensionedInternalField()
static const word propertiesName
Default name of the turbulence properties dictionary.
wallHeatTransferFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
const char *const group
Group name for atomic constants.
This boundary condition provides an enthalpy condition for wall heat transfer.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalarField alphaWall_
Thermal diffusivity at the wall.
Macros for easy insertion into run-time selection tables.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
virtual tmp< volScalarField > kappaEff() const
Return the effective turbulent thermal diffusivity for temperature.
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
volScalarField scalarField(fieldObject, mesh)
Foam::fvPatchFieldMapper.
scalarField Tinf_
Temperature at the wall.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...