Calculates zone number for every face of patch. More...
#include <OpenFOAM/patchZones.H>
Calculates zone number for every face of patch.
Gets constructed from patch and is a labeList with zone number for every patch face.
Definition at line 54 of file patchZones.H.
Inheritance diagram for patchZones:
Collaboration diagram for patchZones:Public Member Functions | |
| ClassName ("patchZones") | |
| patchZones (const primitivePatch &pp, const boolList &borderEdge) | |
| Fills *this with zone of face. Zone is area.
| |
| label | nZones () const |
| Number of zones.
| |
| patchZones | ( | const primitivePatch & | pp, |
| const boolList & | borderEdge | ||
| ) |
Fills *this with zone of face. Zone is area.
reachable by edge crossing without crossing borderEdge (bool for every edge in patch).
Definition at line 153 of file patchZones.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, FatalErrorIn, and List< T >::size().
| ClassName | ( | "patchZones" | ) |
| label nZones | ( | ) | const [inline]
|
Number of zones.
Definition at line 104 of file patchZones.H.