FreeFOAM The Cross-Platform CFD Toolkit
Particle.H File Reference

Detailed Description

Definition in file Particle.H.

+ Include dependency graph for Particle.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Particle< ParticleType >
class  Particle< ParticleType >::trackData
 Class used to pass tracking data to the trackToFace function. More...
class  Particle< ParticleType >::iNew
 Factory class to read-construct particles used for. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define defineParticleTypeNameAndDebug(Type, DebugSwitch)

Functions

template<class ParticleType >
Ostream & operator<< (Ostream &, const Particle< ParticleType > &)

Macro Definition Documentation

#define defineParticleTypeNameAndDebug (   Type,
  DebugSwitch 
)
Value:
template<> \
const Foam::word Particle<Type>::typeName(#Type); \
template<> \
int Particle<Type>::debug(Foam::debug::debugSwitch(#Type, DebugSwitch));

Definition at line 488 of file Particle.H.