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... | |
Private Attributes | |
demandDrivenEntry< scalar > | pMin_ |
Minimum pressure [Pa]. More... | |
demandDrivenEntry< bool > | constantVolume_ |
Constant volume flag - e.g. during mass transfer. More... | |
Class to hold reacting parcel constant properties.
Definition at line 78 of file ReactingParcel.H.
|
inline |
Null constructor.
Definition at line 30 of file ReactingParcelI.H.
|
inline |
Copy constructor.
Definition at line 40 of file ReactingParcelI.H.
|
inline |
Construct from dictionary.
Definition at line 52 of file ReactingParcelI.H.
|
inline |
Return const access to the minimum pressure.
Definition at line 129 of file ReactingParcelI.H.
|
inline |
Return const access to the constant volume flag.
Definition at line 137 of file ReactingParcelI.H.
|
private |
Minimum pressure [Pa].
Definition at line 85 of file ReactingParcel.H.
|
private |
Constant volume flag - e.g. during mass transfer.
Definition at line 88 of file ReactingParcel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.