Class to hold reacting parcel 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... | |
| scalar | pMin () const |
| Return const access to the minimum pressure. More... | |
| bool | constantVolume () const |
| Return const access to the constant volume flag. More... | |
Class to hold reacting parcel constant properties.
Definition at line 87 of file ReactingParcel.H.
|
inline |
Null constructor.
Definition at line 32 of file ReactingParcelI.H.
|
inline |
Copy constructor.
Definition at line 41 of file ReactingParcelI.H.
|
inline |
Construct from dictionary.
Definition at line 53 of file ReactingParcelI.H.
|
inline |
Return const access to the minimum pressure.
Definition at line 98 of file ReactingParcelI.H.
|
inline |
Return const access to the constant volume flag.
Definition at line 106 of file ReactingParcelI.H.