Class to hold reacting parcel constant properties. More...
#include <ReactingParcel.H>


Public Types | |
| enum | volumeUpdateType { mConstRho , mConstVol , mUpdateRhoAndVol , mUndefined } |
| Type of activity coefficient models. More... | |
Public Member Functions | |
| constantProperties () | |
| Null constructor. | |
| constantProperties (const constantProperties &cp) | |
| Copy constructor. | |
| constantProperties (const dictionary &parentDict) | |
| Construct from dictionary. | |
| scalar | pMin () const |
| Return const access to the minimum pressure. | |
| bool | constantVolume () const |
| Return const access to the constant volume flag. | |
| label | volUpdateType () const |
| Return const access to the constant volume flag. | |
Class to hold reacting parcel constant properties.
Definition at line 83 of file ReactingParcel.H.
| enum volumeUpdateType |
Type of activity coefficient models.
| Enumerator | |
|---|---|
| mConstRho | |
| mConstVol | |
| mUpdateRhoAndVol | |
| mUndefined | |
Definition at line 92 of file ReactingParcel.H.
|
inline |
Null constructor.
Definition at line 26 of file ReactingParcelI.H.
References constantProperties(), and mUndefined.
Referenced by constantProperties(), constantProperties(), and constantProperties().


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

|
inline |
Construct from dictionary.
Definition at line 49 of file ReactingParcelI.H.
References constantProperties(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, if(), mConstVol, mUpdateRhoAndVol, and Foam::nl.

|
inline |
Return const access to the minimum pressure.
Definition at line 178 of file ReactingParcelI.H.
|
inline |
Return const access to the constant volume flag.
Definition at line 186 of file ReactingParcelI.H.
|
inline |
Return const access to the constant volume flag.
Definition at line 194 of file ReactingParcelI.H.