Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
regionModelFunctionObject Class Reference
Collaboration diagram for regionModelFunctionObject:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("regionModelFunctionObject")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, regionModelFunctionObject, dictionary,(const dictionary &dict, regionModel &owner),(dict, owner))
 Declare runtime constructor selection table. More...
 
 regionModelFunctionObject (regionModel &owner)
 Construct null from owner. More...
 
 regionModelFunctionObject (const dictionary &dict, regionModel &owner, const word &modelType)
 Construct from dictionary. More...
 
 regionModelFunctionObject (const regionModelFunctionObject &ppm)
 Construct copy. More...
 
virtual autoPtr< regionModelFunctionObjectclone () const
 Construct and return a clone. More...
 
virtual ~regionModelFunctionObject ()
 Destructor. More...
 
virtual void preEvolveRegion ()
 Pre-evolve region hook. More...
 
virtual void postEvolveRegion ()
 Post-evolve region hook. More...
 
virtual void write () const
 write More...
 

Static Public Member Functions

static autoPtr< regionModelFunctionObjectNew (const dictionary &dict, regionModel &owner, const word &modelType)
 Selector. More...
 

Protected Attributes

dictionary dict_
 Dictionary. More...
 
regionModelowner_
 Reference to the region model. More...
 
word modelType_
 Model type name. More...
 

Detailed Description

Definition at line 56 of file regionModelFunctionObject.H.

Constructor & Destructor Documentation

Construct null from owner.

Definition at line 43 of file regionModelFunctionObject.C.

Referenced by regionModelFunctionObject::clone(), and regionModelFunctionObject::regionModelFunctionObject().

Here is the caller graph for this function:

regionModelFunctionObject ( const dictionary dict,
regionModel owner,
const word modelType 
)

Construct from dictionary.

Definition at line 54 of file regionModelFunctionObject.C.

References regionModelFunctionObject::regionModelFunctionObject().

Here is the call graph for this function:

Construct copy.

Definition at line 67 of file regionModelFunctionObject.C.

Destructor.

Definition at line 79 of file regionModelFunctionObject.C.

Referenced by regionModelFunctionObject::clone().

Here is the caller graph for this function:

Member Function Documentation

TypeName ( "regionModelFunctionObject"  )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr  ,
regionModelFunctionObject  ,
dictionary  ,
(const dictionary &dict, regionModel &owner)  ,
(dict, owner)   
)

Declare runtime constructor selection table.

virtual autoPtr<regionModelFunctionObject> clone ( ) const
inlinevirtual
Foam::autoPtr< Foam::regionModels::regionModelFunctionObject > New ( const dictionary dict,
regionModel owner,
const word modelType 
)
static

Selector.

Definition at line 32 of file regionModelFunctionObjectNew.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, and dictionary::subDict().

Referenced by regionModelFunctionObject::clone().

Here is the call graph for this function:

Here is the caller graph for this function:

void preEvolveRegion ( )
virtual

Pre-evolve region hook.

Definition at line 85 of file regionModelFunctionObject.C.

Referenced by regionModelFunctionObject::clone().

Here is the caller graph for this function:

void postEvolveRegion ( )
virtual

Post-evolve region hook.

Definition at line 91 of file regionModelFunctionObject.C.

References write().

Referenced by regionModelFunctionObject::clone().

Here is the call graph for this function:

Here is the caller graph for this function:

void write ( ) const
virtual

write

Definition at line 100 of file regionModelFunctionObject.C.

Referenced by regionModelFunctionObject::clone().

Here is the caller graph for this function:

Member Data Documentation

dictionary dict_
protected

Dictionary.

Definition at line 63 of file regionModelFunctionObject.H.

regionModel& owner_
protected

Reference to the region model.

Definition at line 66 of file regionModelFunctionObject.H.

word modelType_
protected

Model type name.

Definition at line 69 of file regionModelFunctionObject.H.


The documentation for this class was generated from the following files: