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...
declareRunTimeSelectionTable(autoPtr, regionModelFunctionObject, dictionary,(const dictionary &dict, regionModel &owner),(dict, owner))
Declare runtime constructor selection table.
A class for handling words, derived from string.
regionModel & owner_
Reference to the region model.
TypeName("regionModelFunctionObject")
Runtime type information.
static autoPtr< regionModelFunctionObject > New(const dictionary &dict, regionModel &owner, const word &modelType)
Selector.
dictionary dict_
Dictionary.
regionModelFunctionObject(regionModel &owner)
Construct null from owner.
virtual autoPtr< regionModelFunctionObject > clone() const
Construct and return a clone.
virtual ~regionModelFunctionObject()
Destructor.
virtual void write() const
write
word modelType_
Model type name.
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.