Class used to pass tracking data to the trackToFace function. More...
Public Member Functions | |
| TrackingData (CloudType &cloud, const PackedBoolList &isWallPatch) | |
Public Member Functions inherited from particle< Type >::TrackingData< CloudType > | |
| TrackingData (CloudType &cloud) | |
| CloudType & | cloud () |
| Return a reference to the cloud. More... | |
Public Attributes | |
| const PackedBoolList & | isWallPatch_ |
Public Attributes inherited from particle< Type >::TrackingData< CloudType > | |
| bool | switchProcessor |
| Flag to switch processor. More... | |
| bool | keepParticle |
| Flag to indicate whether to keep particle (false = delete) More... | |
Additional Inherited Members | |
Public Types inherited from particle< Type >::TrackingData< CloudType > | |
| typedef CloudType | cloudType |
Class used to pass tracking data to the trackToFace function.
Definition at line 74 of file wallBoundedParticle.H.
|
inline |
Definition at line 86 of file wallBoundedParticle.H.
| const PackedBoolList& isWallPatch_ |
Definition at line 81 of file wallBoundedParticle.H.
1.8.11