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

Detailed Description

Definition in file InflowBoundaryModel.H.

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

Go to the source code of this file.

Classes

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

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

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

Macro Definition 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.