Public Member Functions | List of all members
patchToPoly2DMesh Class Reference

Convert a primitivePatch into a 2D polyMesh. More...

Public Member Functions

 patchToPoly2DMesh (const MeshedSurface< face > &patch, const wordList &patchNames, const labelList &patchSizes, const EdgeMap< label > &mapEdgesRegion)
 
 ~patchToPoly2DMesh ()
 
pointFieldpoints ()
 
faceListfaces ()
 
labelListowner ()
 
labelListneighbour ()
 
const wordListpatchNames () const
 
const labelListpatchSizes () const
 
const labelListpatchStarts () const
 
void createMesh ()
 

Detailed Description

Convert a primitivePatch into a 2D polyMesh.

Source files

Definition at line 47 of file patchToPoly2DMesh.H.

Constructor & Destructor Documentation

◆ patchToPoly2DMesh()

patchToPoly2DMesh ( const MeshedSurface< face > &  patch,
const wordList patchNames,
const labelList patchSizes,
const EdgeMap< label > &  mapEdgesRegion 
)

◆ ~patchToPoly2DMesh()

Member Function Documentation

◆ points()

pointField& points ( )
inline

Definition at line 114 of file patchToPoly2DMesh.H.

◆ faces()

faceList& faces ( )
inline

Definition at line 119 of file patchToPoly2DMesh.H.

◆ owner()

labelList& owner ( )
inline

Definition at line 124 of file patchToPoly2DMesh.H.

◆ neighbour()

labelList& neighbour ( )
inline

Definition at line 129 of file patchToPoly2DMesh.H.

◆ patchNames()

const wordList& patchNames ( ) const
inline

Definition at line 134 of file patchToPoly2DMesh.H.

◆ patchSizes()

const labelList& patchSizes ( ) const
inline

Definition at line 139 of file patchToPoly2DMesh.H.

◆ patchStarts()

const labelList& patchStarts ( ) const
inline

Definition at line 144 of file patchToPoly2DMesh.H.

◆ createMesh()

void createMesh ( )

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