|
| | 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 (const ensightMesh &)=delete |
| | Disallow default bitwise copy construction. 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 |
| |
| void | operator= (const ensightMesh &)=delete |
| | Disallow default bitwise assignment. More...
|
| |
|
| static void | barrier () |
| | Helper to cause barrier. Necessary on Quadrics. More...
|
| |
- Source files
-
Definition at line 62 of file ensightMesh.H.
◆ ensightMesh() [1/2]
| ensightMesh |
( |
const fvMesh & |
mesh, |
|
|
const bool |
noPatches, |
|
|
const bool |
patches, |
|
|
const wordReList & |
patchPatterns, |
|
|
const bool |
faceZones, |
|
|
const wordReList & |
faceZonePatterns, |
|
|
const bool |
binary |
|
) |
| |
◆ ensightMesh() [2/2]
Disallow default bitwise copy construction.
◆ ~ensightMesh()
◆ mesh()
◆ meshCellSets()
◆ boundaryFaceSets()
◆ allPatchNames()
◆ patchNames()
◆ nPatchPrims()
◆ faceZoneFaceSets()
◆ faceZoneNames()
◆ nFaceZonePrims()
◆ patchPartOffset()
| label patchPartOffset |
( |
| ) |
const |
|
inline |
The ensight part id for the first patch.
Definition at line 324 of file ensightMesh.H.
◆ globalPoints()
Global numbering for merged points.
Definition at line 333 of file ensightMesh.H.
◆ pointToGlobal()
From mesh point to global merged point.
Definition at line 339 of file ensightMesh.H.
◆ uniquePointMap()
◆ correct()
◆ faceToBeIncluded()
| 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)
◆ barrier()
Helper to cause barrier. Necessary on Quadrics.
◆ write()
| void write |
( |
const fileName & |
postProcPath, |
|
|
const word & |
prepend, |
|
|
const label |
timeIndex, |
|
|
const bool |
meshMoving, |
|
|
Ostream & |
ensightCaseFile |
|
) |
| const |
◆ operator=()
Disallow default bitwise assignment.
The documentation for this class was generated from the following file:
- applications/utilities/postProcessing/dataConversion/foamToEnsight/ensightMesh.H