71 template<
class BasicMomentumTransportModel>
98 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
99 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
149 this->
nut_ + 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,.
Eddy viscosity LES SGS model base class.
One equation eddy-viscosity model.
BasicMomentumTransportModel::alphaField alphaField
tmp< volScalarField > DkEff() const
Return the effective diffusivity for k.
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
virtual void correct()
Correct eddy-Viscosity and related properties.
void operator=(const kEqn &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
virtual ~kEqn()
Destructor.
virtual void correctNut()
virtual tmp< fvScalarMatrix > kSource() const
TypeName("kEqn")
Runtime type information.
kEqn(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Constructor from components.
virtual bool read()
Read model coefficients if they have changed.
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.