Class used to pass tracking data to the trackToFace function. More...
Public Member Functions | |
trackingData (Cloud< trackedParticle > &cloud, labelList &maxLevel, List< PackedBoolList > &featureEdgeVisited) | |
![]() | |
template<class TrackCloudType > | |
trackingData (const TrackCloudType &cloud) | |
Public Attributes | |
labelList & | maxLevel_ |
List< PackedBoolList > & | featureEdgeVisited_ |
![]() | |
bool | switchProcessor |
Flag to switch processor. More... | |
bool | keepParticle |
Flag to indicate whether to keep particle (false = delete) More... | |
Class used to pass tracking data to the trackToFace function.
Definition at line 91 of file trackedParticle.H.
|
inline |
Definition at line 105 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 97 of file trackedParticle.H.
Referenced by trackedParticle::move().
List<PackedBoolList>& featureEdgeVisited_ |
Definition at line 99 of file trackedParticle.H.
Referenced by trackedParticle::correctAfterParallelTransfer().