OpenFOAM logo
Open Source CFD Toolkit

meshTriangulation Class Reference

Inheritance diagram for meshTriangulation:

Inheritance graph
[legend]
Collaboration diagram for meshTriangulation:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ClassName ("meshTriangulation")
 meshTriangulation ()
 Construct null.
 meshTriangulation (const polyMesh &, const label internalFacesPatch, const boolList &includedCell, const bool faceCentreDecomposition=false)
 Construct from selected mesh cell and region number to be used.
label nInternalFaces () const
 number of triangles in *this which are internal to the surface
const labelListfaceMap () const
 from triangle to mesh face

Constructor & Destructor Documentation

meshTriangulation  ) 
 

Construct null.

meshTriangulation const polyMesh ,
const label  internalFacesPatch,
const boolList includedCell,
const bool  faceCentreDecomposition = false
 

Construct from selected mesh cell and region number to be used.

for triangles resulting from internal faces. (all boundary triangles get polyMesh patch id). faceCentreDecomposition = true : decomposition around face centre false : decomposition using existing vertices


Member Function Documentation

ClassName "meshTriangulation"   ) 
 

const labelList& faceMap  )  const [inline]
 

from triangle to mesh face

Definition at line 146 of file meshTriangulation.H.

label nInternalFaces  )  const [inline]
 

number of triangles in *this which are internal to the surface

Definition at line 140 of file meshTriangulation.H.


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