Stores the patch ID and templated data to represent a collision with a wall to be passed to the wall model. More...
#include <WallSiteData.H>
Public Member Functions | |
| WallSiteData () | |
| Construct null. | |
| WallSiteData (label patchi, const Type &wallData) | |
| Construct from components. | |
| ~WallSiteData () | |
| Destructor. | |
| label | patchIndex () const |
| Return access to the patch index. | |
| label & | patchIndex () |
| Return non-const access to the patch index. | |
| const Type & | wallData () const |
| Return access to wall data. | |
| Type & | wallData () |
| Return non-const access to wall data. | |
| bool | operator== (const WallSiteData< Type > &) const |
| bool | operator!= (const WallSiteData< Type > &) const |
Friends | |
| Istream & | operator>> (Istream &, WallSiteData< Type > &) |
| Ostream & | operator<< (Ostream &, const WallSiteData< Type > &) |
Stores the patch ID and templated data to represent a collision with a wall to be passed to the wall model.
Definition at line 62 of file WallSiteData.H.
| WallSiteData | ( | ) |
Construct null.
Definition at line 26 of file WallSiteData.C.
Referenced by operator!=(), operator<<, operator==(), and operator>>.

| WallSiteData | ( | label | patchi, |
| const Type & | wallData ) |
Construct from components.
Definition at line 34 of file WallSiteData.C.
References wallData().

| ~WallSiteData | ( | ) |
Destructor.
Definition at line 48 of file WallSiteData.C.
|
inline |
Return access to the patch index.
Definition at line 26 of file WallSiteDataI.H.
|
inline |
Return non-const access to the patch index.
Definition at line 33 of file WallSiteDataI.H.
|
inline |
Return access to wall data.
Definition at line 40 of file WallSiteDataI.H.
Referenced by WallSiteData().

|
inline |
Return non-const access to wall data.
Definition at line 47 of file WallSiteDataI.H.
| bool operator== | ( | const WallSiteData< Type > & | rhs | ) | const |
Definition at line 55 of file WallSiteData.C.
References Foam::rhs(), and WallSiteData().

| bool operator!= | ( | const WallSiteData< Type > & | rhs | ) | const |
Definition at line 65 of file WallSiteData.C.
References Foam::rhs(), and WallSiteData().

|
friend |
References WallSiteData().
|
friend |
References WallSiteData().