Definition at line 51 of file blockMesh.H.
Inheritance diagram for blockMesh:
Collaboration diagram for blockMesh:Public Member Functions | |
| blockMesh (IOdictionary &) | |
| Construct from IOdictionary.
| |
| ~blockMesh () | |
| const polyMesh & | topology () const |
| const curvedEdgeList & | edges () const |
| const pointField & | points () const |
| const cellShapeList & | cells () const |
| const faceListList & | patches () const |
| wordList | patchNames () const |
| wordList | patchTypes () const |
| wordList | patchPhysicalTypes () const |
| label | numZonedBlocks () const |
| Number of blocks with specified zones.
| |
| void | writeTopology (Ostream &) const |
| Writes edges of blockMesh in OBJ format.
| |
| blockMesh | ( | IOdictionary & | ) |
Construct from IOdictionary.
| ~blockMesh | ( | ) |
| const polyMesh& topology | ( | ) | const |
| const curvedEdgeList& edges | ( | ) | const [inline]
|
Definition at line 123 of file blockMesh.H.
| const pointField& points | ( | ) | const [inline]
|
Definition at line 128 of file blockMesh.H.
| const cellShapeList& cells | ( | ) | const [inline]
|
Definition at line 133 of file blockMesh.H.
| const faceListList& patches | ( | ) | const [inline]
|
Definition at line 138 of file blockMesh.H.
| wordList patchNames | ( | ) | const |
| wordList patchTypes | ( | ) | const |
| wordList patchPhysicalTypes | ( | ) | const |
| label numZonedBlocks | ( | ) | const |
Number of blocks with specified zones.