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

Go to the source code of this file.

Classes

class  SurfaceFilmModel< CloudType >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::regionModels
 
 Foam::regionModels::surfaceFilmModels
 

Macros

#define makeSurfaceFilmModel(CloudType)
 
#define makeSurfaceFilmModelType(SS, CloudType)
 

Detailed Description

Original source file SurfaceFilmModel.H

Definition in file SurfaceFilmModel.H.

Macro Definition Documentation

◆ makeSurfaceFilmModel

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

Definition at line 231 of file SurfaceFilmModel.H.

◆ makeSurfaceFilmModelType

#define makeSurfaceFilmModelType (   SS,
  CloudType 
)
Value:
\
typedef Foam::CloudType::kinematicCloudType kinematicCloudType; \
defineNamedTemplateTypeNameAndDebug(Foam::SS<kinematicCloudType>, 0); \
\
Foam::SurfaceFilmModel<kinematicCloudType>:: \
adddictionaryConstructorToTable<Foam::SS<kinematicCloudType>> \
add##SS##CloudType##kinematicCloudType##ConstructorToTable_;
DSMCCloud< dsmcParcel > CloudType

Definition at line 249 of file SurfaceFilmModel.H.