Classes | Namespaces | Macros
InjectionModel.H File Reference
Include dependency graph for InjectionModel.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InjectionModel< CloudType >
 Templated injection model class. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeInjectionModel(CloudType)
 
#define makeInjectionModelType(SS, CloudType)
 

Detailed Description

Original source file InjectionModel.H

Definition in file InjectionModel.H.

Macro Definition Documentation

#define makeInjectionModel (   CloudType)
Value:
\
typedef Foam::CloudType::kinematicCloudType kinematicCloudType; \
( \
Foam::InjectionModel<kinematicCloudType>, \
0 \
); \
\
namespace Foam \
{ \
( \
InjectionModel<kinematicCloudType>, \
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
Namespace for OpenFOAM.

Definition at line 351 of file InjectionModel.H.

#define makeInjectionModelType (   SS,
  CloudType 
)
Value:
\
typedef Foam::CloudType::kinematicCloudType kinematicCloudType; \
defineNamedTemplateTypeNameAndDebug(Foam::SS<kinematicCloudType>, 0); \
\
Foam::InjectionModel<kinematicCloudType>:: \
adddictionaryConstructorToTable<Foam::SS<kinematicCloudType>> \
add##SS##CloudType##kinematicCloudType##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 370 of file InjectionModel.H.