73 template<
class BasicMomentumTransportModel>
102 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
103 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
115 const alphaField&
alpha,
virtual bool read()
Read model coefficients if they have changed.
Eddy viscosity LES SGS model base class.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
virtual ~WALE()
Destructor.
volScalarField alpha(IOobject("alpha", runTime.timeName(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
virtual tmp< volScalarField > epsilon() const
Return sub-grid disipation rate.
virtual void correctNut()
Update the SGS eddy-viscosity.
tmp< volSymmTensorField > Sd(const volTensorField &gradU) const
Return the deviatoric symmetric part of the square of the given.
BasicMomentumTransportModel::rhoField rhoField
A class for handling words, derived from string.
TypeName("WALE")
Runtime type information.
void operator=(const WALE &)=delete
Disallow default bitwise assignment.
WALE(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 all fluid physical properties.
The Wall-adapting local eddy-viscosity (WALE) SGS model.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
virtual void correct()
Correct Eddy-Viscosity and related properties.
A class for managing temporary objects.
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
BasicMomentumTransportModel::alphaField alphaField