Class used to pass tracking data to the trackToFace function. More...
Public Member Functions | |
| trackingData (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< Type >::TrackingData< solidParticleCloud > | |
| TrackingData (solidParticleCloud &cloud) | |
| solidParticleCloud & | cloud () |
| Return a reference to the cloud. More... | |
Additional Inherited Members | |
Public Types inherited from particle< Type >::TrackingData< solidParticleCloud > | |
| typedef solidParticleCloud | cloudType |
Public Attributes inherited from particle< Type >::TrackingData< solidParticleCloud > | |
| 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 86 of file solidParticle.H.
|
inline |
Definition at line 29 of file solidParticleI.H.
References solidParticle::solidParticle().
|
inline |
Definition at line 65 of file solidParticleI.H.
Referenced by solidParticle::move().
|
inline |
Definition at line 72 of file solidParticleI.H.
Referenced by solidParticle::move().
|
inline |
Definition at line 79 of file solidParticleI.H.
Referenced by solidParticle::move().
|
inline |
Definition at line 84 of file solidParticleI.H.
Referenced by solidParticle::move().
1.8.13