IsotropyModel.H File Reference
Include dependency graph for IsotropyModel.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IsotropyModel< CloudType >
 Base class for collisional return-to-isotropy models. More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define makeIsotropyModel(CloudType)
 
#define makeIsotropyModelType(SS, CloudType)
 
#define makeIsotropyModelMPPIC(CloudType)
 
#define makeIsotropyModelTypeMPPIC(SS, CloudType)
 

Detailed Description

Original source file IsotropyModel.H

Definition in file IsotropyModel.H.

Macro Definition Documentation

◆ makeIsotropyModel

#define makeIsotropyModel (   CloudType)
Value:
\
typedef Foam::CloudType::kinematicCloudType kinematicCloudType; \
( \
0 \
); \
\
namespace Foam \
{ \
( \
IsotropyModel<kinematicCloudType>, \
dictionary \
); \
}
Base class for collisional return-to-isotropy models.
Definition: IsotropyModel.H:66
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 137 of file IsotropyModel.H.

◆ makeIsotropyModelType

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

Definition at line 156 of file IsotropyModel.H.

◆ makeIsotropyModelMPPIC

#define makeIsotropyModelMPPIC (   CloudType)
Value:
\
typedef Foam::CloudType::MPPICCloudType MPPICCloudType; \
\
namespace Foam \
{ \
( \
IsotropyModel<MPPICCloudType>, \
dictionary \
); \
}
Adds MPPIC modelling to kinematic clouds.
Definition: MPPICCloud.H:74

Definition at line 170 of file IsotropyModel.H.

◆ makeIsotropyModelTypeMPPIC

#define makeIsotropyModelTypeMPPIC (   SS,
  CloudType 
)
Value:
\
typedef Foam::CloudType::MPPICCloudType MPPICCloudType; \
(Foam::IsotropyModels::SS<MPPICCloudType>, 0); \
\
adddictionaryConstructorToTable \
<Foam::IsotropyModels::SS<MPPICCloudType>> \
add##SS##CloudType##MPPICCloudType##ConstructorToTable_;

Definition at line 186 of file IsotropyModel.H.