CubicEOS::Result Struct Reference
Collaboration diagram for CubicEOS::Result:
Public Member Functions | |
| Result () | |
| Construct a default Result instance. | |
| Result (unsigned nspecies) | |
| Construct a Result instance with zero entries. More... | |
Public Attributes | |
| ChemicalScalar | molar_volume |
| The molar volume of the phase (in units of m3/mol). | |
| ChemicalScalar | residual_molar_gibbs_energy |
| The residual molar Gibbs energy of the phase (in units of J/mol). | |
| ChemicalScalar | residual_molar_enthalpy |
| The residual molar enthalpy of the phase (in units of J/mol). | |
| ChemicalScalar | residual_molar_heat_capacity_cp |
| The residual molar heat capacity at constant pressure of the phase (in units of J/(mol*K)). | |
| ChemicalScalar | residual_molar_heat_capacity_cv |
| The residual molar heat capacity at constant volume of the phase (in units of J/(mol*K)). | |
| ChemicalVector | partial_molar_volumes |
| The partial molar volumes of the species in the phase (in units of m3/mol). | |
| ChemicalVector | residual_partial_molar_gibbs_energies |
| The residual partial molar Gibbs energies of the species in the phase (in units of J/mol). | |
| ChemicalVector | residual_partial_molar_enthalpies |
| The residual partial molar enthalpies of the species in the phase (in units of J/mol). | |
| ChemicalVector | ln_fugacity_coefficients |
| The fugacity coefficients of the species in the phase. | |
Constructor & Destructor Documentation
◆ Result()
|
explicit |
Construct a Result instance with zero entries.
- Parameters
-
nspecies The number of species
The documentation for this struct was generated from the following files:
- Reaktoro/Thermodynamics/EOS/CubicEOS.hpp
- Reaktoro/Thermodynamics/EOS/CubicEOS.cpp