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

Public Member Functions

 regionModelFunctionObjectList (regionModel &owner)
 Null constructor. More...
 
 regionModelFunctionObjectList (regionModel &owner, const dictionary &dict, const bool readFields=true)
 Construct from mesh. More...
 
 regionModelFunctionObjectList (const regionModelFunctionObjectList &rmfol)
 Construct copy. More...
 
virtual ~regionModelFunctionObjectList ()
 Destructor. More...
 
const regionModelowner () const
 Return const access to the cloud owner. More...
 
regionModelowner ()
 Return refernce to the cloud owner. More...
 
const dictionarydict () const
 Return the forces dictionary. More...
 
virtual void preEvolveRegion ()
 Pre-evolve hook. More...
 
virtual void postEvolveRegion ()
 Post-evolve hook. More...
 
- Public Member Functions inherited from PtrList< regionModelFunctionObject >
 PtrList ()
 Null Constructor. More...
 
 PtrList (const label)
 Construct with size specified. More...
 
 PtrList (const PtrList< regionModelFunctionObject > &)
 Copy constructor. More...
 
 PtrList (const PtrList< regionModelFunctionObject > &, const CloneArg &)
 Copy constructor with additional argument for clone. More...
 
 PtrList (const Xfer< PtrList< regionModelFunctionObject > > &)
 Construct by transferring the parameter contents. More...
 
 PtrList (PtrList< regionModelFunctionObject > &, bool reUse)
 Construct as copy or re-use as specified. More...
 
 PtrList (const SLPtrList< regionModelFunctionObject > &)
 Construct as copy of SLPtrList<T> More...
 
 PtrList (Istream &, const INew &)
 Construct from Istream using given Istream constructor class. More...
 
 PtrList (Istream &)
 Construct from Istream using default Istream constructor class. More...
 
 ~PtrList ()
 Destructor. More...
 
label size () const
 Return the number of elements in the PtrList. More...
 
bool empty () const
 Return true if the PtrList is empty (ie, size() is zero). More...
 
regionModelFunctionObjectfirst ()
 Return reference to the first element of the list. More...
 
const regionModelFunctionObjectfirst () const
 Return reference to first element of the list. More...
 
regionModelFunctionObjectlast ()
 Return reference to the last element of the list. More...
 
const regionModelFunctionObjectlast () const
 Return reference to the last element of the list. More...
 
void setSize (const label)
 Reset size of PtrList. If extending the PtrList, new entries are. More...
 
void resize (const label)
 Alias for setSize(const label) More...
 
void clear ()
 Clear the PtrList, i.e. set size to zero deleting all the. More...
 
void append (regionModelFunctionObject *)
 Append an element at the end of the list. More...
 
void append (const autoPtr< regionModelFunctionObject > &)
 
void append (const tmp< regionModelFunctionObject > &)
 
void transfer (PtrList< regionModelFunctionObject > &)
 Transfer the contents of the argument PtrList into this PtrList. More...
 
Xfer< PtrList< regionModelFunctionObject > > xfer ()
 Transfer contents to the Xfer container. More...
 
bool set (const label) const
 Is element set. More...
 
autoPtr< regionModelFunctionObjectset (const label, regionModelFunctionObject *)
 Set element. Return old element (can be NULL). More...
 
autoPtr< regionModelFunctionObjectset (const label, const autoPtr< regionModelFunctionObject > &)
 
autoPtr< regionModelFunctionObjectset (const label, const tmp< regionModelFunctionObject > &)
 
void reorder (const labelUList &)
 Reorders elements. Ordering does not have to be done in. More...
 
const regionModelFunctionObjectoperator[] (const label) const
 Return element const reference. More...
 
regionModelFunctionObjectoperator[] (const label)
 Return element reference. More...
 
const regionModelFunctionObjectoperator() (const label) const
 Return element const pointer. More...
 
PtrList< regionModelFunctionObject > & operator= (const PtrList< regionModelFunctionObject > &)
 Assignment. More...
 
iterator begin ()
 Return an iterator to begin traversing the PtrList. More...
 
const_iterator begin () const
 Return an const_iterator to begin traversing the PtrList. More...
 
iterator end ()
 Return an iterator to end traversing the PtrList. More...
 
const_iterator end () const
 Return an const_iterator to end traversing the PtrList. More...
 
const_iterator cbegin () const
 Return an const_iterator to begin traversing the PtrList. More...
 
const_iterator cend () const
 Return an const_iterator to end traversing the PtrList. More...
 

Protected Attributes

regionModelowner_
 Reference to the owner region model. More...
 
const dictionary dict_
 Dictionary. More...
 

Additional Inherited Members

- Public Types inherited from PtrList< regionModelFunctionObject >
typedef regionModelFunctionObject value_type
 Type of values the PtrList contains. More...
 
typedef regionModelFunctionObjectreference
 Type that can be used for storing into PtrList::value_type objects. More...
 
typedef const regionModelFunctionObjectconst_reference
 Type that can be used for storing into constant PtrList::value_type. More...
 
- Protected Member Functions inherited from PtrList< regionModelFunctionObject >
void read (Istream &, const INew &inewt)
 Read from Istream using given Istream constructor class. More...
 

Detailed Description

Definition at line 54 of file regionModelFunctionObjectList.H.

Constructor & Destructor Documentation

Null constructor.

Definition at line 31 of file regionModelFunctionObjectList.C.

Referenced by regionModelFunctionObjectList::regionModelFunctionObjectList().

Here is the caller graph for this function:

regionModelFunctionObjectList ( regionModel owner,
const dictionary dict,
const bool  readFields = true 
)

Construct from mesh.

Definition at line 42 of file regionModelFunctionObjectList.C.

References Foam::endl(), forAll, Foam::Info, Foam::compressible::New(), regionModelFunctionObjectList::regionModelFunctionObjectList(), setSize(), and dictionary::toc().

Here is the call graph for this function:

Construct copy.

Definition at line 87 of file regionModelFunctionObjectList.C.

References regionModelFunctionObjectList::~regionModelFunctionObjectList().

Here is the call graph for this function:

Destructor.

Definition at line 100 of file regionModelFunctionObjectList.C.

Referenced by regionModelFunctionObjectList::regionModelFunctionObjectList().

Here is the caller graph for this function:

Member Function Documentation

const Foam::regionModels::regionModel & owner ( ) const
inline

Return const access to the cloud owner.

Definition at line 27 of file regionModelFunctionObjectListI.H.

References regionModelFunctionObjectList::owner_.

Foam::regionModels::regionModel & owner ( )
inline

Return refernce to the cloud owner.

Definition at line 34 of file regionModelFunctionObjectListI.H.

References regionModelFunctionObjectList::owner_.

const Foam::dictionary & dict ( ) const
inline

Return the forces dictionary.

Definition at line 41 of file regionModelFunctionObjectListI.H.

References regionModelFunctionObjectList::dict_.

void preEvolveRegion ( )
virtual

Pre-evolve hook.

Definition at line 106 of file regionModelFunctionObjectList.C.

References forAll, and PtrList< regionModelFunctionObject >::operator[]().

Here is the call graph for this function:

void postEvolveRegion ( )
virtual

Post-evolve hook.

Definition at line 115 of file regionModelFunctionObjectList.C.

References forAll, and PtrList< regionModelFunctionObject >::operator[]().

Here is the call graph for this function:

Member Data Documentation

regionModel& owner_
protected

Reference to the owner region model.

Definition at line 63 of file regionModelFunctionObjectList.H.

Referenced by regionModelFunctionObjectList::owner().

const dictionary dict_
protected

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