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

KinematicParcel.H File Reference


Detailed Description

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"
Include dependency graph for KinematicParcel.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 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.