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

Go to the source code of this file.

Classes

class  cloud
 Finite volume model that solves for the evolution of a cloud. Provides two-way coupling with a finite-volume carrier phase. More...
 
class  cloud::Cloud< Type >
 Empty template class used to template the constructor on the type. More...
 
class  Cloud< Type >
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fv
 Namespace for finite-volume.
 

Macros

#define makeCloudFvModel(Type)
 

Detailed Description

Original source file cloud_fvModel.H

Definition in file cloud_fvModel.H.

Macro Definition Documentation

◆ makeCloudFvModel

#define makeCloudFvModel (   Type)
Value:
\
typedef Cloud<clouds::Type> Type##CloudFvModel; \
\
defineTemplateTypeNameAndDebugWithName \
( \
Type##CloudFvModel, \
(clouds::Type::typeName + "Cloud").c_str(), \
0 \
); \
\
addToRunTimeSelectionTable \
( \
fvModel, \
Type##CloudFvModel, \
dictionary \
);
Base cloud calls templated on particle type.

Definition at line 227 of file cloud_fvModel.H.