39#ifndef incompressible_RASVariables_kEpsilon_H
40#define incompressible_RASVariables_kEpsilon_H
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Mesh data needed to do the Finite Volume discretisation.
RASModelVariables(const fvMesh &mesh, const solverControl &SolverControl)
Construct from components.
tmp< volScalarField::Internal > computeG()
virtual tmp< volScalarField::Internal > G()
Return the turbulence production term.
virtual void allocateMeanFields()
virtual ~kEpsilon()=default
Destructor.
kEpsilon(const fvMesh &mesh, const solverControl &SolverControl)
Construct from components.
virtual void computeMeanFields()
Compute mean fields on the fly.
autoPtr< volScalarField::Internal > GMean_
Average of the production term.
TypeName("kEpsilon")
Runtime type information.
Base class for solver control classes.
A class for managing temporary objects.