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< CloudType >
 Templated pair interaction class. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

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 \
); \
}
Templated pair interaction class.
Definition: PairCollision.H:48
Namespace for OpenFOAM.

Definition at line 146 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_;
DSMCCloud< dsmcParcel > CloudType

Definition at line 160 of file PairModel.H.