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),
59 alphaWall_(ptf.alphaWall_, 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),
99 alphaWall_(tppsf.alphaWall_)
109 mixedFvPatchScalarField(tppsf, iF),
111 alphaWall_(tppsf.alphaWall_)
122 scalarField::autoMap(m);
124 alphaWall_.autoMap(m);
134 mixedFvPatchScalarField::rmap(ptf, addr);
137 refCast<const wallHeatTransferFvPatchScalarField>(ptf);
139 Tinf_.
rmap(tiptf.Tinf_, addr);
140 alphaWall_.rmap(tiptf.alphaWall_, addr);
167 + turbModel.
kappaEff(patchi)*patch().deltaCoeffs()/alphaWall_
170 mixedFvPatchScalarField::updateCoeffs();
179 writeEntry(
"value", os);
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual tmp< volScalarField > kappaEff() const
Return the effective turbulent thermal diffusivity for temperature.
virtual void rmap(const fvPatchScalarField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
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.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
Foam::fvPatchFieldMapper.
virtual void write(Ostream &) const
Write.
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...
virtual void write(Ostream &) const
Write.
static word groupName(Name name, const word &group)
void writeEntry(const word &keyword, Ostream &os) const
Write the field as a dictionary entry.
Macros for easy insertion into run-time selection tables.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
rDeltaT dimensionedInternalField()
An Ostream is an abstract base class for all output systems (streams, files, token lists...
static const word propertiesName
Default name of the turbulence properties dictionary.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
wallHeatTransferFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
volScalarField scalarField(fieldObject, mesh)
virtual label size() const
Return size.
Templated wrapper class to provide compressible turbulence models thermal diffusivity based thermal t...