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"
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 defineParticleTypeNameAndDebug | ( | Type, | |
DebugSwitch | |||
) |
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.