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

WallInteractionModel.H File Reference


Detailed Description

Definition in file WallInteractionModel.H.

#include "src/OpenFOAM/db/IOobjects/IOdictionary/IOdictionary.H"
#include "src/OpenFOAM/memory/autoPtr/autoPtr.H"
#include "src/OpenFOAM/db/runTimeSelection/runTimeSelectionTables.H"
Include dependency graph for WallInteractionModel.H:

Go to the source code of this file.

Classes

class  WallInteractionModel< CloudType >
 Templated wall interaction model class. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  makeWallInteractionModel(CloudType)
#define  makeWallInteractionModelType(SS, CloudType, ParcelType)

Define Documentation

#define makeWallInteractionModel (   CloudType  )
Value:
\
    defineNamedTemplateTypeNameAndDebug(WallInteractionModel<CloudType>, 0);  \
                                                                              \
    defineTemplateRunTimeSelectionTable                                       \
    (                                                                         \
        WallInteractionModel<CloudType>,                                      \
        dictionary                                                            \
    );

Definition at line 144 of file WallInteractionModel.H.

#define makeWallInteractionModelType (   SS,
  CloudType,
  ParcelType  
)
Value:
\
    defineNamedTemplateTypeNameAndDebug(SS<CloudType<ParcelType> >, 0);       \
                                                                              \
    WallInteractionModel<CloudType<ParcelType> >::                            \
        adddictionaryConstructorToTable<SS<CloudType<ParcelType> > >          \
            add##SS##CloudType##ParcelType##ConstructorToTable_;

Definition at line 155 of file WallInteractionModel.H.