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

InflowBoundaryModel.H File Reference


Detailed Description

Definition in file InflowBoundaryModel.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 InflowBoundaryModel.H:

Go to the source code of this file.

Classes

class  InflowBoundaryModel< CloudType >
 Templated inflow boundary model class. More...

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  makeInflowBoundaryModel(CloudType)
#define  makeInflowBoundaryModelType(SS, CloudType, ParcelType)

Define Documentation

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

Definition at line 135 of file InflowBoundaryModel.H.

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

Definition at line 146 of file InflowBoundaryModel.H.