Class used to pass tracking data to the trackToEdge function. More...
Public Member Functions | |
trackingData (Cloud< wallBoundedStreamLineParticle > &cloud, const PtrList< interpolation< scalar > > &vsInterp, const PtrList< interpolation< vector > > &vvInterp, const label UIndex, const bool trackForward, const scalar trackLength, const PackedBoolList &isWallPatch, DynamicList< List< point > > &allPositions, List< DynamicList< scalarList > > &allScalars, List< DynamicList< vectorList > > &allVectors) | |
Public Attributes | |
const PtrList< interpolation< scalar > > & | vsInterp_ |
const PtrList< interpolation< vector > > & | vvInterp_ |
const label | UIndex_ |
const bool | trackForward_ |
const scalar | trackLength_ |
DynamicList< vectorList > & | allPositions_ |
List< DynamicList< scalarList > > & | allScalars_ |
List< DynamicList< vectorList > > & | allVectors_ |
Class used to pass tracking data to the trackToEdge function.
Definition at line 63 of file wallBoundedStreamLineParticle.H.
|
inline |
Definition at line 88 of file wallBoundedStreamLineParticle.H.
References Foam::constant::universal::c, wallBoundedParticle::diagEdge(), wallBoundedParticle::meshEdgeStart(), p, particle< Type >::position(), and wallBoundedStreamLineParticle::wallBoundedStreamLineParticle().
const PtrList<interpolation<scalar> >& vsInterp_ |
Definition at line 74 of file wallBoundedStreamLineParticle.H.
const PtrList<interpolation<vector> >& vvInterp_ |
Definition at line 75 of file wallBoundedStreamLineParticle.H.
const label UIndex_ |
Definition at line 76 of file wallBoundedStreamLineParticle.H.
const bool trackForward_ |
Definition at line 77 of file wallBoundedStreamLineParticle.H.
const scalar trackLength_ |
Definition at line 78 of file wallBoundedStreamLineParticle.H.
Referenced by wallBoundedStreamLineParticle::move().
DynamicList<vectorList>& allPositions_ |
Definition at line 80 of file wallBoundedStreamLineParticle.H.
Referenced by wallBoundedStreamLineParticle::move().
List<DynamicList<scalarList> >& allScalars_ |
Definition at line 81 of file wallBoundedStreamLineParticle.H.
Referenced by wallBoundedStreamLineParticle::move().
List<DynamicList<vectorList> >& allVectors_ |
Definition at line 82 of file wallBoundedStreamLineParticle.H.
Referenced by wallBoundedStreamLineParticle::move().