36 #ifndef wallHeatTransferCoeffModel_H 37 #define wallHeatTransferCoeffModel_H 56 TypeName(
"wallHeatTransferCoeffModel");
const fvPatchList & patches
A list of keyword definitions, which are a keyword followed by any number of values (e...
declareRunTimeSelectionTable(autoPtr, wallHeatTransferCoeffModel, word,(const word &name, const fvMesh &mesh, const dictionary &dict),(name, mesh, dict))
wallHeatTransferCoeffModel(const word &name, const fvMesh &mesh, const dictionary &)
Construct from name, mesh and dict.
TypeName("wallHeatTransferCoeffModel")
Runtime type information.
Abstract base class for run time selection of heat transfer coefficient models.
virtual bool read(const dictionary &)=0
Read the wallHeatTransferCoeffModel data.
static autoPtr< wallHeatTransferCoeffModel > New(const word &name, const fvMesh &mesh, const dictionary &)
Return a reference to the selected subset.
autoPtr< wallHeatTransferCoeffModel > clone() const
Clone.
A class for handling words, derived from string.
tmp< volSymmTensorField > tau(const momentumTransportModel &mmtm, const fvMesh &mesh) const
Calculate wall shear stress.
void operator=(const wallHeatTransferCoeffModel &)=delete
Disallow default bitwise assignment.
word name(const complex &)
Return a string representation of a complex.
Abstract base class for turbulence models (RAS, LES and laminar).
virtual tmp< volScalarField > htcByRhoCp(const momentumTransportModel &mmtm, const labelHashSet &patches) const =0
Interface for heat transfer coefficient.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
virtual ~wallHeatTransferCoeffModel()
Destructor.