![]() |
|
Public Member Functions | |
cell () | |
Construct null. | |
cell (label) | |
Construct given size. | |
cell (const labelList &f) | |
Construct from components. | |
cell (Istream &) | |
Construct from Istream. | |
label | nFaces () const |
Number of faces. | |
labelList | labels (const unallocFaceList &) const |
Return labels of cell vertices. | |
pointField | points (const unallocFaceList &, const pointField &) const |
Return the cell vertices. | |
edgeList | edges (const unallocFaceList &) const |
Return cell edges. | |
label | opposingFaceLabel (const label masterFaceLabel, const unallocFaceList &meshFaces) const |
Return index of opposite face. | |
oppositeFace | opposingFace (const label masterFaceLabel, const unallocFaceList &meshFaces) const |
Return opposite face oriented the same way as the master face. | |
point | centre (const pointField &, const unallocFaceList &) const |
Returns cell centre. | |
scalar | mag (const pointField &, const unallocFaceList &) const |
Returns cell volume. | |
Friends | |
bool | operator== (const cell &, const cell &) |
bool | operator!= (const cell &, const cell &) |
|
Construct null.
|
|
Construct given size.
Definition at line 50 of file cellI.H. References Foam::labelList. |
|
Construct from components.
Definition at line 57 of file cellI.H. References Foam::labelList. |
|
Construct from Istream.
Definition at line 64 of file cellI.H. References Foam::label, and UList< label >::size(). |
Here is the call graph for this function:
|
Returns cell centre.
|
|
Return cell edges.
|
|
Return labels of cell vertices.
|
|
Returns cell volume.
|
|
Number of faces.
|
|
Return opposite face oriented the same way as the master face.
|
|
Return index of opposite face.
|
|
Return the cell vertices.
|
|
|
|
|