Public Types | Public Member Functions | List of all members
streamLineParticleCloud Class Reference

A Cloud of streamLine particles. More...

Inheritance diagram for streamLineParticleCloud:
Inheritance graph
[legend]
Collaboration diagram for streamLineParticleCloud:
Collaboration graph
[legend]

Public Types

typedef streamLineParticle parcelType
 
- Public Types inherited from Cloud< streamLineParticle >
typedef ParticleType particleType
 
typedef ParticleType parcelType
 

Public Member Functions

 streamLineParticleCloud (const polyMesh &mesh, const word &cloudName=cloud::defaultName, bool readFields=true)
 
 streamLineParticleCloud (const polyMesh &mesh, const word &cloudName, const IDLList< streamLineParticle > &particles)
 
- Public Member Functions inherited from Cloud< streamLineParticle >
 TypeName ("Cloud")
 
 Cloud (const polyMesh &mesh, const word &cloudName, const IDLList< ParticleType > &particles)
 
 Cloud (const polyMesh &pMesh, const word &cloudName, const bool checkClass=true)
 
const polyMeshpMesh () const
 
virtual label nParcels () const
 
DynamicList< label > & labels () const
 
void addParticle (ParticleType *pPtr)
 
void deleteParticle (ParticleType &p)
 
void deleteLostParticles ()
 
void cloudReset (const Cloud< ParticleType > &c)
 
void move (TrackCloudType &cloud, typename ParticleType::trackingData &td, const scalar trackTime)
 
void autoMap (const mapPolyMesh &)
 
IOobject fieldIOobject (const word &fieldName, const IOobject::readOption r) const
 
void checkFieldIOobject (const Cloud< ParticleType > &c, const IOField< DataType > &data) const
 
void checkFieldFieldIOobject (const Cloud< ParticleType > &c, const CompactIOField< Field< DataType >, DataType > &data) const
 
bool readStoreFile (const IOobject &io, const IOobject &ioNew) const
 
void readFromFiles (objectRegistry &obr, const wordRes &selectFields) const
 
virtual void writeFields () const
 
virtual bool writeObject (IOstreamOption streamOpt, const bool valid) const
 
void writePositions () const
 
void storeGlobalPositions () const
 

Additional Inherited Members

- Static Public Attributes inherited from Cloud< streamLineParticle >
static word cloudPropertiesName
 
- Protected Attributes inherited from Cloud< streamLineParticle >
cloud::geometryType geometryType_
 

Detailed Description

A Cloud of streamLine particles.

Source files

Definition at line 48 of file streamLineParticleCloud.H.

Member Typedef Documentation

◆ parcelType

Definition at line 64 of file streamLineParticleCloud.H.

Constructor & Destructor Documentation

◆ streamLineParticleCloud() [1/2]

streamLineParticleCloud ( const polyMesh mesh,
const word cloudName = cloud::defaultName,
bool  readFields = true 
)
explicit

Definition at line 33 of file streamLineParticleCloud.C.

References Foam::readFields().

Here is the call graph for this function:

◆ streamLineParticleCloud() [2/2]

streamLineParticleCloud ( const polyMesh mesh,
const word cloudName,
const IDLList< streamLineParticle > &  particles 
)

Definition at line 49 of file streamLineParticleCloud.C.


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