A Cloud of passive particles. More...
#include <lagrangian/passiveParticleCloud.H>
A Cloud of passive particles.
Definition at line 50 of file passiveParticleCloud.H.
Inheritance diagram for passiveParticleCloud:
Collaboration diagram for passiveParticleCloud: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.
| |
| typedef passiveParticle parcelType |
Type of parcel the cloud was instantiated for.
Definition at line 66 of file passiveParticleCloud.H.
| 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.