Base class for clouds with particles with mass. More...


Public Member Functions | |
| TypeName ("massive") | |
| Run-time type information. More... | |
| virtual | ~massive () |
| Destructor. More... | |
Public Attributes | |
| CloudStateFieldRef< scalar > | rho |
| Density. More... | |
| const CloudDerivedField< scalar > & | m |
| Mass. More... | |
Static Public Attributes | |
| static const word | mName |
| Name of mass fields. More... | |
Protected Member Functions | |
| massive (const cloud &, const shaped &, LagrangianScalarDynamicField &) | |
| Construct from a reference to the cloud and its base classes and. More... | |
Base class for clouds with particles with mass.
|
protected |
Construct from a reference to the cloud and its base classes and.
the density field
Definition at line 46 of file massive.C.
References massive::rho, and shaped::v.
| TypeName | ( | "massive" | ) |
Run-time type information.
|
static |
Name of mass fields.
Definition at line 69 of file massive.H.
Referenced by collisionPhaseTransfer::addSupFields(), constantFluxCarrierTransfer::addSupFields(), cloudMass::calculate(), cloudMass::clear(), cloudMass::execute(), and cloudMass::write().
| CloudStateFieldRef<scalar> rho |
Density.
Definition at line 75 of file massive.H.
Referenced by gravity::addSup(), massive::massive(), massiveCoupledToFluid::massiveCoupledToFluid(), and totalPressureVelocityMagnitudeLagrangianScalarFieldSource::Umag().
| const CloudDerivedField<scalar>& m |
Mass.
Definition at line 78 of file massive.H.
Referenced by uniformSizeNumberLagrangianScalarFieldSource::calcSizes(), dynamicParcel::dUdt(), dynamicParticle::dUdt(), multicomponentParcel::dUdt(), multicomponentParticle::dUdt(), parcel::dUdt(), and particle::dUdt().