Class used to pass tracking data to the trackToFace function. More...
Public Member Functions | |
| trackingData (Cloud< trackedParticle > &cloud, labelList &maxLevel, List< PackedBoolList > &featureEdgeVisited) | |
Public Member Functions inherited from particle< Type >::TrackingData< Cloud< trackedParticle > > | |
| TrackingData (Cloud< trackedParticle > &cloud) | |
| Cloud< trackedParticle > & | cloud () |
| Return a reference to the cloud. More... | |
Public Attributes | |
| labelList & | maxLevel_ |
| List< PackedBoolList > & | featureEdgeVisited_ |
Public Attributes inherited from particle< Type >::TrackingData< Cloud< trackedParticle > > | |
| 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< Cloud< trackedParticle > > | |
| typedef Cloud< trackedParticle > | cloudType |
Class used to pass tracking data to the trackToFace function.
Definition at line 90 of file trackedParticle.H.
|
inline |
Definition at line 104 of file trackedParticle.H.
References particle< Type >::coordinates(), trackedParticle::end(), trackedParticle::i(), trackedParticle::j(), trackedParticle::k(), particle< Type >::mesh(), particle< Type >::position(), particle< Type >::readFields(), and trackedParticle::trackedParticle().
| labelList& maxLevel_ |
Definition at line 96 of file trackedParticle.H.
Referenced by trackedParticle::move().
| List<PackedBoolList>& featureEdgeVisited_ |
Definition at line 98 of file trackedParticle.H.
Referenced by trackedParticle::correctAfterParallelTransfer().
1.8.13