A Cloud of solid particles. More...
#include <solidParticle/solidParticleCloud.H>
A Cloud of solid particles.
Definition at line 56 of file solidParticleCloud.H.
Public Member Functions | |
solidParticleCloud (const fvMesh &, const word &cloudName="defaultCloud", bool readFields=true) | |
Construct given mesh.
| |
const fvMesh & | mesh () const |
scalar | rhop () const |
scalar | e () const |
scalar | mu () const |
void | move (const dimensionedVector &g) |
Move the particles under the influence of the given.
|
solidParticleCloud | ( | const fvMesh & | mesh, |
const word & | cloudName = "defaultCloud" ,
|
||
bool | readFields = true
|
||
) |
Construct given mesh.
Definition at line 42 of file solidParticleCloud.C.
References Foam::readFields().
const Foam::fvMesh & mesh | ( | ) | const [inline]
|
Definition at line 28 of file solidParticleCloudI.H.
Foam::scalar rhop | ( | ) | const [inline]
|
Definition at line 34 of file solidParticleCloudI.H.
Referenced by solidParticle::move().
Foam::scalar e | ( | ) | const [inline]
|
Definition at line 40 of file solidParticleCloudI.H.
Referenced by solidParticle::hitWallPatch().
Foam::scalar mu | ( | ) | const [inline]
|
Definition at line 46 of file solidParticleCloudI.H.
Referenced by solidParticle::hitWallPatch().
void move | ( | const dimensionedVector & | g ) |
Move the particles under the influence of the given.
gravitational acceleration
Definition at line 74 of file solidParticleCloud.C.
References objectRegistry::lookupObject(), nu, rho, U, and dimensioned< Type >::value().