Classes | Namespaces | Macros
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

 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

#define makeInflowBoundaryModel (   CloudType)
Value:
defineNamedTemplateTypeNameAndDebug(InflowBoundaryModel<CloudType>, 0); \
\
( \
InflowBoundaryModel<CloudType>, \
dictionary \
);
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134

Definition at line 143 of file InflowBoundaryModel.H.

#define makeInflowBoundaryModelType (   SS,
  CloudType 
)
Value:
\
InflowBoundaryModel<CloudType>:: \
adddictionaryConstructorToTable<SS<CloudType>> \
add##SS##CloudType##ConstructorToTable_;
DSMCCloud< dsmcParcel > CloudType
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:134
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 154 of file InflowBoundaryModel.H.