Public Member Functions | Protected Attributes | Private Member Functions | Friends
porosityModelList Class Reference

List container for porosity models. More...

Inheritance diagram for porosityModelList:
Inheritance graph
[legend]
Collaboration diagram for porosityModelList:
Collaboration graph
[legend]

Public Member Functions

 porosityModelList (const fvMesh &mesh, const dictionary &dict)
 Constructor. More...
 
 ~porosityModelList ()
 Destructor. More...
 
bool active (const bool active=false) const
 Return active status. More...
 
void reset (const dictionary &dict)
 Reset the source list. More...
 
void addResistance (fvVectorMatrix &UEqn)
 Add resistance. More...
 
void addResistance (fvVectorMatrix &UEqn, const volScalarField &rho, const volScalarField &mu)
 Add resistance. More...
 
void addResistance (const fvVectorMatrix &UEqn, volTensorField &AU, bool correctAUprocBC=true)
 Add resistance. More...
 
bool read (const dictionary &dict)
 Read dictionary. More...
 
bool writeData (Ostream &os) const
 Write data to Ostream. More...
 
- Public Member Functions inherited from PtrList< porosityModel >
 PtrList ()
 Null Constructor. More...
 
 PtrList (const label)
 Construct with size specified. More...
 
 PtrList (const PtrList< T > &)
 Copy constructor. More...
 
 PtrList (const PtrList< T > &, const CloneArg &)
 Copy constructor with additional argument for clone. More...
 
 PtrList (const Xfer< PtrList< T > > &)
 Construct by transferring the parameter contents. More...
 
 PtrList (PtrList< T > &, bool reUse)
 Construct as copy or re-use as specified. More...
 
 PtrList (const SLPtrList< T > &)
 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 ()
 
 PtrList (const label s)
 
 PtrList (const PtrList< T > &a)
 
 PtrList (const Xfer< PtrList< T > > &lst)
 
 PtrList (PtrList< T > &a, bool reUse)
 
 PtrList (const SLPtrList< T > &sll)
 
 PtrList (Istream &is)
 
 ~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...
 
Tfirst ()
 Return reference to the first element of the list. More...
 
const Tfirst () const
 Return reference to first element of the list. More...
 
Tlast ()
 Return reference to the last element of the list. More...
 
const Tlast () 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 (T *)
 Append an element at the end of the list. More...
 
void append (const autoPtr< T > &)
 
void append (const tmp< T > &)
 
void transfer (PtrList< T > &)
 Transfer the contents of the argument PtrList into this PtrList. More...
 
Xfer< PtrList< T > > xfer ()
 Transfer contents to the Xfer container. More...
 
bool set (const label) const
 Is element set. More...
 
autoPtr< Tset (const label, T *)
 Set element. Return old element (can be NULL). More...
 
autoPtr< Tset (const label, const autoPtr< T > &)
 
autoPtr< Tset (const label, const tmp< T > &)
 
void reorder (const labelUList &)
 Reorders elements. Ordering does not have to be done in. More...
 
const Toperator[] (const label) const
 Return element const reference. More...
 
Toperator[] (const label)
 Return element reference. More...
 
const Toperator() (const label) const
 Return element const pointer. More...
 
PtrList< T > & operator= (const PtrList< T > &)
 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

const fvMeshmesh_
 Reference to the mesh database. More...
 

Private Member Functions

 porosityModelList (const porosityModelList &)
 Disallow default bitwise copy construct. More...
 
void operator= (const porosityModelList &)
 Disallow default bitwise assignment. More...
 

Friends

Ostreamoperator<< (Ostream &os, const porosityModelList &models)
 Ostream operator. More...
 

Additional Inherited Members

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

Detailed Description

List container for porosity models.

Source files

Definition at line 55 of file porosityModelList.H.

Constructor & Destructor Documentation

◆ porosityModelList() [1/2]

porosityModelList ( const porosityModelList )
private

Disallow default bitwise copy construct.

◆ porosityModelList() [2/2]

porosityModelList ( const fvMesh mesh,
const dictionary dict 
)

Constructor.

Definition at line 32 of file porosityModelList.C.

References dict.

◆ ~porosityModelList()

Destructor.

Definition at line 48 of file porosityModelList.C.

Member Function Documentation

◆ operator=()

void operator= ( const porosityModelList )
private

Disallow default bitwise assignment.

◆ active()

bool active ( const bool  active = false) const

Return active status.

Definition at line 54 of file porosityModelList.C.

References Foam::endl(), forAll, and Foam::Info.

Here is the call graph for this function:

◆ reset()

void reset ( const dictionary dict)

Reset the source list.

Definition at line 71 of file porosityModelList.C.

References dict, forAllConstIter(), Foam::name(), porosityModel::New(), and setSize().

Here is the call graph for this function:

◆ addResistance() [1/3]

void addResistance ( fvVectorMatrix UEqn)

Add resistance.

Definition at line 127 of file porosityModelList.C.

References forAll, and UEqn().

Here is the call graph for this function:

◆ addResistance() [2/3]

void addResistance ( fvVectorMatrix UEqn,
const volScalarField rho,
const volScalarField mu 
)

Add resistance.

Definition at line 139 of file porosityModelList.C.

References forAll, Foam::constant::physicoChemical::mu, rho, and UEqn().

Here is the call graph for this function:

◆ addResistance() [3/3]

void addResistance ( const fvVectorMatrix UEqn,
volTensorField AU,
bool  correctAUprocBC = true 
)

Add resistance.

Definition at line 153 of file porosityModelList.C.

References forAll, and UEqn().

Here is the call graph for this function:

◆ read()

bool read ( const dictionary dict)

Read dictionary.

Definition at line 101 of file porosityModelList.C.

References dict, forAll, porosityModel::name(), porosityModel::read(), and dictionary::subDict().

Referenced by IOporosityModelList::read().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeData()

bool writeData ( Ostream os) const

Write data to Ostream.

Definition at line 114 of file porosityModelList.C.

References forAll, IOstream::good(), and Foam::nl.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream os,
const porosityModelList models 
)
friend

Ostream operator.

Field Documentation

◆ mesh_

const fvMesh& mesh_
protected

Reference to the mesh database.

Definition at line 75 of file porosityModelList.H.


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