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

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeIsotropyModel(CloudType)
 
#define makeIsotropyModelType(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::MPPICCloudType MPPICCloudType; \
defineNamedTemplateTypeNameAndDebug \
( \
Foam::IsotropyModel<MPPICCloudType>, \
0 \
); \
\
namespace Foam \
{ \
defineTemplateRunTimeSelectionTable \
( \
IsotropyModel<MPPICCloudType>, \
dictionary \
); \
}
Namespace for OpenFOAM.

Definition at line 131 of file IsotropyModel.H.

◆ makeIsotropyModelType

#define makeIsotropyModelType (   SS,
  CloudType 
)
Value:
\
typedef Foam::CloudType::MPPICCloudType MPPICCloudType; \
defineNamedTemplateTypeNameAndDebug \
(Foam::IsotropyModels::SS<MPPICCloudType>, 0); \
\
Foam::IsotropyModel<MPPICCloudType>:: \
adddictionaryConstructorToTable \
<Foam::IsotropyModels::SS<MPPICCloudType>> \
add##SS##CloudType##MPPICCloudType##ConstructorToTable_;
DSMCCloud< dsmcParcel > CloudType

Definition at line 150 of file IsotropyModel.H.