Class used to pass tracking data to the trackToFace function. More...
Public Member Functions | |
trackingData (Cloud< streamLineParticle > &cloud, const PtrList< interpolation< scalar > > &vsInterp, const PtrList< interpolation< vector > > &vvInterp, const label UIndex, const bool trackForward, const label nSubCycle, const scalar trackLength, DynamicList< List< point > > &allPositions, List< DynamicList< scalarList > > &allScalars, List< DynamicList< vectorList > > &allVectors) | |
![]() | |
TrackingData (Cloud< streamLineParticle > &cloud) | |
Cloud< streamLineParticle > & | cloud () |
Return a reference to the cloud. More... | |
Data Fields | |
const PtrList< interpolation< scalar > > & | vsInterp_ |
const PtrList< interpolation< vector > > & | vvInterp_ |
const label | UIndex_ |
const bool | trackForward_ |
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... | |
Additional Inherited Members | |
![]() | |
typedef Cloud< streamLineParticle > | cloudType |
Class used to pass tracking data to the trackToFace function.
Definition at line 62 of file streamLineParticle.H.
|
inline |
Definition at line 85 of file streamLineParticle.H.
const PtrList<interpolation<scalar> >& vsInterp_ |
Definition at line 70 of file streamLineParticle.H.
Referenced by streamLineParticle::interpolateFields().
const PtrList<interpolation<vector> >& vvInterp_ |
Definition at line 71 of file streamLineParticle.H.
Referenced by streamLineParticle::interpolateFields().
const label UIndex_ |
Definition at line 72 of file streamLineParticle.H.
Referenced by streamLineParticle::interpolateFields().
const bool trackForward_ |
Definition at line 73 of file streamLineParticle.H.
Referenced by streamLineParticle::move().
const label nSubCycle_ |
Definition at line 74 of file streamLineParticle.H.
Referenced by streamLineParticle::calcSubCycleDeltaT(), and streamLineParticle::move().
const scalar trackLength_ |
Definition at line 75 of file streamLineParticle.H.
Referenced by streamLineParticle::move().
DynamicList<vectorList>& allPositions_ |
Definition at line 77 of file streamLineParticle.H.
Referenced by streamLineParticle::move().
List<DynamicList<scalarList> >& allScalars_ |
Definition at line 78 of file streamLineParticle.H.
Referenced by streamLineParticle::move().
List<DynamicList<vectorList> >& allVectors_ |
Definition at line 79 of file streamLineParticle.H.
Referenced by streamLineParticle::move().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.