FluidSpeciesThermoData Struct Reference
A type for storing the thermodynamic data of fluid (gaseous or liquid) species. More...
#include <ThermoData.hpp>
Inheritance diagram for FluidSpeciesThermoData:
Collaboration diagram for FluidSpeciesThermoData:
Public Attributes | |
| std::optional< FluidSpeciesThermoParamsHKF > | hkf |
| The thermodynamic parameters of the HKF model for a fluid (gaseous or liquid) species. | |
Public Attributes inherited from SpeciesThermoData | |
| std::optional< SpeciesThermoInterpolatedProperties > | properties |
| The interpolated thermodynamic properties of general species. | |
| std::optional< ReactionThermoInterpolatedProperties > | reaction |
| The interpolated thermodynamic properties of general species given in terms of reaction. | |
| std::optional< SpeciesThermoParamsPhreeqc > | phreeqc |
| The thermodynamic parameters of the species from a Phreeqc database. | |
Detailed Description
A type for storing the thermodynamic data of fluid (gaseous or liquid) species.
The documentation for this struct was generated from the following file:
- Reaktoro/Thermodynamics/Species/ThermoData.hpp
Public Attributes inherited from