117 template<
class BasicMomentumTransportModel>
176 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
177 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
189 const alphaField&
alpha,
215 this->
nut_/sigmaK_ + this->
nu()
225 this->
nut_/sigmaEps_ + this->
nu()
BasicMomentumTransportModel::rhoField rhoField
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
dimensionedScalar sigmaEps_
const Boundary & boundaryField() const
Return const-reference to the boundary field.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
wordList types() const
Return a list of the patch field types.
static tmp< GeometricField< scalar, fvPatchField, volMesh > > New(const word &name, const Internal &, const PtrList< fvPatchField< scalar >> &)
Return a temporary field constructed from name,.
volScalarField k_
Turbulence kinetic energy.
Eddy viscosity turbulence model base class.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
tmp< volScalarField > Ls() const
Return length scale, Ls.
v2f(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
Abstract base-class for v2-f models to provide BCs access to the v2 and f fields. ...
volScalarField v2_
Turbulence stress normal to streamlines.
BasicMomentumTransportModel::alphaField alphaField
A class for handling words, derived from string.
virtual ~v2f()
Destructor.
virtual tmp< volScalarField > v2() const
Return turbulence stress normal to streamlines.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
dimensionedScalar CmuKEps_
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
virtual void correctNut()
Abstract base class for all fluid physical properties.
volScalarField f_
Damping function.
TypeName("v2f")
Runtime type information.
virtual tmp< volScalarField > f() const
Return the damping function.
Lien and Kalitzin's v2-f turbulence model for incompressible and compressible flows, with a limit imposed on the turbulent viscosity given by Davidson et al.
virtual bool read()
Read RASProperties dictionary.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
A class for managing temporary objects.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
volScalarField epsilon_
Turbulence dissipation.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
dimensionedScalar sigmaK_
tmp< volScalarField > Ts() const
Return time scale, Ts.