block descriptor. Takes the description of the block and the list of curved edges and creates a list of points on edges together with the weighting factors More...
block descriptor. Takes the description of the block and the list of curved edges and creates a list of points on edges together with the weighting factors
Definition at line 59 of file blockDescriptor.H.
Public Member Functions | |
blockDescriptor (const cellShape &, const pointField &blockMeshPoints, const curvedEdgeList &edges, const Vector< label > &n, const scalarList &expand, const word &zoneName="") | |
Construct from components. Optional cellSet/zone name.
| |
blockDescriptor (const pointField &blockMeshPoints, const curvedEdgeList &edges, Istream &is) | |
Construct from Istream.
| |
autoPtr< blockDescriptor > | clone () const |
Clone.
| |
const pointField & | points () const |
const cellShape & | blockShape () const |
const List< List< point > > & | blockEdgePoints () const |
const scalarListList & | blockEdgeWeights () const |
const Vector< label > & | n () const |
const word & | zoneName () const |
void | operator= (const blockDescriptor &) |
Friends | |
Ostream & | operator<< (Ostream &, const blockDescriptor &) |
blockDescriptor | ( | const cellShape & | , |
const pointField & | blockMeshPoints, | ||
const curvedEdgeList & | edges, | ||
const Vector< label > & | n, | ||
const scalarList & | expand, | ||
const word & | zoneName = ""
|
||
) |
Construct from components. Optional cellSet/zone name.
blockDescriptor | ( | const pointField & | blockMeshPoints, |
const curvedEdgeList & | edges, | ||
Istream & | is | ||
) |
Construct from Istream.
autoPtr<blockDescriptor> clone | ( | ) | const [inline]
|
const pointField& points | ( | ) | const |
const cellShape& blockShape | ( | ) | const |
const scalarListList& blockEdgeWeights | ( | ) | const |
const Vector<label>& n | ( | ) | const |
const word& zoneName | ( | ) | const |
void operator= | ( | const blockDescriptor & | ) |
Ostream& operator<< | ( | Ostream & | , |
const blockDescriptor & | |||
) | [friend]
|