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


Public Member Functions | |
| TypeName ("massive") | |
| Run-time type information. More... | |
| massive (const cloud &, const shaped &) | |
| Construct from a reference to the cloud and its base classes. More... | |
| virtual | ~massive () |
| Destructor. More... | |
Public Attributes | |
| CloudStateField< scalar > & | rho |
| Density. More... | |
| const CloudDerivedField< scalar > & | m |
| Mass. More... | |
Static Public Attributes | |
| static const word | mName |
| Name of mass fields. More... | |
Base class for clouds with particles with mass.
Construct from a reference to the cloud and its base classes.
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 60 of file massive.H.
Referenced by cloud::addsSupToField(), cloudMass::calculate(), cloudMass::clear(), cloudMass::execute(), and cloudMass::write().
| CloudStateField<scalar>& rho |
Density.
Definition at line 66 of file massive.H.
Referenced by gravity::addSup(), massive::massive(), and totalPressureVelocityLagrangianVectorFieldSource::value().
| const CloudDerivedField<scalar>& m |
Mass.
Definition at line 69 of file massive.H.
Referenced by uniformSizeNumberLagrangianScalarFieldSource::calcSizes().