OpenFOAM logo
Open Source CFD Toolkit

patchIdentifier Class Reference

Inheritance diagram for patchIdentifier:

Inheritance graph
[legend]
Collaboration diagram for patchIdentifier:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 patchIdentifier (const word &name, const label index, const word &physicalType=word::null)
 Construct from components.
 patchIdentifier (Istream &, const label index)
 Construct from Istream.
 patchIdentifier (const word &name, const dictionary &dict, const label index)
 Construct from dictionary.
 patchIdentifier (const patchIdentifier &p, const label index)
 Construct from geometric patch, resetting the index.
virtual ~patchIdentifier ()
const wordname () const
 Return name.
wordphysicalType () const
 Return the optional physical type of the patch.
label index () const
 Return the index of this patch in the boundaryMesh.
void write (Ostream &) const
 Write.
void writeDict (Ostream &) const
 Write dictionary.

Friends

Ostreamoperator<< (Ostream &, const patchIdentifier &)

Constructor & Destructor Documentation

patchIdentifier const word name,
const label  index,
const word physicalType = word::null
 

Construct from components.

patchIdentifier Istream ,
const label  index
 

Construct from Istream.

patchIdentifier const word name,
const dictionary dict,
const label  index
 

Construct from dictionary.

patchIdentifier const patchIdentifier p,
const label  index
 

Construct from geometric patch, resetting the index.

virtual ~patchIdentifier  )  [virtual]
 


Member Function Documentation

label index  )  const [inline]
 

Return the index of this patch in the boundaryMesh.

Definition at line 124 of file patchIdentifier.H.

const word& name  )  const [inline]
 

Return name.

Definition at line 112 of file patchIdentifier.H.

word& physicalType  )  const [inline]
 

Return the optional physical type of the patch.

Definition at line 118 of file patchIdentifier.H.

void write Ostream  )  const
 

Write.

Reimplemented in processorPolyPatch, polyPatch, faPatch, and boundaryPatch.

void writeDict Ostream  )  const
 

Write dictionary.

Reimplemented in processorPolyPatch, polyPatch, faPatch, and boundaryPatch.


Friends And Related Function Documentation

Ostream& operator<< Ostream ,
const patchIdentifier
[friend]
 


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org