34 namespace wallHeatTransferCoeffModels
62 dict.lookupBackwardsCompatible({
"Pr",
"Prl"})
84 isCharLength_ =
dict.found(
"Lchar");
115 thtcByRhoCp.
ref().boundaryFieldRef();
121 if (!thtcByRhoCpBf[
patchi].coupled())
128 thtcByRhoCpBf[
patchi] /= Lchar_.value();
#define forAllConstIter(Container, container, iter)
Iterate across all elements in the container object of type.
Macros for easy insertion into run-time selection tables.
Generic GeometricBoundaryField class.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for turbulence models (RAS, LES and laminar).
virtual tmp< volScalarField > nut() const =0
Return the turbulence viscosity.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
A class for managing temporary objects.
T & ref() const
Return non-const reference or generate a fatal error.
Abstract base class for run time selection of heat transfer coefficient models.
Calculates the estimated flow heat transfer coefficient at wall patches as the volScalarField field '...
virtual ~kappaEff()
Destructor.
kappaEff(const word &name, const fvMesh &mesh, const dictionary &)
Construct from name, mesh and dict.
virtual tmp< volScalarField > htcByRhoCp(const momentumTransportModel &mmtm, const labelHashSet &patches) const
Calculate the wall heat transfer coefficient.
virtual bool read(const dictionary &)
Read the kappaEff data.
A class for handling words, derived from string.
const fvPatchList & patches
defineTypeNameAndDebug(kappaEff, 0)
addToRunTimeSelectionTable(wallHeatTransferCoeffModel, kappaEff, word)
bool read(const char *, int32_t &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
word name(const bool)
Return a word representation of a bool.
const dimensionSet dimless
const dimensionSet dimLength
const dimensionSet dimTime
const dimensionSet dimArea
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.