Loading...
Searching...
No Matches
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>, \
); \
}
Base class for collisional return-to-isotropy models.
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition className.H:164
Foam::basicSprayCloud::kinematicCloudType kinematicCloudType
Namespace for OpenFOAM.
#define defineTemplateRunTimeSelectionTable(baseType, argNames)
Define run-time selection table for template classes.

Definition at line 155 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 174 of file IsotropyModel.H.

◆ makeIsotropyModelMPPIC

#define makeIsotropyModelMPPIC ( CloudType)
Value:
\
typedef Foam::CloudType::MPPICCloudType MPPICCloudType; \
\
namespace Foam \
{ \
( \
IsotropyModel<MPPICCloudType>, \
); \
}

Definition at line 188 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 204 of file IsotropyModel.H.