OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

patchZones Class Reference

Calculates zone number for every face of patch. More...

Inheritance diagram for patchZones:
Collaboration diagram for patchZones:

List of all members.


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.

Detailed Description

Calculates zone number for every face of patch.

Gets constructed from patch and is a labeList with zone number for every patch face.

Source files

Definition at line 49 of file patchZones.H.


Constructor & Destructor Documentation

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 146 of file patchZones.C.


Member Function Documentation

ClassName ( "patchZones"   ) 

label nZones (  )  const [inline]

Number of zones.

Definition at line 105 of file patchZones.H.


The documentation for this class was generated from the following files:
  • src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.H
  • src/OpenFOAM/meshes/primitiveMesh/primitivePatch/patchZones.C
Copyright © 2000-2009 OpenCFD Ltd