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


Public Member Functions | |
| TypeName ("shaped") | |
| Run-time type information. More... | |
| shaped (const cloud &) | |
| Construct from a reference to the cloud. More... | |
| shaped (const cloud &, const grouped &) | |
| Construct from a reference to the cloud and its base classes. More... | |
| virtual | ~shaped () |
| Destructor. More... | |
Public Attributes | |
| const CloudDerivedField< scalar > & | v |
| Volume. More... | |
| const CloudDerivedField< scalar > & | a |
| Surface area. More... | |
| const CloudDerivedField< scalar > & | aByV |
| Surface area per unit volume. More... | |
| const CloudAverageField< scalar > & | alpha |
| Volume fraction. More... | |
Static Public Attributes | |
| static const word | vName |
| Name of volume fields. More... | |
Base class for clouds with particles with mass.
Construct from a reference to the cloud and its base classes.
Definition at line 61 of file shaped.C.
References grouped::number, and shaped::v.
| TypeName | ( | "shaped" | ) |
Run-time type information.
|
static |
Name of volume fields.
Definition at line 84 of file shaped.H.
Referenced by collisionPhaseTransfer::addSupFields(), constantFluxCarrierTransfer::addSupFields(), cloudVolume::calculate(), cloudVolume::clear(), cloudVolume::execute(), and cloudVolume::write().
| const CloudDerivedField<scalar>& v |
Volume.
Definition at line 90 of file shaped.H.
Referenced by uniformSizeNumberLagrangianScalarFieldSource::calcSizes(), kinematicParcel::dUdt(), kinematicParticle::dUdt(), massive::massive(), and shaped::shaped().
| const CloudDerivedField<scalar>& a |
Surface area.
Definition at line 93 of file shaped.H.
Referenced by uniformSizeNumberLagrangianScalarFieldSource::calcSizes().
| const CloudDerivedField<scalar>& aByV |
| const CloudAverageField<scalar>& alpha |