Go to the documentation of this file.
120 template<
class BasicTurbulenceModel>
179 typedef typename BasicTurbulenceModel::alphaField
alphaField;
180 typedef typename BasicTurbulenceModel::rhoField
rhoField;
181 typedef typename BasicTurbulenceModel::transportModel
transportModel;
222 this->
nut_/sigmaK_ + this->
nu()
235 this->
nut_/sigmaEps_ + this->
nu()
A class for handling words, derived from string.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
A class for managing temporary objects.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
volScalarField epsilon_
Turbulence dissipation.
BasicTurbulenceModel::transportModel transportModel
static const word propertiesName
Default name of the turbulence properties dictionary.
BasicTurbulenceModel::alphaField alphaField
dimensionedScalar sigmaK_
dimensionedScalar sigmaEps_
virtual bool read()
Re-read model coefficients if they have changed.
tmp< volScalarField > Ts() const
Return time scale, Ts.
Lien and Kalitzin's v2-f turbulence model for incompressible and compressible flows,...
TypeName("v2f")
Runtime type information.
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
v2f(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
Construct from components.
virtual tmp< volScalarField > f() const
Return the damping function.
dimensionedScalar CmuKEps_
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
BasicTurbulenceModel::rhoField rhoField
Generic dimensioned Type class.
BasicTurbulenceModel::alphaField alphaField
volScalarField f_
Damping function.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
BasicTurbulenceModel::transportModel transportModel
BasicTurbulenceModel::rhoField rhoField
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
volScalarField k_
Turbulence kinetic energy.
volScalarField v2_
Turbulence stress normal to streamlines.
virtual void correctNut()
virtual ~v2f()
Destructor.
Eddy viscosity turbulence model base class.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
virtual tmp< volScalarField > v2() const
Return turbulence stress normal to streamlines.
Abstract base-class for v2-f models to provide BCs access to the v2 and f fields.
tmp< volScalarField > Ls() const
Return length scale, Ls.