StandardThermoModelInterpolation.hpp
58 auto StandardThermoModelInterpolation(const StandardThermoModelParamsInterpolation& params) -> StandardThermoModel;
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
auto StandardThermoModelInterpolation(const StandardThermoModelParamsInterpolation ¶ms) -> StandardThermoModel
Return a function that calculates thermodynamic properties of a species using the Maier-Kelley model.
Model< StandardThermoProps(real T, real P)> StandardThermoModel
The function type for calculation of standard thermodynamic properties of a species.
Definition: StandardThermoModel.hpp:30
The parameters in the Maier-Kelley model for calculating standard thermodynamic properties of fluid a...
Definition: StandardThermoModelInterpolation.hpp:28
Vec< Vec< double > > Cp0
The standard molar isobaric heat capacities of the species (in J/(mol·K)).
Definition: StandardThermoModelInterpolation.hpp:51
Vec< double > temperatures
The temperatures at which known thermodynamic data is known (in K).
Definition: StandardThermoModelInterpolation.hpp:30
Vec< double > pressures
The pressures at which known thermodynamic data is known (in Pa).
Definition: StandardThermoModelInterpolation.hpp:33
Vec< Vec< double > > V0
The standard molar volumes of the species (in m³/mol).
Definition: StandardThermoModelInterpolation.hpp:42
Vec< Vec< double > > VT0
The temperature derivative of the standard molar volumes of the species (in m³/(mol·K)).
Definition: StandardThermoModelInterpolation.hpp:45
Vec< Vec< double > > VP0
The pressure derivative of the standard molar volumes of the species (in m³/(mol·K)).
Definition: StandardThermoModelInterpolation.hpp:48
double Pref
The reference pressure used for volume correction of (in Pa).
Definition: StandardThermoModelInterpolation.hpp:54
Vec< Vec< double > > H0
The standard molar enthalpies of formation of the species (in J/mol).
Definition: StandardThermoModelInterpolation.hpp:39
Vec< Vec< double > > G0
The standard molar Gibbs energies of formation of the species (in J/mol).
Definition: StandardThermoModelInterpolation.hpp:36