wallBoundedStreamLineParticle::trackingData Class Reference

Class used to pass tracking data to the trackToEdge function. More...

Inheritance diagram for wallBoundedStreamLineParticle::trackingData:
[legend]
Collaboration diagram for wallBoundedStreamLineParticle::trackingData:
[legend]

Public Member Functions

template<class TrackCloudType >
 trackingData (TrackCloudType &cloud, const PtrList< interpolation< scalar > > &vsInterp, const PtrList< interpolation< vector > > &vvInterp, const label UIndex, const scalar trackLength, const bitSet &isWallPatch, DynamicList< List< point > > &allPositions, List< DynamicList< scalarList > > &allScalars, List< DynamicList< vectorList > > &allVectors)
 
virtual ~trackingData ()=default
 
- Public Member Functions inherited from wallBoundedParticle::trackingData
template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud, const bitSet &isWallPatch)
 
- Public Member Functions inherited from particle< Type >::trackingData
template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud)
 

Public Attributes

const PtrList< interpolation< scalar > > & vsInterp_
 
const PtrList< interpolation< vector > > & vvInterp_
 
const label UIndex_
 
const scalar trackLength_
 
DynamicList< vectorList > & allPositions_
 
List< DynamicList< scalarList > > & allScalars_
 
List< DynamicList< vectorList > > & allVectors_
 
- Public Attributes inherited from wallBoundedParticle::trackingData
const bitSetisWallPatch_
 
- Public Attributes inherited from particle< Type >::trackingData
bool switchProcessor
 Flag to switch processor. More...
 
bool keepParticle
 Flag to indicate whether to keep particle (false = delete) More...
 

Detailed Description

Class used to pass tracking data to the trackToEdge function.

Definition at line 74 of file wallBoundedStreamLineParticle.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( TrackCloudType &  cloud,
const PtrList< interpolation< scalar > > &  vsInterp,
const PtrList< interpolation< vector > > &  vvInterp,
const label  UIndex,
const scalar  trackLength,
const bitSet isWallPatch,
DynamicList< List< point > > &  allPositions,
List< DynamicList< scalarList > > &  allScalars,
List< DynamicList< vectorList > > &  allVectors 
)
inline

Definition at line 95 of file wallBoundedStreamLineParticle.H.

◆ ~trackingData()

virtual ~trackingData ( )
virtualdefault

Member Data Documentation

◆ vsInterp_

const PtrList<interpolation<scalar> >& vsInterp_

◆ vvInterp_

◆ UIndex_

const label UIndex_

◆ trackLength_

const scalar trackLength_

Definition at line 85 of file wallBoundedStreamLineParticle.H.

Referenced by wallBoundedStreamLineParticle::move().

◆ allPositions_

DynamicList<vectorList>& allPositions_

Definition at line 87 of file wallBoundedStreamLineParticle.H.

Referenced by wallBoundedStreamLineParticle::move().

◆ allScalars_

List<DynamicList<scalarList> >& allScalars_

Definition at line 88 of file wallBoundedStreamLineParticle.H.

Referenced by wallBoundedStreamLineParticle::move().

◆ allVectors_

List<DynamicList<vectorList> >& allVectors_

Definition at line 89 of file wallBoundedStreamLineParticle.H.

Referenced by wallBoundedStreamLineParticle::move().


The documentation for this class was generated from the following file: