80 (name, turbulence, dict)
113 const dictionaryConstructorTable&
static autoPtr< LESdelta > New(const word &name, const momentumTransportModel &turbulence, const dictionary &dict)
Return a reference to the selected LES delta.
virtual ~LESdelta()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const momentumTransportModel & turbulence() const
Return momentumTransportModel reference.
Abstract base class for LES deltas.
TypeName("LESdelta")
Runtime type information.
void operator=(const LESdelta &)=delete
LESdelta(const word &name, const momentumTransportModel &turbulence)
Construct from name, momentumTransportModel and dictionary.
A class for handling words, derived from string.
virtual void read(const dictionary &)=0
Read the LESdelta dictionary.
word name(const complex &)
Return a string representation of a complex.
Abstract base class for turbulence models (RAS, LES and laminar).
declareRunTimeSelectionTable(autoPtr, LESdelta, dictionary,(const word &name, const momentumTransportModel &turbulence, const dictionary &dict),(name, turbulence, dict))
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
const momentumTransportModel & momentumTransportModel_