Class used to pass tracking data to the trackToFace function. More...
Public Member Functions | |
| trackingData (const solidParticleCloud &spc, const interpolationCellPoint< scalar > &rhoInterp, const interpolationCellPoint< vector > &UInterp, const interpolationCellPoint< scalar > &nuInterp, const vector &g) | |
| const interpolationCellPoint< scalar > & | rhoInterp () const |
| const interpolationCellPoint< vector > & | UInterp () const |
| const interpolationCellPoint< scalar > & | nuInterp () const |
| const vector & | g () const |
Public Member Functions inherited from particle::trackingData | |
| template<class TrackCloudType > | |
| trackingData (const TrackCloudType &cloud) | |
Additional Inherited Members | |
Public Attributes inherited from particle::trackingData | |
| const polyMesh & | mesh |
| 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... | |
| vector | sendToPosition |
| Position to which to send. More... | |
| labelList | patchNLocateBoundaryHits |
| Number of boundary hits that occurred during locate executions. More... | |
Class used to pass tracking data to the trackToFace function.
Definition at line 88 of file solidParticle.H.
|
inline |
Definition at line 30 of file solidParticleI.H.
|
inline |
Definition at line 50 of file solidParticleI.H.
Referenced by solidParticle::move().
|
inline |
Definition at line 57 of file solidParticleI.H.
Referenced by solidParticle::move().
|
inline |
Definition at line 64 of file solidParticleI.H.
Referenced by solidParticle::move().
|
inline |
Definition at line 69 of file solidParticleI.H.
Referenced by solidParticle::move().