Hex block definition used in the cfx converter. More...
Public Member Functions | |
hexBlock (const label nx, const label ny, const label nz) | |
Construct from components. More... | |
hexBlock (const hexBlock &)=delete | |
Disallow default bitwise copy construction. More... | |
label | xDim () const |
Number of points. More... | |
label | yDim () const |
label | zDim () const |
label | nBlockPoints () const |
label | nBlockCells () const |
const pointField & | points () const |
Return block points. More... | |
labelListList | blockCells () const |
Return block cells. More... | |
faceList | patchFaces (label direc, const labelList &range) const |
Return block patch faces given direction and range limits. More... | |
void | readPoints (Istream &) |
Read block points. More... | |
void | operator= (const hexBlock &)=delete |
Disallow default bitwise assignment. More... | |
hexBlock (const label nx, const label ny, const label nz) | |
Construct from components. More... | |
label | xDim () const |
Number of points. More... | |
label | yDim () const |
label | zDim () const |
label | nBlockPoints () const |
label | nBlockCells () const |
const pointField & | points () const |
Return block points. More... | |
labelListList | blockCells () const |
Return block cells. More... | |
faceList | patchFaces (label direc, const labelList &range) const |
Return block patch faces given direction and range limits. More... | |
void | readPoints (const bool readBlank, const scalar twoDThickness, Istream &) |
Read block points either with or without blanking after every block. More... | |
Hex block definition used in the cfx converter.
Definition at line 50 of file hexBlock.H.
|
inline |
Number of points.
Definition at line 94 of file hexBlock.H.
|
inline |
Definition at line 99 of file hexBlock.H.
|
inline |
Definition at line 104 of file hexBlock.H.
|
inline |
Definition at line 109 of file hexBlock.H.
|
inline |
Definition at line 114 of file hexBlock.H.
|
inline |
Return block points.
Definition at line 120 of file hexBlock.H.
References Foam::abort(), hexBlock::blockCells(), Foam::FatalError, FatalErrorInFunction, hexBlock::operator=(), hexBlock::patchFaces(), range, and hexBlock::readPoints().
labelListList blockCells | ( | ) | const |
Return block patch faces given direction and range limits.
From the cfx manual: direction 0 = solid (3-D patch), 1 = high i, 2 = high j, 3 = high k 4 = low i, 5 = low j, 6 = low k
Referenced by hexBlock::points().
void readPoints | ( | Istream & | ) |
|
delete |
Disallow default bitwise assignment.
Referenced by hexBlock::points().
|
inline |
Number of points.
Definition at line 97 of file hexBlock.H.
|
inline |
Definition at line 102 of file hexBlock.H.
|
inline |
Definition at line 107 of file hexBlock.H.
|
inline |
Definition at line 112 of file hexBlock.H.
|
inline |
Definition at line 117 of file hexBlock.H.
|
inline |
Return block points.
Definition at line 123 of file hexBlock.H.
References Foam::abort(), hexBlock::blockCells(), Foam::FatalError, FatalErrorInFunction, hexBlock::patchFaces(), range, and hexBlock::readPoints().
labelListList blockCells | ( | ) | const |
Return block cells.
Return block patch faces given direction and range limits.
From the cfx manual: direction 0 = solid (3-D patch), 1 = high i, 2 = high j, 3 = high k 4 = low i, 5 = low j, 6 = low k
Read block points either with or without blanking after every block.
If twoDThickness > 0 reads (half) the points and extrudes the points in z direction.