Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
regionModelFunctionObject Class Reference

Region model function object base class. More...

Collaboration diagram for regionModelFunctionObject:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("regionModelFunctionObject")
 
 declareRunTimeSelectionTable (autoPtr, regionModelFunctionObject, dictionary,(const dictionary &dict, regionModel &region),(dict, region))
 
 regionModelFunctionObject (regionModel &region)
 
 regionModelFunctionObject (const dictionary &dict, regionModel &region, const word &modelType)
 
 regionModelFunctionObject (const regionModelFunctionObject &ppm)
 
virtual autoPtr< regionModelFunctionObjectclone () const
 
virtual ~regionModelFunctionObject ()
 
virtual void preEvolveRegion ()
 
virtual void postEvolveRegion ()
 
virtual void write () const
 

Static Public Member Functions

static autoPtr< regionModelFunctionObjectNew (const dictionary &dict, regionModel &region, const word &modelType)
 

Protected Attributes

dictionary dict_
 
regionModelregionModel_
 
word modelType_
 

Detailed Description

Region model function object base class.

Source files

Definition at line 54 of file regionModelFunctionObject.H.

Constructor & Destructor Documentation

◆ regionModelFunctionObject() [1/3]

Definition at line 39 of file regionModelFunctionObject.C.

◆ regionModelFunctionObject() [2/3]

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

Definition at line 50 of file regionModelFunctionObject.C.

◆ regionModelFunctionObject() [3/3]

Definition at line 63 of file regionModelFunctionObject.C.

◆ ~regionModelFunctionObject()

Definition at line 75 of file regionModelFunctionObject.C.

Member Function Documentation

◆ TypeName()

TypeName ( "regionModelFunctionObject"  )

◆ declareRunTimeSelectionTable()

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

◆ clone()

virtual autoPtr<regionModelFunctionObject> clone ( ) const
inlinevirtual

Definition at line 106 of file regionModelFunctionObject.H.

References autoPtr::New().

Here is the call graph for this function:

◆ New()

Foam::autoPtr< Foam::regionModels::regionModelFunctionObject > New ( const dictionary dict,
regionModel region,
const word modelType 
)
static

Definition at line 28 of file regionModelFunctionObjectNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

Here is the call graph for this function:

◆ preEvolveRegion()

void preEvolveRegion ( )
virtual

Definition at line 81 of file regionModelFunctionObject.C.

◆ postEvolveRegion()

void postEvolveRegion ( )
virtual

Definition at line 85 of file regionModelFunctionObject.C.

References Foam::vtk::write().

Here is the call graph for this function:

◆ write()

void write ( ) const
virtual

Definition at line 94 of file regionModelFunctionObject.C.

Member Data Documentation

◆ dict_

dictionary dict_
protected

Definition at line 61 of file regionModelFunctionObject.H.

◆ regionModel_

regionModel& regionModel_
protected

Definition at line 64 of file regionModelFunctionObject.H.

◆ modelType_

word modelType_
protected

Definition at line 67 of file regionModelFunctionObject.H.


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