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