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