72 template<
class BasicMomentumTransportModel>
114 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
115 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
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,.
Standard high Reynolds-number k-omega turbulence model for incompressible and compressible flows.
BasicMomentumTransportModel::alphaField alphaField
void boundOmega()
Bound omega.
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
tmp< volScalarField > DomegaEff() const
Return the effective diffusivity for omega.
virtual tmp< volScalarField > k() const
Return the turbulence kinetic energy.
TypeName("kOmega")
Runtime type information.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
dimensionedScalar alphaOmega_
kOmega(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.
virtual tmp< fvScalarMatrix > omegaSource() const
Source term for the omega equation.
virtual void correctNut()
Correct the eddy-viscosity nut.
virtual ~kOmega()
Destructor.
virtual tmp< fvScalarMatrix > kSource() const
Source term for the k equation.
virtual tmp< volScalarField > epsilon() const
Return the turbulence kinetic energy dissipation rate.
dimensionedScalar betaStar_
dimensionedScalar alphaK_
virtual bool read()
Read RASProperties dictionary.
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.