FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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

#include <OpenFOAM/cloud.H>


Detailed Description

A cloud is a collection of lagrangian particles.

Source files

Definition at line 52 of file cloud.H.

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.

Constructor & Destructor Documentation

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

Construct for the given objectRegistry and named cloud instance.

Definition at line 39 of file cloud.C.

References Foam::endl(), mesh, and Foam::Pout.

Referenced by ReactingParcel< ParcelType >::calcPhaseChange().

~cloud (  ) [virtual]

Destructor.

Definition at line 71 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 72 of file cloud.H.

Referenced by Foam::MapLagrangianFields(), and partialWrite::write().

The default cloud name: defaultCloud.

Definition at line 75 of file cloud.H.


The documentation for this class was generated from the following files: