Class containing opposite face for a prismatic cell with addressing and a possibility of failure. More...
Public Member Functions | |
oppositeFace (const face &f, const label masterIndex, const label oppositeIndex) | |
Construct from components. More... | |
label | masterIndex () const |
Master face index. More... | |
label | oppositeIndex () const |
Slave face index. More... | |
bool | found () const |
Does the opposite face exist? More... | |
![]() | |
face () | |
Construct null. More... | |
face (label) | |
Construct given size. More... | |
face (const labelUList &) | |
Construct from list of labels. More... | |
face (const labelList &) | |
Construct from list of labels. More... | |
face (const Xfer< labelList > &) | |
Construct by transferring the parameter contents. More... | |
face (const triFace &) | |
Copy construct from triFace. More... | |
face (Istream &) | |
Construct from Istream. More... | |
label | collapse () |
Collapse face by removing duplicate point labels. More... | |
void | flip () |
Flip the face in-place. More... | |
pointField | points (const pointField &) const |
Return the points corresponding to this face. More... | |
point | centre (const pointField &) const |
Centre point of face. More... | |
template<class Type > | |
Type | average (const pointField &, const Field< Type > &) const |
Calculate average value at centroid of face. More... | |
scalar | mag (const pointField &) const |
Magnitude of face area. More... | |
vector | normal (const pointField &) const |
Vector normal; magnitude is equal to area of face. More... | |
face | reverseFace () const |
Return face with reverse direction. More... | |
label | which (const label globalIndex) const |
Navigation through face vertices. More... | |
label | nextLabel (const label i) const |
Next vertex on face. More... | |
label | prevLabel (const label i) const |
Previous vertex on face. More... | |
scalar | sweptVol (const pointField &oldPoints, const pointField &newPoints) const |
Return the volume swept out by the face when its points move. More... | |
tensor | inertia (const pointField &, const point &refPt=vector::zero, scalar density=1.0) const |
Return the inertia tensor, with optional reference. More... | |
pointHit | ray (const point &p, const vector &n, const pointField &, const intersection::algorithm alg=intersection::FULL_RAY, const intersection::direction dir=intersection::VECTOR) const |
Return potential intersection with face with a ray starting. More... | |
pointHit | intersection (const point &p, const vector &q, const point &ctr, const pointField &, const intersection::algorithm alg, const scalar tol=0.0) const |
Fast intersection with a ray. More... | |
pointHit | nearestPoint (const point &p, const pointField &) const |
Return nearest point to face. More... | |
pointHit | nearestPointClassify (const point &p, const pointField &, label &nearType, label &nearLabel) const |
Return nearest point to face and classify it: More... | |
scalar | contactSphereDiameter (const point &p, const vector &n, const pointField &) const |
Return contact sphere diameter. More... | |
scalar | areaInContact (const pointField &, const scalarField &v) const |
Return area in contact, given the displacement in vertices. More... | |
label | nEdges () const |
Return number of edges. More... | |
edgeList | edges () const |
Return edges in face point ordering,. More... | |
edge | faceEdge (const label n) const |
Return n-th face edge. More... | |
int | edgeDirection (const edge &) const |
Return the edge direction on the face. More... | |
label | nTriangles () const |
Number of triangles after splitting. More... | |
label | nTriangles (const pointField &points) const |
Number of triangles after splitting. More... | |
label | triangles (const pointField &points, label &triI, faceList &triFaces) const |
Split into triangles using existing points. More... | |
template<unsigned SizeInc, unsigned SizeMult, unsigned SizeDiv> | |
label | triangles (const pointField &points, DynamicList< face, SizeInc, SizeMult, SizeDiv > &triFaces) const |
Split into triangles using existing points. More... | |
label | nTrianglesQuads (const pointField &points, label &nTris, label &nQuads) const |
Number of triangles and quads after splitting. More... | |
label | trianglesQuads (const pointField &points, label &triI, label &quadI, faceList &triFaces, faceList &quadFaces) const |
Split into triangles and quads. More... | |
template<unsigned SizeInc, unsigned SizeMult, unsigned SizeDiv> | |
Foam::label | triangles (const pointField &points, DynamicList< face, SizeInc, SizeMult, SizeDiv > &triFaces) const |
![]() | |
List () | |
Null constructor. More... | |
List (const label) | |
Construct with given size. More... | |
List (const label, const T &) | |
Construct with given size and value for all elements. More... | |
List (const List< T > &) | |
Copy constructor. More... | |
List (const Xfer< List< T > > &) | |
Construct by transferring the parameter contents. More... | |
List (List< T > &, bool reUse) | |
Construct as copy or re-use as specified. More... | |
List (const UList< T > &, const labelUList &mapAddressing) | |
Construct as subset. More... | |
template<class InputIterator > | |
List (InputIterator first, InputIterator last) | |
Construct given start and end iterators. More... | |
template<unsigned Size> | |
List (const FixedList< T, Size > &) | |
Construct as copy of FixedList<T, Size> More... | |
List (const PtrList< T > &) | |
Construct as copy of PtrList<T> More... | |
List (const SLList< T > &) | |
Construct as copy of SLList<T> More... | |
List (const UIndirectList< T > &) | |
Construct as copy of UIndirectList<T> More... | |
List (const BiIndirectList< T > &) | |
Construct as copy of BiIndirectList<T> More... | |
List (Istream &) | |
Construct from Istream. More... | |
autoPtr< List< T > > | clone () const |
Clone. More... | |
~List () | |
Destructor. More... | |
label | size () const |
Return the number of elements in the UList. More... | |
void | resize (const label) |
Alias for setSize(const label) More... | |
void | resize (const label, const T &) |
Alias for setSize(const label, const T&) More... | |
void | setSize (const label) |
Reset size of List. More... | |
void | setSize (const label, const T &) |
Reset size of List and value for new elements. More... | |
void | clear () |
Clear the list, i.e. set size to zero. More... | |
void | append (const T &) |
Append an element at the end of the list. More... | |
void | append (const UList< T > &) |
Append a List at the end of this list. More... | |
void | append (const UIndirectList< T > &) |
Append a UIndirectList at the end of this list. More... | |
void | transfer (List< T > &) |
Transfer the contents of the argument List into this list. More... | |
template<unsigned SizeInc, unsigned SizeMult, unsigned SizeDiv> | |
void | transfer (DynamicList< T, SizeInc, SizeMult, SizeDiv > &) |
Transfer the contents of the argument List into this list. More... | |
void | transfer (SortableList< T > &) |
Transfer the contents of the argument List into this list. More... | |
Xfer< List< T > > | xfer () |
Transfer contents to the Xfer container. More... | |
T & | newElmt (const label) |
Return subscript-checked element of UList. More... | |
void | operator= (const UList< T > &) |
Assignment from UList operator. Takes linear time. More... | |
void | operator= (const List< T > &) |
Assignment operator. Takes linear time. More... | |
void | operator= (const SLList< T > &) |
Assignment from SLList operator. Takes linear time. More... | |
void | operator= (const UIndirectList< T > &) |
Assignment from UIndirectList operator. Takes linear time. More... | |
void | operator= (const BiIndirectList< T > &) |
Assignment from BiIndirectList operator. Takes linear time. More... | |
void | operator= (const T &) |
Assignment of all entries to the given value. More... | |
template<class T > | |
List (const label s) | |
template<class T > | |
List (const label s, const T &a) | |
template<class T > | |
List (const List< T > &a) | |
template<class T > | |
List (const Xfer< List< T > > &lst) | |
template<class T > | |
List (List< T > &a, bool reUse) | |
template<class T > | |
List (const UList< T > &a, const labelUList &map) | |
template<class T > | |
List (const PtrList< T > &lst) | |
template<class T > | |
List (const SLList< T > &lst) | |
template<class T > | |
List (const UIndirectList< T > &lst) | |
template<class T > | |
List (const BiIndirectList< T > &lst) | |
template<class T > | |
void | transfer (List< T > &a) |
template<class T > | |
void | transfer (SortableList< T > &a) |
template<class T > | |
List () | |
template<class T > | |
List (Istream &is) | |
Private Attributes | |
const label | masterIndex_ |
Master face index. More... | |
const label | oppositeIndex_ |
Opposite face index. More... | |
Additional Inherited Members | |
![]() | |
enum | proxType { NONE, POINT, EDGE } |
Return types for classify. More... | |
![]() | |
typedef SubList< T > | subList |
Declare type of subList. More... | |
![]() | |
static int | compare (const face &, const face &) |
Compare faces. More... | |
static bool | sameVertices (const face &, const face &) |
Return true if the faces have the same vertices. More... | |
![]() | |
static const List< T > & | null () |
Return a null List. More... | |
![]() | |
static const char *const | typeName = "face" |
![]() | |
void | size (const label) |
Override size to be inconsistent with allocated storage. More... | |
Class containing opposite face for a prismatic cell with addressing and a possibility of failure.
Definition at line 49 of file oppositeFace.H.
|
inline |
Construct from components.
Definition at line 68 of file oppositeFace.H.
|
inline |
Master face index.
Definition at line 84 of file oppositeFace.H.
References oppositeFace::masterIndex_.
Referenced by layerAdditionRemoval::setLayerPairing().
|
inline |
Slave face index.
Definition at line 90 of file oppositeFace.H.
References oppositeFace::oppositeIndex_.
Referenced by layerAdditionRemoval::setLayerPairing().
|
inline |
Does the opposite face exist?
Definition at line 96 of file oppositeFace.H.
References oppositeFace::oppositeIndex_.
Referenced by layerAdditionRemoval::setLayerPairing().
|
private |
Master face index.
Definition at line 56 of file oppositeFace.H.
Referenced by oppositeFace::masterIndex().
|
private |
Opposite face index.
Definition at line 59 of file oppositeFace.H.
Referenced by oppositeFace::found(), and oppositeFace::oppositeIndex().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.