42 void thermalShellFvPatchScalarField::create_baffle()
69 const this_bctype& ptf,
87 parent_bctype(
p, iF,
dict),
114 const this_bctype& ptf,
143 static bool warned =
false;
148 <<
"Ignoring, regionFaModels are disabled" <<
endl;
153 auto& baffle = baffle_();
157 baffle.vsm().mapToVolumePatch(baffle.T(), pfld,
patch().
index());
166 dict_.
write(os,
false);
175 thermalShellFvPatchScalarField
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
const fvPatch & patch() const noexcept
Return the patch.
bool allowFaModels() noexcept
The enable/disable state for regionFaModel (default: true)
Ostream & endl(Ostream &os)
Add newline and flush stream.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Macros for easy insertion into run-time selection tables.
makePatchTypeField(fvPatchScalarField, alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField)
bool updated() const noexcept
True if the boundary condition has already been updated.
A FieldMapper for finite-volume patch fields.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void write(Ostream &) const
Write.
A wrapper for dictionary content, without operators that could affect inheritance patterns...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void write(Ostream &) const
Write includes "value" entry.
void write(Ostream &os, const bool subDict=true) const
Write dictionary, normally with sub-dictionary formatting.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
thermalShellFvPatchScalarField(const fvPatch &, const DimensionedField< scalar, volMesh > &)
Construct from patch and internal field.
label index() const noexcept
The index of this patch in the boundary mesh.
static autoPtr< thermalShellModel > New(const fvMesh &mesh, const dictionary &dict)
Return a reference to the selected model using dictionary.
#define InfoInFunction
Report an information message using Foam::Info.