Class to hold kinematic particle constant properties. More...
#include <KinematicParcel.H>

Public Member Functions | |
| constantProperties () | |
| Default construct. | |
| constantProperties (const constantProperties &cp) | |
| Copy constructor. | |
| constantProperties (const dictionary &parentDict) | |
| Construct from dictionary. | |
| const dictionary & | dict () const |
| Return const access to the constant properties dictionary. | |
| label | parcelTypeId () const |
| Return const access to the parcel type id. | |
| scalar | rhoMin () const |
| Return const access to the minimum density. | |
| scalar | rho0 () const |
| Return const access to the particle density. | |
| scalar | minParcelMass () const |
| Return const access to the minimum parcel mass. | |
Protected Attributes | |
| const dictionary | dict_ |
| Constant properties dictionary. | |
Class to hold kinematic particle constant properties.
Definition at line 103 of file KinematicParcel.H.
|
inline |
Default construct.
Definition at line 30 of file KinematicParcelI.H.
References dict_.
Referenced by constantProperties().

|
inline |
Copy constructor.
Definition at line 41 of file KinematicParcelI.H.
References constantProperties(), Foam::cp(), and dict_.

|
inline |
Construct from dictionary.
Definition at line 55 of file KinematicParcelI.H.
|
inline |
Return const access to the constant properties dictionary.
Definition at line 148 of file KinematicParcelI.H.
|
inline |
Return const access to the parcel type id.
Definition at line 156 of file KinematicParcelI.H.
|
inline |
Return const access to the minimum density.
Definition at line 164 of file KinematicParcelI.H.
|
inline |
Return const access to the particle density.
Definition at line 172 of file KinematicParcelI.H.
|
inline |
Return const access to the minimum parcel mass.
Definition at line 180 of file KinematicParcelI.H.
|
protected |
Constant properties dictionary.
Definition at line 112 of file KinematicParcel.H.
Referenced by constantProperties(), constantProperties(), and constantProperties().