Class to hold reacting parcel constant properties. More...


Public Types | |
| enum | volumeUpdateType { mConstRho, mConstVol, mUpdateRhoAndVol, mUndefined } |
| Type of activity coefficient models. 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... | |
| label | volUpdateType () const |
| Return const access to the constant volume flag. More... | |
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.
|
inline |
Copy constructor.
Definition at line 37 of file ReactingParcelI.H.
|
inline |
Construct from dictionary.
Definition at line 50 of file ReactingParcelI.H.
References Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, 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.