InflowBoundaryModel.H File Reference
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)
 

Detailed Description

Original source file InflowBoundaryModel.H

Definition in file InflowBoundaryModel.H.

Macro Definition Documentation

◆ makeInflowBoundaryModel

#define makeInflowBoundaryModel (   CloudType)
Value:
\
defineNamedTemplateTypeNameAndDebug(InflowBoundaryModel<CloudType>, 0); \
\
( \
InflowBoundaryModel<CloudType>, \
dictionary \
);
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.

Definition at line 145 of file InflowBoundaryModel.H.

◆ makeInflowBoundaryModelType

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

Definition at line 156 of file InflowBoundaryModel.H.