#include <ComponentBase.h>
Base class providing pure component parameters required in any case
#include <libpf/ComponentBase.h>
- Warning
-
Thread safe:
-
Extendable:
-
Platform dependencies:
ComponentBase::ComponentBase |
( |
const Value & |
mw | ) |
|
|
explicit |
dummy constructor will set remaining parameters to dummy values
virtual ComponentBase::~ComponentBase |
( |
void |
| ) |
|
|
inlinevirtual |
const Value& ComponentBase::dg0 |
( |
void |
| ) |
const |
|
virtual |
Gibbs free energy of formation
- Returns
- Gibbs free energy of formation in the isIdeal gas phase at 1 atm 298.15 K, J/kmol
Implements ComponentInterface.
const Value& ComponentBase::dh0 |
( |
void |
| ) |
const |
|
virtual |
enthalpy of formation
- Returns
- enthalpy of formation in the isIdeal gas phase at 1 atm 298.15 K, J/kmol
Implements ComponentInterface.
const Value& ComponentBase::diffvol |
( |
void |
| ) |
const |
|
virtual |
molar diffusivity parameter
- Returns
- molar diffusivity parameter
Implements ComponentInterface.
const Value& ComponentBase::MW |
( |
void |
| ) |
const |
|
virtual |
const Value& ComponentBase::omega |
( |
void |
| ) |
const |
|
virtual |
const Value& ComponentBase::Pc |
( |
void |
| ) |
const |
|
virtual |
const Value& ComponentBase::Tc |
( |
void |
| ) |
const |
|
virtual |
const Value& ComponentBase::vb |
( |
void |
| ) |
const |
|
virtual |
molar volume at boiling point
- Returns
- molar volume at boiling point m3/kmol
Implements ComponentInterface.
const Value ComponentBase::Vc |
( |
void |
| ) |
const |
|
virtual |
const Value& ComponentBase::Zc |
( |
void |
| ) |
const |
|
virtual |
Critical compressibility factor
- Returns
- Critical compressibility factor
Implements ComponentInterface.
Value ComponentBase::dg0_ |
|
protected |
Gibbs free energy of formation in the isIdeal gas phase at 1 atm 298.15 K, J/kmol.
Value ComponentBase::dh0_ |
|
protected |
enthalpy of formation in the isIdeal gas phase at 1 atm 298.15 K, J/kmol
Value ComponentBase::diffvol_ |
|
protected |
molar diffusivity parameter
Value ComponentBase::omega_ |
|
protected |
Value ComponentBase::rhoc_ |
|
protected |
molar density at the critical point, kmol/m3
molar volume at boiling point, m3/kmol
critical compressibility factor
The documentation for this class was generated from the following file: