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

solidParticleCloud Class Reference

A Cloud of solid particles. More...

#include <solidParticle/solidParticleCloud.H>


Detailed Description

A Cloud of solid particles.

Source files

Definition at line 56 of file solidParticleCloud.H.

Inheritance diagram for solidParticleCloud:
Collaboration diagram for solidParticleCloud:

List of all members.

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.

Constructor & Destructor Documentation

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().


Member Function Documentation

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().


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