51#ifndef LESModels_DeltaOmegaTildeDelta_H
52#define LESModels_DeltaOmegaTildeDelta_H
67class DeltaOmegaTildeDelta
90 DeltaOmegaTildeDelta(
const DeltaOmegaTildeDelta&) =
delete;
93 void operator=(
const DeltaOmegaTildeDelta&) =
delete;
virtual ~DeltaOmegaTildeDelta()=default
Destructor.
TypeName("DeltaOmegaTilde")
Runtime type information.
const volScalarField & hmax() const
Return the hmax delta field.
virtual void read(const dictionary &)
Read the LESdelta dictionary.
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.