79template<
class BasicTurbulenceModel>
90 void operator=(
const WALE&) =
delete;
117 typedef typename BasicTurbulenceModel::alphaField
alphaField;
118 typedef typename BasicTurbulenceModel::rhoField
rhoField;
119 typedef typename BasicTurbulenceModel::transportModel
transportModel;
143 virtual ~WALE() =
default;
Eddy viscosity LES SGS model base class.
The Wall-adapting local eddy-viscosity (WALE) SGS model.
BasicTurbulenceModel::alphaField alphaField
virtual ~WALE()=default
Destructor.
BasicTurbulenceModel::rhoField rhoField
virtual void correct()
Correct Eddy-Viscosity and related properties.
TypeName("WALE")
Runtime type information.
tmp< volSymmTensorField > Sd(const volTensorField &gradU) const
Return the deviatoric symmetric part of the square of the given.
virtual void correctNut()
Update the SGS eddy-viscosity.
BasicTurbulenceModel::transportModel transportModel
virtual tmp< volScalarField > k() const
Return SGS kinetic energy.
virtual bool read()
Read model coefficients if they have changed.
A class for managing temporary objects.
static const word propertiesName
Default name of the turbulence properties dictionary.
A class for handling words, derived from Foam::string.
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh > > grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.