OpenFOAM logo
Open Source CFD Toolkit

polyPatchID Class Reference

Collaboration diagram for polyPatchID:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 polyPatchID (const word &name, const polyBoundaryMesh &bm)
 Construct from name.
 polyPatchID (Istream &is, const polyBoundaryMesh &bm)
 Construct from Istream.
const wordname () const
 Return name.
label index () const
 Return index.
bool active () const
 Has the patch been found.
void update (const polyBoundaryMesh &bm)
 Update.

Friends

Ostreamoperator<< (Ostream &os, const polyPatchID &p)

Constructor & Destructor Documentation

polyPatchID const word name,
const polyBoundaryMesh bm
[inline]
 

Construct from name.

Definition at line 70 of file polyPatchID.H.

polyPatchID Istream is,
const polyBoundaryMesh bm
[inline]
 

Construct from Istream.

Definition at line 77 of file polyPatchID.H.


Member Function Documentation

bool active  )  const [inline]
 

Has the patch been found.

Definition at line 101 of file polyPatchID.H.

References polyBoundaryMesh::findPatchID().

Here is the call graph for this function:

label index  )  const [inline]
 

Return index.

Definition at line 95 of file polyPatchID.H.

const word& name  )  const [inline]
 

Return name.

Definition at line 89 of file polyPatchID.H.

References Foam::label.

void update const polyBoundaryMesh bm  )  [inline]
 

Update.

Definition at line 110 of file polyPatchID.H.

References p.


Friends And Related Function Documentation

Ostream& operator<< Ostream os,
const polyPatchID p
[friend]
 

Definition at line 118 of file polyPatchID.H.


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