findCellParticle::trackingData Class Reference

Class used to pass tracking data to the trackToFace function. More...

Inheritance diagram for findCellParticle::trackingData:
Collaboration diagram for findCellParticle::trackingData:

Public Member Functions

 trackingData (Cloud< findCellParticle > &cloud, labelListList &cellToData, List< List< point >> &cellToEnd)
 
labelListListcellToData ()
 
List< List< point > > & cellToEnd ()
 
- Public Member Functions inherited from particle::trackingData
template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud)
 

Additional Inherited Members

- Public Attributes inherited from particle::trackingData
const polyMeshmesh
 Reference to the mesh. More...
 
bool keepParticle
 Flag to indicate whether to keep particle (false = delete) More...
 
label sendToProc
 Processor to send the particle to. -1 indicates that this. More...
 
label sendFromPatch
 Patch from which to send the particle. More...
 
label sendToPatch
 Patch to which to send the particle. More...
 
label sendToPatchFace
 Patch face to which to send the particle. More...
 

Detailed Description

Class used to pass tracking data to the trackToFace function.

Definition at line 78 of file findCellParticle.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( Cloud< findCellParticle > &  cloud,
labelListList cellToData,
List< List< point >> &  cellToEnd 
)
inline

Definition at line 89 of file findCellParticle.H.

Member Function Documentation

◆ cellToData()

labelListList& cellToData ( )
inline

Definition at line 104 of file findCellParticle.H.

Referenced by findCellParticle::move().

Here is the caller graph for this function:

◆ cellToEnd()

List<List<point> >& cellToEnd ( )
inline

Definition at line 109 of file findCellParticle.H.

Referenced by findCellParticle::move().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: