Go to the documentation of this file.
120 const dictionaryConstructorTable&
A class for handling words, derived from string.
const turbulenceModel & turbulence() const
Return turbulenceModel reference.
const turbulenceModel & turbulenceModel_
LESdelta(const LESdelta &)
Abstract base class for turbulence models (RAS, LES and laminar).
A list of keyword definitions, which are a keyword followed by any number of values (e....
void operator=(const LESdelta &)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Abstract base class for LES deltas.
static autoPtr< LESdelta > New(const word &name, const turbulenceModel &turbulence, const dictionary &dict)
Return a reference to the selected LES delta.
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.
virtual ~LESdelta()
Destructor.
Generic GeometricField class.
TypeName("LESdelta")
Runtime type information.
virtual void read(const dictionary &)=0
Read the LESdelta dictionary.
word name(const complex &)
Return a string representation of a complex.