50#ifndef LESModels_SLADelta_H
51#define LESModels_SLADelta_H
97 SLADelta(
const SLADelta&) =
delete;
100 void operator=(
const SLADelta&) =
delete;
TypeName("SLADelta")
Runtime type information.
const volScalarField & hmax() const
Return the hmax delta field.
void read(const dictionary &)
Read the LESdelta dictionary.
virtual ~SLADelta()=default
Destructor.
LESdelta(const LESdelta &)=delete
No copy construct.
const turbulenceModel & turbulence() const
Return turbulenceModel reference.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Abstract base class for turbulence models (RAS, LES and laminar).
A class for handling words, derived from Foam::string.
Namespace for LES SGS models.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.