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

Go to the source code of this file.

Classes

class  cloud
 Function object that solves for the evolution of a cloud. Only provides one-way coupling with a finite-volume carrier phase. The carrier phase affects the cloud, but the cloud does not affect the 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::functionObjects
 Namespace for functionObjects.
 

Macros

#define makeCloudFunctionObject(Type)
 

Detailed Description

Original source file cloud_functionObject.H

Definition in file cloud_functionObject.H.

Macro Definition Documentation

◆ makeCloudFunctionObject

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

Definition at line 172 of file cloud_functionObject.H.