117 template<
class BasicMomentumTransportModel>
180 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
181 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
219 this->
nut_/sigmaK_ + this->nu()
229 this->
nut_/sigmaEps_ + this->nu()
Generic GeometricField class.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
Abstract base-class for v2-f models to provide BCs access to the v2 and f fields.
Lien and Kalitzin's v2-f turbulence model for incompressible and compressible flows,...
BasicMomentumTransportModel::alphaField alphaField
volScalarField epsilon_
Turbulence dissipation.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
volScalarField k_
Turbulence kinetic energy.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
dimensionedScalar sigmaEps_
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
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.
dimensionedScalar CmuKEps_
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
tmp< volScalarField > boundEpsilon()
Bound epsilon and return Cmu*sqr(k) for nut.
virtual tmp< volScalarField > v2() const
Return turbulence stress normal to streamlines.
TypeName("v2f")
Runtime type information.
virtual tmp< volScalarField > f() const
Return the damping function.
tmp< volScalarField > Ts() const
Return time scale, Ts.
tmp< volScalarField > DepsilonEff() const
Return the effective diffusivity for epsilon.
virtual void correctNut()
Correct the eddy-viscosity nut.
volScalarField f_
Damping function.
dimensionedScalar sigmaK_
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
virtual ~v2f()
Destructor.
tmp< volScalarField > Ls() const
Return length scale, Ls.
virtual bool read()
Read RASProperties dictionary.
volScalarField v2_
Turbulence stress normal to streamlines.
BasicMomentumTransportModel::rhoField rhoField
Eddy viscosity turbulence model base class.
BasicMomentumTransportModel::alphaField alphaField
BasicMomentumTransportModel::rhoField rhoField
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.