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

namespace  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

◆ makeInjectionModel

#define makeInjectionModel (   CloudType)
Value:
\
typedef Foam::CloudType::kinematicCloudType kinematicCloudType; \
( \
0 \
); \
\
namespace Foam \
{ \
( \
InjectionModel<kinematicCloudType>, \
dictionary \
); \
}
Templated injection model class.
Templated base class for kinematic cloud.
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition: className.H:136
Namespace for OpenFOAM.
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.

Definition at line 380 of file InjectionModel.H.

◆ makeInjectionModelType

#define makeInjectionModelType (   SS,
  CloudType 
)
Value:
\
typedef Foam::CloudType::kinematicCloudType kinematicCloudType; \
defineNamedTemplateTypeNameAndDebug(Foam::SS<kinematicCloudType>, 0); \
\
adddictionaryConstructorToTable<Foam::SS<kinematicCloudType>> \
add##SS##CloudType##kinematicCloudType##ConstructorToTable_;
dict add("bounds", meshBb)

Definition at line 399 of file InjectionModel.H.