35 #ifndef LESeddyViscosity_H 36 #define LESeddyViscosity_H 52 template<
class BasicMomentumTransportModel>
67 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
68 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
77 const alphaField&
alpha,
Eddy viscosity LES SGS model base class.
BasicMomentumTransportModel::rhoField rhoField
virtual ~LESeddyViscosity()
Destructor.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
Eddy viscosity turbulence model base class.
void operator=(const LESeddyViscosity &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
A class for handling words, derived from string.
virtual tmp< volScalarField > omega() const
Return the turbulence specific dissipation rate.
Abstract base class for all fluid physical properties.
virtual bool read()
Read model coefficients if they have changed.
LESeddyViscosity(const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity)
Construct from components.
BasicMomentumTransportModel::alphaField alphaField
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
A class for managing temporary objects.