A cloud is a collection of lagrangian particles. More...
#include <OpenFOAM/cloud.H>
A cloud is a collection of lagrangian particles.
Definition at line 52 of file cloud.H.
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.
|
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().
TypeName | ( | "cloud" | ) |
Runtime type information.
virtual void autoMap | ( | const mapPolyMesh & | ) | [pure virtual]
|
Remap the cells of particles corresponding to the.
mesh topology change
Implemented in Cloud< ParticleType >, Cloud< BasicReactingMultiphaseParcel< ThermoType > >, Cloud< basicThermoParcel >, Cloud< indexedParticle >, Cloud< trackedParticle >, Cloud< ParcelType >, Cloud< parcel >, Cloud< basicKinematicParcel >, Cloud< solidParticle >, Cloud< CoalParcel< ThermoType > >, Cloud< molecule >, Cloud< passiveParticle >, Cloud< dsmcParcel >, and Cloud< BasicReactingParcel< ThermoType > >.
Referenced by Foam::mapClouds().
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().
Foam::word defaultName [static]
|