36 #ifndef regionModelFunctionObject_H 37 #define regionModelFunctionObject_H 48 namespace regionModels
76 TypeName(
"regionModelFunctionObject");
102 const word& modelType
127 const word& modelType
144 virtual void write()
const;
A list of keyword definitions, which are a keyword followed by any number of values (e...
regionModelFunctionObject(regionModel ®ion)
Construct null from region.
A class for handling words, derived from string.
regionModel & regionModel_
Reference to the region model.
Region model function object base class.
virtual void write() const
write
TypeName("regionModelFunctionObject")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, regionModelFunctionObject, dictionary,(const dictionary &dict, regionModel ®ion),(dict, region))
Declare runtime constructor selection table.
dictionary dict_
Dictionary.
static autoPtr< regionModelFunctionObject > New(const dictionary &dict, regionModel ®ion, const word &modelType)
Selector.
virtual ~regionModelFunctionObject()
Destructor.
word modelType_
Model type name.
virtual autoPtr< regionModelFunctionObject > clone() const
Construct and return a clone.
Base class for region models.
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.
virtual void postEvolveRegion()
Post-evolve region hook.
virtual void preEvolveRegion()
Pre-evolve region hook.