Go to the documentation of this file.
115 const word& lookupName =
"delta"
124 const dictionaryConstructorTable& additionalConstructors,
125 const word& lookupName =
"delta"
static autoPtr< LESdelta > New(const word &name, const turbulenceModel &turbulence, const dictionary &dict, const word &lookupName="delta")
Return a reference to the selected LES delta.
A class for handling words, derived from Foam::string.
virtual ~LESdelta()=default
Destructor.
const turbulenceModel & turbulence() const
Return turbulenceModel reference.
const turbulenceModel & turbulenceModel_
word name(const complex &c)
Return string representation of complex.
LESdelta(const LESdelta &)=delete
No copy construct.
Abstract base class for turbulence models (RAS, LES and laminar).
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Abstract base class for LES deltas.
void operator=(const LESdelta &)=delete
No copy assignment.
declareRunTimeSelectionTable(autoPtr, LESdelta, dictionary,(const word &name, const turbulenceModel &turbulence, const dictionary &dict),(name, turbulence, dict))
Macros to ease declaration of run-time selection tables.
TypeName("LESdelta")
Runtime type information.
virtual void read(const dictionary &)=0
Read the LESdelta dictionary.