PhaseThermoModel.hpp
VectorType ln_activity_constants
The natural log of the activity constants of the species.
Definition: PhaseThermoModel.hpp:49
std::function< void(PhaseThermoModelResult &, Temperature, Pressure)> PhaseThermoModel
The signature of the chemical model function that calculates the thermodynamic properties of the spec...
Definition: PhaseThermoModel.hpp:59
VectorType standard_partial_molar_volumes
The standard partial molar volumes of the species (in units of m3/mol).
Definition: PhaseThermoModel.hpp:40
VectorType standard_partial_molar_gibbs_energies
The standard partial molar Gibbs energies of the species (in units of J/mol).
Definition: PhaseThermoModel.hpp:34
VectorType standard_partial_molar_heat_capacities_cp
The standard partial molar isobaric heat capacities of the species (in units of J/(mol*K)).
Definition: PhaseThermoModel.hpp:43
VectorType standard_partial_molar_enthalpies
The standard partial molar enthalpies of the species (in units of J/mol).
Definition: PhaseThermoModel.hpp:37
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
A type that describes temperature in units of K.
Definition: ThermoScalar.hpp:177
VectorType standard_partial_molar_heat_capacities_cv
The standard partial molar isochoric heat capacities of the species (in units of J/(mol*K)).
Definition: PhaseThermoModel.hpp:46
The result of a thermodynamic model function that calculates the thermodynamic properties of species.
Definition: PhaseThermoModel.hpp:32