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

Go to the source code of this file.

Classes

class  AtomisationModel< CloudType >
 Templated atomisation model class. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeAtomisationModel(CloudType)
 
#define makeAtomisationModelType(SS, CloudType)
 

Detailed Description

Original source file AtomisationModel.H

Definition in file AtomisationModel.H.

Macro Definition Documentation

◆ makeAtomisationModel

#define makeAtomisationModel (   CloudType)
Value:
\
typedef Foam::CloudType::sprayCloudType sprayCloudType; \
defineNamedTemplateTypeNameAndDebug \
( \
Foam::AtomisationModel<sprayCloudType>, \
0 \
); \
\
namespace Foam \
{ \
defineTemplateRunTimeSelectionTable \
( \
AtomisationModel<sprayCloudType>, \
dictionary \
); \
}
Namespace for OpenFOAM.

Definition at line 146 of file AtomisationModel.H.

◆ makeAtomisationModelType

#define makeAtomisationModelType (   SS,
  CloudType 
)
Value:
\
typedef Foam::CloudType::sprayCloudType sprayCloudType; \
defineNamedTemplateTypeNameAndDebug(Foam::SS<sprayCloudType>, 0); \
\
Foam::AtomisationModel<sprayCloudType>:: \
adddictionaryConstructorToTable<Foam::SS<sprayCloudType>> \
add##SS##CloudType##sprayCloudType##ConstructorToTable_;
DSMCCloud< dsmcParcel > CloudType

Definition at line 165 of file AtomisationModel.H.