Stores the patch ID and templated data to represent a collision with a wall to be passed to the wall model. More...
Public Member Functions | |
| WallSiteData () | |
| Construct null. More... | |
| WallSiteData (label patchi, const Type &wallData) | |
| Construct from components. More... | |
| ~WallSiteData () | |
| Destructor. More... | |
| label | patchIndex () const |
| Return access to the patch index. More... | |
| label & | patchIndex () |
| Return non-const access to the patch index. More... | |
| const Type & | wallData () const |
| Return access to wall data. More... | |
| Type & | wallData () |
| Return non-const access to wall data. More... | |
| 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 50 of file WallSiteData.H.
| WallSiteData | ( | ) |
Construct null.
Definition at line 31 of file WallSiteData.C.
| WallSiteData | ( | label | patchi, |
| const Type & | wallData | ||
| ) |
Construct from components.
Definition at line 40 of file WallSiteData.C.
| ~WallSiteData | ( | ) |
Destructor.
Definition at line 53 of file WallSiteData.C.
|
inline |
Return access to the patch index.
Definition at line 31 of file WallSiteDataI.H.
|
inline |
Return non-const access to the patch index.
Definition at line 38 of file WallSiteDataI.H.
|
inline |
Return access to wall data.
Definition at line 45 of file WallSiteDataI.H.
|
inline |
Return non-const access to wall data.
Definition at line 52 of file WallSiteDataI.H.
| bool operator== | ( | const WallSiteData< Type > & | rhs | ) | const |
Definition at line 61 of file WallSiteData.C.
| bool operator!= | ( | const WallSiteData< Type > & | rhs | ) | const |
Definition at line 71 of file WallSiteData.C.
References IOstream::check(), and token::SPACE.

|
friend |
|
friend |
1.8.13