Definition in file KinematicParcel.H.
#include "src/lagrangian/basic/Particle/Particle.H"
#include "src/OpenFOAM/db/IOstreams/IOstreams/IOstream.H"
#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"
#include "src/finiteVolume/interpolation/interpolation/interpolationCellPoint/interpolationCellPoint.H"
#include "src/OpenFOAM/primitives/contiguous/contiguous.H"
#include "src/lagrangian/intermediate/clouds/Templates/KinematicCloud/KinematicCloud_.H"
#include "src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcelI.H"
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. | |
Defines | |
#define | defineParcelTypeNameAndDebug(Type, DebugSwitch) |
Functions | |
template<class ParcelType > | |
Ostream & | operator<< (Ostream &, const KinematicParcel< ParcelType > &) |
#define defineParcelTypeNameAndDebug | ( | Type, | |
DebugSwitch | |||
) |
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.