|
| | ensightMesh (const fvMesh &mesh, const bool noPatches, const bool patches, const wordReList &patchPatterns, const bool faceZones, const wordReList &faceZonePatterns, const bool binary) |
| | Construct from fvMesh. More...
|
| |
| | ~ensightMesh () |
| | Destructor. More...
|
| |
| const fvMesh & | mesh () const |
| |
| const cellSets & | meshCellSets () const |
| |
| const List< faceSets > & | boundaryFaceSets () const |
| |
| const wordList & | allPatchNames () const |
| |
| const wordHashSet & | patchNames () const |
| |
| const HashTable< nFacePrimitives > & | nPatchPrims () const |
| |
| const List< faceSets > & | faceZoneFaceSets () const |
| |
| const wordHashSet & | faceZoneNames () const |
| |
| const HashTable< nFacePrimitives > & | nFaceZonePrims () const |
| |
| label | patchPartOffset () const |
| | The ensight part id for the first patch. More...
|
| |
| const globalIndex & | globalPoints () const |
| | Global numbering for merged points. More...
|
| |
| const labelList & | pointToGlobal () const |
| | From mesh point to global merged point. More...
|
| |
| const labelList & | uniquePointMap () const |
| | Local points that are unique. More...
|
| |
| void | correct () |
| | Update for new mesh. More...
|
| |
| bool | faceToBeIncluded (const label facei) const |
| | When exporting faceZones, check if a given face has to be included. More...
|
| |
| void | write (const fileName &postProcPath, const word &prepend, const label timeIndex, const bool meshMoving, Ostream &ensightCaseFile) const |
| |
|
| static void | barrier () |
| | Helper to cause barrier. Necessary on Quadrics. More...
|
| |
- Source files
-
Definition at line 62 of file ensightMesh.H.
| ensightMesh |
( |
const fvMesh & |
mesh, |
|
|
const bool |
noPatches, |
|
|
const bool |
patches, |
|
|
const wordReList & |
patchPatterns, |
|
|
const bool |
faceZones, |
|
|
const wordReList & |
faceZonePatterns, |
|
|
const bool |
binary |
|
) |
| |
| label patchPartOffset |
( |
| ) |
const |
|
inline |
The ensight part id for the first patch.
Definition at line 327 of file ensightMesh.H.
Global numbering for merged points.
Definition at line 336 of file ensightMesh.H.
| bool faceToBeIncluded |
( |
const label |
facei | ) |
const |
When exporting faceZones, check if a given face has to be included.
or not (i.e. faces on processor boundaries)
Referenced by ensightMesh::uniquePointMap().
| void write |
( |
const fileName & |
postProcPath, |
|
|
const word & |
prepend, |
|
|
const label |
timeIndex, |
|
|
const bool |
meshMoving, |
|
|
Ostream & |
ensightCaseFile |
|
) |
| const |
The documentation for this class was generated from the following file:
- applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H