Go to the documentation of this file.
95 #ifndef viscousDissipation_H
96 #define viscousDissipation_H
112 class viscousDissipation
131 tmp<volSymmTensorField> devRhoReff()
const;
134 tmp<volScalarField> rho()
const;
148 const word& sourceName,
149 const word& modelType,
virtual ~viscousDissipation()=default
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
virtual bool read(const dictionary &dict)
TypeName("viscousDissipation")
viscousDissipation(const word &sourceName, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Base abstract class for handling finite volume options (i.e. fvOption).
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
void operator=(const viscousDissipation &)=delete
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
const fvMesh & mesh() const noexcept
virtual void addSup(const volScalarField &rho, fvMatrix< scalar > &eqn, const label fieldi)
A special matrix type and solver, designed for finite volume solutions of scalar equations....
Applies a viscous dissipation energy source to the energy equation.
Generic GeometricField class.