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

Particle.H File Reference


Detailed Description

Definition in file Particle.H.

#include "src/OpenFOAM/primitives/Vector/vector/vector.H"
#include "src/OpenFOAM/containers/LinkedLists/user/IDLList.H"
#include "src/OpenFOAM/primitives/Lists/labelList.H"
#include "src/OpenFOAM/meshes/primitiveShapes/point/pointField.H"
#include "src/OpenFOAM/meshes/meshShapes/face/faceList.H"
#include "src/OpenFOAM/db/typeInfo/typeInfo.H"
#include "src/OpenFOAM/db/IOstreams/Fstreams/OFstream.H"
#include "src/lagrangian/basic/Particle/ParticleI.H"
Include dependency graph for Particle.H:

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.


Defines

#define  defineParticleTypeNameAndDebug(Type, DebugSwitch)

Functions

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

Define 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.