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

passiveParticleCloud Class Reference

A Cloud of passive particles. More...

#include <lagrangian/passiveParticleCloud.H>


Detailed Description

A Cloud of passive particles.

Source files

Definition at line 50 of file passiveParticleCloud.H.

Inheritance diagram for passiveParticleCloud:
Collaboration diagram for passiveParticleCloud:

List of all members.

Public Types

typedef passiveParticle  parcelType
 Type of parcel the cloud was instantiated for.

Public Member Functions

 passiveParticleCloud (const polyMesh &, const word &cloudName="defaultCloud", bool readFields=true)
 Construct given mesh.
 passiveParticleCloud (const polyMesh &mesh, const word &cloudName, const IDLList< passiveParticle > &particles)
 Construct from mesh, cloud name, and a list of particles.

Member Typedef Documentation

Type of parcel the cloud was instantiated for.

Definition at line 66 of file passiveParticleCloud.H.


Constructor & Destructor Documentation

passiveParticleCloud ( const polyMesh &   mesh,
const word &   cloudName = "defaultCloud",
bool   readFields = true  
)

Construct given mesh.

Definition at line 43 of file passiveParticleCloud.C.

References Foam::readFields().

passiveParticleCloud ( const polyMesh &   mesh,
const word &   cloudName,
const IDLList< passiveParticle > &   particles  
)

Construct from mesh, cloud name, and a list of particles.

Definition at line 59 of file passiveParticleCloud.C.


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