Go to the documentation of this file.
49 template<
class BasicTurbulenceModel>
57 typedef typename BasicTurbulenceModel::alphaField
alphaField;
58 typedef typename BasicTurbulenceModel::rhoField
rhoField;
59 typedef typename BasicTurbulenceModel::transportModel
transportModel;
143 # include "laminar.C"
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate,.
static autoPtr< laminar > New(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName)
Return a reference to the selected turbulence model.
A class for handling words, derived from string.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity, i.e. the laminar viscosity.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
static const word propertiesName
Default name of the turbulence properties dictionary.
BasicTurbulenceModel::rhoField rhoField
virtual void correct()
Correct the laminar viscosity.
virtual tmp< volSymmTensorField > R() const
Return the Reynolds stress tensor, i.e. 0 for laminar flow.
virtual bool read()
Read turbulenceProperties dictionary.
BasicTurbulenceModel::alphaField alphaField
Linear viscous stress turbulence model base class.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy, i.e. 0 for laminar flow.
TypeName("laminar")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
BasicTurbulenceModel::transportModel transportModel
virtual tmp< volScalarField > nut() const
Return the turbulence viscosity, i.e. 0 for laminar flow.
laminar(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName)
Construct from components.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Turbulence model for laminar flow.
virtual ~laminar()
Destructor.
virtual const dictionary & coeffDict() const
Const access to the coefficients dictionary.
Generic GeometricField class.