Public Member Functions | Public Attributes | List of all members
streamLineParticle::trackingData Class Reference
Inheritance diagram for streamLineParticle::trackingData:
Inheritance graph
[legend]
Collaboration diagram for streamLineParticle::trackingData:
Collaboration graph
[legend]

Public Member Functions

 trackingData (streamLineParticleCloud &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)
 Construct from components. More...
 
- 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_
 
bool trackForward_
 
const label nSubCycle_
 
const scalar trackLength_
 
DynamicList< vectorList > & allPositions_
 
List< DynamicList< scalarList > > & allScalars_
 
List< DynamicList< vectorList > > & allVectors_
 
- 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

Definition at line 65 of file streamLineParticle.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( streamLineParticleCloud 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 
)
inline

Construct from components.

Definition at line 96 of file streamLineParticle.H.

References Foam::constant::universal::c, p, particle< Type >::position(), streamLineParticle::readFields(), and streamLineParticle::streamLineParticle().

Here is the call graph for this function:

Member Data Documentation

◆ vsInterp_

const PtrList<interpolation<scalar> >& vsInterp_

Definition at line 73 of file streamLineParticle.H.

◆ vvInterp_

const PtrList<interpolation<vector> >& vvInterp_

Definition at line 75 of file streamLineParticle.H.

◆ UIndex_

const label UIndex_

Definition at line 77 of file streamLineParticle.H.

◆ trackForward_

bool trackForward_

◆ nSubCycle_

const label nSubCycle_

Definition at line 81 of file streamLineParticle.H.

Referenced by streamLineParticle::move().

◆ trackLength_

const scalar trackLength_

Definition at line 83 of file streamLineParticle.H.

Referenced by streamLineParticle::move().

◆ allPositions_

DynamicList<vectorList>& allPositions_

Definition at line 85 of file streamLineParticle.H.

Referenced by streamLineParticle::move().

◆ allScalars_

List<DynamicList<scalarList> >& allScalars_

Definition at line 87 of file streamLineParticle.H.

Referenced by streamLineParticle::move().

◆ allVectors_

List<DynamicList<vectorList> >& allVectors_

Definition at line 89 of file streamLineParticle.H.

Referenced by streamLineParticle::move().


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