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

Detailed Description

Definition in file KinematicParcel.H.

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

Go to the source code of this file.

Classes

class  KinematicParcel< ParcelType >
 Kinematic parcel class with one/two-way coupling with the continuous phase. More...
class  KinematicParcel< ParcelType >::constantProperties
 Class to hold kinematic particle constant properties. More...
class  KinematicParcel< ParcelType >::trackData
 Class used to pass kinematic tracking data to the trackToFace function. More...

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define defineParcelTypeNameAndDebug(Type, DebugSwitch)

Functions

template<class ParcelType >
Ostream & operator<< (Ostream &, const KinematicParcel< ParcelType > &)

Macro Definition Documentation

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

Definition at line 557 of file KinematicParcel.H.