FreeFOAM The Cross-Platform CFD Toolkit
fieldviewTopology Class Reference

Detailed Description

List of all members.

Public Member Functions

 fieldviewTopology (const polyMesh &mesh, const bool setWallInfo)
 Construct from components.
const labelListhexLabels () const
const labelListprismLabels () const
const labelListpyrLabels () const
const labelListtetLabels () const
label nHex () const
label nPrism () const
label nPyr () const
label nTet () const
label nPoly () const
const labelListListquadFaceLabels () const
const labelListnPolyFaces () const

Constructor & Destructor Documentation

fieldviewTopology ( const polyMesh mesh,
const bool  setWallInfo 
)

Construct from components.


Member Function Documentation

const labelList& hexLabels ( ) const
inline

Definition at line 111 of file fieldviewTopology.H.

Referenced by fieldviewTopology::nHex().

const labelList& prismLabels ( ) const
inline

Definition at line 116 of file fieldviewTopology.H.

Referenced by fieldviewTopology::nPrism().

const labelList& pyrLabels ( ) const
inline

Definition at line 121 of file fieldviewTopology.H.

Referenced by fieldviewTopology::nPyr().

const labelList& tetLabels ( ) const
inline

Definition at line 126 of file fieldviewTopology.H.

Referenced by fieldviewTopology::nTet().

label nHex ( ) const
inline

Definition at line 131 of file fieldviewTopology.H.

References fieldviewTopology::hexLabels(), and List< T >::size().

label nPrism ( ) const
inline

Definition at line 136 of file fieldviewTopology.H.

References fieldviewTopology::prismLabels(), and List< T >::size().

label nPyr ( ) const
inline

Definition at line 141 of file fieldviewTopology.H.

References fieldviewTopology::pyrLabels(), and List< T >::size().

label nTet ( ) const
inline

Definition at line 146 of file fieldviewTopology.H.

References List< T >::size(), and fieldviewTopology::tetLabels().

label nPoly ( ) const
inline

Definition at line 151 of file fieldviewTopology.H.

const labelListList& quadFaceLabels ( ) const
inline

Definition at line 156 of file fieldviewTopology.H.

const labelList& nPolyFaces ( ) const
inline

Definition at line 161 of file fieldviewTopology.H.


The documentation for this class was generated from the following file: