
Public Member Functions | |
| WallFaceBase () | |
| Construct null. More... | |
| WallFaceBase (const face &f, const pointField &points, const scalar distSqr) | |
| Construct from face, distance. More... | |
| WallFaceBase (const face &f, const pointField &points, const point ¢re, const scalar distSqr) | |
| Construct from face, distance. More... | |
| const pointField & | points () const |
| pointField & | points () |
| scalar | distSqr () const |
| scalar & | distSqr () |
| template<class TrackingData > | |
| scalar | dist (TrackingData &td) const |
| template<class TrackingData > | |
| bool | valid (TrackingData &td) const |
| Check whether the WallFaceBase has been changed at all or still. More... | |
| template<class TrackingData > | |
| bool | sameGeometry (const polyMesh &, const WallFaceBase< Derived > &, const scalar, TrackingData &td) const |
| Check for identical geometrical data. Used for 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 WallFaceBase< Derived > &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 WallFaceBase< Derived > &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring cell. More... | |
| template<class TrackingData > | |
| bool | updateFace (const polyMesh &, const label thisFacei, const WallFaceBase< Derived > &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same face. More... | |
| template<class TrackingData > | |
| bool | equal (const WallFaceBase< Derived > &, TrackingData &td) const |
| Test equality. More... | |
| bool | operator== (const WallFaceBase< Derived > &) const |
| bool | operator!= (const WallFaceBase< Derived > &) const |
| template<class TrackingData > | |
| Foam::scalar | dist (TrackingData &td) const |
Protected Member Functions | |
| template<class TrackingData > | |
| bool | update (const point &pt, const WallFaceBase< Derived > &w2, const scalar tol, TrackingData &td) |
| ... More... | |
Friends | |
| Ostream & | operator (Ostream &, const WallFaceBase< Derived > &) |
| Istream & | operator>> (Istream &, WallFaceBase< Derived > &) |
Definition at line 53 of file wallFace.H.
|
inline |
Construct null.
Definition at line 78 of file wallFaceI.H.
Referenced by WallFaceBase< wallFace >::WallFaceBase().

|
inline |
Construct from face, distance.
Definition at line 87 of file wallFaceI.H.
|
inline |
Construct from face, distance.
Definition at line 100 of file wallFaceI.H.
|
inlineprotected |
...
Definition at line 35 of file wallFaceI.H.
|
inline |
Definition at line 115 of file wallFaceI.H.
Referenced by WallFaceBase< wallFace >::operator!=(), WallFaceBase< wallFace >::operator==(), and WallFaceBase< wallFace >::update().

|
inline |
Definition at line 122 of file wallFaceI.H.
|
inline |
Definition at line 129 of file wallFaceI.H.
Referenced by WallFaceBase< wallFace >::operator!=(), and WallFaceBase< wallFace >::sameGeometry().

|
inline |
Definition at line 136 of file wallFaceI.H.
|
inline |
|
inline |
Check whether the WallFaceBase has been changed at all or still.
contains original (invalid) value.
Definition at line 152 of file wallFaceI.H.
|
inline |
Check for identical geometrical data. Used for checking.
consistency across cyclics.
Definition at line 161 of file wallFaceI.H.
Referenced by WallFaceBase< wallFace >::valid().

|
inline |
Transform across an interface.
Definition at line 191 of file wallFaceI.H.
Referenced by WallFaceBase< wallFace >::sameGeometry().

|
inline |
Influence of neighbouring face.
Definition at line 205 of file wallFaceI.H.
Referenced by WallFaceBase< wallFace >::transform().

|
inline |
Influence of neighbouring cell.
Definition at line 228 of file wallFaceI.H.
Referenced by WallFaceBase< wallFace >::updateCell(), and WallFaceBase< wallFace >::updateFace().

|
inline |
Influence of different value on same face.
Definition at line 251 of file wallFaceI.H.
|
inline |
Test equality.
Definition at line 273 of file wallFaceI.H.
Referenced by WallFaceBase< wallFace >::updateFace().

|
inline |
Definition at line 286 of file wallFaceI.H.
|
inline |
Definition at line 296 of file wallFaceI.H.
|
inline |
Definition at line 144 of file wallFaceI.H.
|
friend |
|
friend |