Go to the documentation of this file.
105 #ifndef heatTransferCoeffModels_ReynoldsAnalogy_H
106 #define heatTransferCoeffModels_ReynoldsAnalogy_H
114 namespace heatTransferCoeffModels
121 class ReynoldsAnalogy
123 public heatTransferCoeffModel
150 virtual tmp<Field<scalar>>
rho(
const label patchi)
const;
152 virtual tmp<Field<scalar>>
Cp(
const label patchi)
const;
154 virtual tmp<volSymmTensorField>
devReff()
const;
156 tmp<FieldField<Field, scalar>>
Cf()
const;
162 const FieldField<Field, scalar>&
q
177 const dictionary&
dict,
virtual tmp< volSymmTensorField > devReff() const
const fvMesh & mesh() const
An abstract base class for heat transfer coeffcient models.
A class for handling words, derived from Foam::string.
A field of fields is a PtrList of fields with reference counting.
A class for managing temporary objects.
ReynoldsAnalogy(const dictionary &dict, const fvMesh &mesh, const word &TName)
tmp< FieldField< Field, scalar > > Cf() const
virtual tmp< Field< scalar > > Cp(const label patchi) const
virtual tmp< Field< scalar > > rho(const label patchi) const
GeometricField< scalar, fvPatchField, volMesh > volScalarField
const word & TName() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
Vector< scalar > vector
A scalar version of the templated Vector.
virtual void htc(volScalarField &htc, const FieldField< Field, scalar > &q)
virtual bool read(const dictionary &dict)
void operator=(const ReynoldsAnalogy &)=delete
TypeName("ReynoldsAnalogy")
Heat transfer coefficient calculation based on Reynolds Analogy, which is used to relate turbulent mo...
Generic GeometricField class.
virtual ~ReynoldsAnalogy()=default
tmp< FieldField< Field, scalar > > q() const