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

Go to the source code of this file.

Classes

class  PairModel
 Templated pair interaction class. More...
 

Namespaces

 Foam
 

Macros

#define makePairModel(CloudType)
 
#define makePairModelType(SS, CloudType)
 

Detailed Description

Original source file PairModel.H

Definition in file PairModel.H.

Macro Definition Documentation

◆ makePairModel

#define makePairModel (   CloudType)
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::PairModel<Foam::CloudType>, 0); \
\
namespace Foam \
{ \
defineTemplateRunTimeSelectionTable \
( \
PairModel<Foam::CloudType>, \
dictionary \
); \
}

Definition at line 160 of file PairModel.H.

◆ makePairModelType

#define makePairModelType (   SS,
  CloudType 
)
Value:
\
defineNamedTemplateTypeNameAndDebug(Foam::SS<Foam::CloudType>, 0); \
\
Foam::PairModel<Foam::CloudType>:: \
adddictionaryConstructorToTable<Foam::SS<Foam::CloudType>> \
add##SS##CloudType##ConstructorToTable_;

Definition at line 174 of file PairModel.H.

Foam::CloudType
DSMCCloud< dsmcParcel > CloudType
Definition: makeDSMCParcelBinaryCollisionModels.C:31
Foam
Definition: atmBoundaryLayer.C:26
Foam::PairModel
Templated pair interaction class.
Definition: PairCollision.H:49