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 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 60 of file shaped.C.
References grouped::number, and shaped::v.
| TypeName | ( | "shaped" | ) |
Run-time type information.
|
static |
Name of volume fields.
Definition at line 77 of file shaped.H.
Referenced by cloud::addsSupToField(), cloudVolume::calculate(), cloudVolume::clear(), cloudVolume::execute(), and cloudVolume::write().
| const CloudDerivedField<scalar>& v |
Volume.
Definition at line 83 of file shaped.H.
Referenced by uniformSizeNumberLagrangianScalarFieldSource::calcSizes(), massive::massive(), and shaped::shaped().
| const CloudDerivedField<scalar>& a |
Surface area.
Definition at line 86 of file shaped.H.
Referenced by uniformSizeNumberLagrangianScalarFieldSource::calcSizes().
| const CloudAverageField<scalar>& alpha |