71#ifndef thermalShellFvPatchScalarField_H
72#define thermalShellFvPatchScalarField_H
89class thermalShellFvPatchScalarField
91 public fixedValueFvPatchField<scalar>
96 autoPtr<regionModels::thermalShellModel> baffle_;
105 TypeName(
"compressible::thermalShell");
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
This boundary condition provides a coupled temperature condition between a primary region (3D mesh) a...
virtual tmp< fvPatchScalarField > clone(const DimensionedField< scalar, volMesh > &iF) const
Construct and return a clone setting internal field reference.
virtual tmp< fvPatchScalarField > clone() const
Construct and return a clone.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
TypeName("compressible::thermalShell")
Runtime type information.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
A FieldMapper for finite-volume patch fields.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A class for managing temporary objects.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.