Public Member Functions | |
trackingData (streamLineParticleCloud &cloud, const PtrList< interpolation< scalar > > &vsInterp, const PtrList< interpolation< vector > > &vvInterp, const label UIndex, const label nSubCycle, const scalar trackLength, DynamicList< List< point > > &allPositions, List< DynamicList< scalarList > > &allScalars, List< DynamicList< vectorList > > &allVectors) | |
Construct from components. More... | |
![]() | |
template<class TrackCloudType > | |
trackingData (const TrackCloudType &cloud) | |
Public Attributes | |
const PtrList< interpolation< scalar > > & | vsInterp_ |
const PtrList< interpolation< vector > > & | vvInterp_ |
const label | UIndex_ |
const label | nSubCycle_ |
const scalar | trackLength_ |
DynamicList< vectorList > & | allPositions_ |
List< DynamicList< scalarList > > & | allScalars_ |
List< DynamicList< vectorList > > & | allVectors_ |
![]() | |
bool | switchProcessor |
Flag to switch processor. More... | |
bool | keepParticle |
Flag to indicate whether to keep particle (false = delete) More... | |
Definition at line 67 of file streamLineParticle.H.
|
inline |
Construct from components.
Definition at line 95 of file streamLineParticle.H.
const PtrList<interpolation<scalar> >& vsInterp_ |
Definition at line 75 of file streamLineParticle.H.
const PtrList<interpolation<vector> >& vvInterp_ |
Definition at line 77 of file streamLineParticle.H.
const label UIndex_ |
Definition at line 79 of file streamLineParticle.H.
const label nSubCycle_ |
Definition at line 81 of file streamLineParticle.H.
Referenced by streamLineParticle::move().
const scalar trackLength_ |
Definition at line 83 of file streamLineParticle.H.
Referenced by streamLineParticle::move().
DynamicList<vectorList>& allPositions_ |
Definition at line 85 of file streamLineParticle.H.
Referenced by streamLineParticle::move().
List<DynamicList<scalarList> >& allScalars_ |
Definition at line 87 of file streamLineParticle.H.
Referenced by streamLineParticle::move().
List<DynamicList<vectorList> >& allVectors_ |
Definition at line 89 of file streamLineParticle.H.
Referenced by streamLineParticle::move().