FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

solidParticle::trackData Class Reference

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

#include <src/lagrangian/solidParticle/solidParticle.H>


Detailed Description

Class used to pass tracking data to the trackToFace function.

Definition at line 76 of file solidParticle.H.

Collaboration diagram for solidParticle::trackData:

List of all members.

Public Member Functions

 trackData (solidParticleCloud &spc, const interpolationCellPoint< scalar > &rhoInterp, const interpolationCellPoint< vector > &UInterp, const interpolationCellPoint< scalar > &nuInterp, const vector &g)
solidParticleCloud &  spc ()
const interpolationCellPoint
< scalar > &  
rhoInterp () const
const interpolationCellPoint
< vector > &  
UInterp () const
const interpolationCellPoint
< scalar > &  
nuInterp () const
const vector &  g () const

Public Attributes

bool  switchProcessor
bool  keepParticle

Constructor & Destructor Documentation

trackData ( solidParticleCloud &   spc,
const interpolationCellPoint< scalar > &   rhoInterp,
const interpolationCellPoint< vector > &   UInterp,
const interpolationCellPoint< scalar > &   nuInterp,
const vector &   g  
) [inline]

Definition at line 29 of file solidParticleI.H.


Member Function Documentation

Foam::solidParticleCloud & spc (  ) [inline]

Definition at line 62 of file solidParticleI.H.

Referenced by solidParticle::hitWallPatch(), and solidParticle::move().

const Foam::interpolationCellPoint< Foam::scalar > & rhoInterp (  ) const [inline]

Definition at line 68 of file solidParticleI.H.

Referenced by solidParticle::move().

const Foam::interpolationCellPoint< Foam::vector > & UInterp (  ) const [inline]

Definition at line 74 of file solidParticleI.H.

Referenced by solidParticle::move().

const Foam::interpolationCellPoint< Foam::scalar > & nuInterp (  ) const [inline]

Definition at line 80 of file solidParticleI.H.

Referenced by solidParticle::move().

const Foam::vector & g (  ) const [inline]

Definition at line 85 of file solidParticleI.H.

Referenced by solidParticle::move().


Member Data Documentation

Definition at line 93 of file solidParticle.H.

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

Definition at line 94 of file solidParticle.H.

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


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