Class to hold kinematic particle constant properties. More...

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

|
inline |
Copy constructor.
Definition at line 46 of file KinematicParcelI.H.
References KinematicParcel< ParcelType >::constantProperties::constantProperties().

|
inline |
Construct from dictionary.
Definition at line 60 of file KinematicParcelI.H.
References KinematicParcel< ParcelType >::KinematicParcel().

|
inline |
Return const access to the constant properties dictionary.
Definition at line 161 of file KinematicParcelI.H.
References KinematicParcel< ParcelType >::constantProperties::dict_.
|
inline |
Return const access to the parcel type id.
Definition at line 169 of file KinematicParcelI.H.
References demandDrivenEntry< Type >::value().

|
inline |
Return const access to the minimum density.
Definition at line 177 of file KinematicParcelI.H.
References demandDrivenEntry< Type >::value().

|
inline |
Return const access to the particle density.
Definition at line 185 of file KinematicParcelI.H.
References demandDrivenEntry< Type >::value().

|
inline |
Return const access to the minimum parcel mass.
Definition at line 193 of file KinematicParcelI.H.
References demandDrivenEntry< Type >::value().

|
protected |
Constant properties dictionary.
Definition at line 99 of file KinematicParcel.H.
Referenced by KinematicParcel< ParcelType >::constantProperties::dict().
1.8.13