Base class for clouds with a user-specified density field. More...


Public Member Functions | |
| TypeName ("dense") | |
| Run-time type information. More... | |
| dense (const cloud &, const shaped &) | |
| Construct from a reference to the cloud and its base classes. More... | |
| virtual | ~dense () |
| Destructor. More... | |
Public Member Functions inherited from massive | |
| TypeName ("massive") | |
| Run-time type information. More... | |
| virtual | ~massive () |
| Destructor. More... | |
Additional Inherited Members | |
Public Attributes inherited from massive | |
| CloudStateFieldRef< scalar > | rho |
| Density. More... | |
| const CloudDerivedField< scalar > & | m |
| Mass. More... | |
Static Public Attributes inherited from massive | |
| static const word | mName |
| Name of mass fields. More... | |
Protected Member Functions inherited from massive | |
| massive (const cloud &, const shaped &, LagrangianScalarDynamicField &) | |
| Construct from a reference to the cloud and its base classes and. More... | |
Base class for clouds with a user-specified density field.
| TypeName | ( | "dense" | ) |
Run-time type information.