69 handed blockHandedness_;
112 return (xDim_ + 1)*(yDim_ + 1)*(zDim_ + 1);
117 return xDim_*yDim_*zDim_;
123 if (blockHandedness_ == noPoints)
126 <<
"points not read in yet" label xDim() const
Number of points.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
label k
Boltzmann constant.
void operator=(const hexBlock &)=delete
Disallow default bitwise assignment.
label nBlockCells() const
label nBlockPoints() const
errorManip< error > abort(error &err)
faceList patchFaces(label direc, const labelList &range) const
Return block patch faces given direction and range limits.
const pointField & points() const
Return block points.
Hex block definition used in the cfx converter.
void readPoints(Istream &)
Read block points.
hexBlock(const label nx, const label ny, const label nz)
Construct from components.
labelListList blockCells() const
Return block cells.