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