Go to the documentation of this file.
64 if (vertices_.empty())
86 if (boundaryPatches_.empty())
91 return boundaryPatches_;
99 os <<
b.points() <<
nl
101 <<
b.boundaryPatches() <<
endl;
Creates a single block of cells from point coordinates, numbers of cells in each direction and an exp...
Ostream & endl(Ostream &os)
Add newline and flush stream.
const labelListList & cells() const
Return the cells for filling the block.
const pointField & points() const
Return the points for filling the block.
const dimensionedScalar b
Wien displacement law constant: default SI units: [m.K].
Pre-declare SubField and related Field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Ostream & operator<<(Ostream &, const edgeMesh &)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const labelListListList & boundaryPatches() const
Return the boundary patch faces for the block.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Takes the description of the block and the list of curved edges and creates a list of points on edges...
block(const block &)
Disallow default bitwise copy construct.