OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

cloud Class Reference

A cloud is a collection of lagrangian particles. More...

Inheritance diagram for cloud:
Collaboration diagram for cloud:

List of all members.


Public Member Functions

 TypeName ("cloud")
 Runtime type information.
 cloud (const objectRegistry &, const word &cloudName="")
 Construct for the given objectRegistry and named cloud instance.
virtual ~cloud ()
 Destructor.
virtual void autoMap (const mapPolyMesh &)=0
 Remap the cells of particles corresponding to the.

Static Public Attributes

static const word prefix
 The prefix to local: lagrangian.
static word defaultName
 The default cloud name: defaultCloud.

Detailed Description

A cloud is a collection of lagrangian particles.

Source files

Definition at line 47 of file cloud.H.


Constructor & Destructor Documentation

cloud ( const objectRegistry obr,
const word cloudName = "" 
)

Construct for the given objectRegistry and named cloud instance.

Definition at line 30 of file cloud.C.

~cloud (  )  [virtual]

Destructor.

Definition at line 49 of file cloud.C.


Member Function Documentation

TypeName ( "cloud"   ) 

Runtime type information.


Member Data Documentation

const Foam::word prefix [static]

The prefix to local: lagrangian.

Definition at line 67 of file cloud.H.

Referenced by Foam::MapLagrangianFields().

The default cloud name: defaultCloud.

Definition at line 70 of file cloud.H.


The documentation for this class was generated from the following files:
Copyright © 2000-2009 OpenCFD Ltd