FreeFOAM The Cross-Platform CFD Toolkit
Particle< ParticleType >::trackData Class Reference

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

#include <src/lagrangian/basic/Particle/Particle.H>


Detailed Description

template<class ParticleType>
class Foam::Particle< ParticleType >::trackData

Class used to pass tracking data to the trackToFace function.

Definition at line 83 of file Particle.H.

+ Inheritance diagram for Particle< ParticleType >::trackData:

List of all members.

Public Member Functions

 trackData (Cloud< ParticleType > &cloud)
Cloud< ParticleType > & cloud ()
 Return a reference to the cloud.

Public Attributes

bool switchProcessor
bool keepParticle

Constructor & Destructor Documentation

trackData ( Cloud< ParticleType > &  cloud)
inline

Definition at line 266 of file ParticleI.H.


Member Function Documentation


Member Data Documentation

bool switchProcessor

Definition at line 94 of file Particle.H.

Referenced by molecule::hitProcessorPatch(), and molecule::move().

bool keepParticle

Definition at line 95 of file Particle.H.

Referenced by molecule::hitPatch(), and molecule::move().


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