Holds information regarding type of cell. Used in inside/outside determination in cellClassification. More...
Public Member Functions | |
| cellInfo () | |
| Construct null. More... | |
| cellInfo (const label) | |
| Construct from cType. More... | |
| label | type () const |
| template<class TrackingData > | |
| bool | valid (TrackingData &td) const |
| Check whether origin has been changed at all or. More... | |
| template<class TrackingData > | |
| bool | sameGeometry (const polyMesh &, const cellInfo &, const scalar, TrackingData &td) const |
| Check for identical geometrical data. Used for cyclics checking. More... | |
| template<class TrackingData > | |
| void | transform (const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
| Transform across an interface. More... | |
| template<class TrackingData > | |
| bool | updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring face. More... | |
| template<class TrackingData > | |
| bool | updateFace (const polyMesh &, const label thisFacei, const label neighbourCelli, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring cell. More... | |
| template<class TrackingData > | |
| bool | updateFace (const polyMesh &, const label thisFacei, const cellInfo &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same face. More... | |
| template<class TrackingData > | |
| bool | equal (const cellInfo &, TrackingData &td) const |
| Same (like operator==) More... | |
| bool | operator== (const cellInfo &) const |
| bool | operator!= (const cellInfo &) const |
Friends | |
| Ostream & | operator<< (Ostream &, const cellInfo &) |
| Istream & | operator>> (Istream &, cellInfo &) |
Holds information regarding type of cell. Used in inside/outside determination in cellClassification.
Definition at line 66 of file cellInfo.H.
|
inline |
Construct null.
Definition at line 95 of file cellInfoI.H.
Construct from cType.
Definition at line 101 of file cellInfoI.H.
|
inline |
Definition at line 103 of file cellInfo.H.
Referenced by cellInfo::operator==().

|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 110 of file cellInfoI.H.
References cellClassification::NOTSET.
Referenced by FaceCellWave< Type, TrackingData >::updateCell().

|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 117 of file cellInfoI.H.
|
inline |
Transform across an interface.
Definition at line 131 of file cellInfoI.H.
|
inline |
Influence of neighbouring face.
Definition at line 142 of file cellInfoI.H.
Referenced by FaceCellWave< Type, TrackingData >::updateCell(), and FvFaceCellWave< Type, TrackingData >::updateCell().

|
inline |
Influence of neighbouring cell.
Definition at line 165 of file cellInfoI.H.
|
inline |
Influence of different value on same face.
Definition at line 188 of file cellInfoI.H.
|
inline |
Same (like operator==)
Definition at line 210 of file cellInfoI.H.
References Foam::operator==().

|
inline |
Definition at line 222 of file cellInfoI.H.
References cellInfo::type(), and Foam::type().

|
inline |
Definition at line 228 of file cellInfoI.H.