ThermoProperties.hpp
auto standardPartialMolarInternalEnergies() const -> ThermoVector
Return the standard partial molar internal energies of the species (in units of J/mol).
Definition: ThermoProperties.cpp:79
auto standardPartialMolarHeatCapacitiesConstV() const -> ThermoVector
Return the standard partial molar isochoric heat capacities of the species (in units of J/(mol*K)).
Definition: ThermoProperties.cpp:98
A class to represent a system and its attributes and properties.
Definition: ChemicalSystem.hpp:38
auto standardPartialMolarEntropies() const -> ThermoVector
Return the standard partial molar entropies of the species (in units of J/(mol*K)).
Definition: ThermoProperties.cpp:72
ThermoVectorBase< Vector, Vector, Vector > ThermoVector
A type that defines a vector of thermodynamic properties.
Definition: ScalarTypes.hpp:41
auto standardPartialMolarGibbsEnergies() const -> ThermoVector
Return the standard partial molar Gibbs energies of the species (in units of J/mol).
Definition: ThermoProperties.cpp:57
auto standardPartialMolarVolumes() const -> ThermoVector
Return the standard partial molar volumes of the species (in units of m3/mol).
Definition: ThermoProperties.cpp:67
auto standardPartialMolarHelmholtzEnergies() const -> ThermoVector
Return the standard partial molar Helmholtz energies of the species (in units of J/mol).
Definition: ThermoProperties.cpp:86
The result of a thermodynamic model function that calculates standard thermodynamic properties of spe...
Definition: ThermoModel.hpp:30
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
auto standardPartialMolarEnthalpies() const -> ThermoVector
Return the standard partial molar enthalpies of the species (in units of J/mol).
Definition: ThermoProperties.cpp:62
A type that describes temperature in units of K.
Definition: ThermoScalar.hpp:177
auto pressure() const -> Pressure
Return the pressure of the phase (in units of Pa).
Definition: ThermoProperties.cpp:52
auto update(double T, double P) -> void
Update the thermodynamic properties of the chemical system.
Definition: ThermoProperties.cpp:30
auto standardPartialMolarHeatCapacitiesConstP() const -> ThermoVector
Return the standard partial molar isobaric heat capacities of the species (in units of J/(mol*K)).
Definition: ThermoProperties.cpp:93
A class used for calculating standard thermodynamic properties of species in a chemical system.
Definition: ThermoProperties.hpp:30
auto temperature() const -> Temperature
Return the temperature of the phase (in units of K).
Definition: ThermoProperties.cpp:47
ThermoProperties()
Construct a default ThermoProperties instance.
Definition: ThermoProperties.cpp:22