ThermoFunEngine.hpp
44 auto props(const real& T, const real& P, const ThermoFun::Substance& substance) const -> StandardThermoProps;
The class used to store and retrieve data of chemical species.
Definition: Database.hpp:32
The class used for standard thermodynamic property calculations based on ThermoFun.
Definition: ThermoFunEngine.hpp:32
auto database() const -> const ThermoFun::Database &
Return the ThermoFun::Database object.
ThermoFunEngine(const ThermoFun::Database &database)
Construct a ThermoFunEngine object with given database.
auto props(const real &T, const real &P, const String &species) const -> StandardThermoProps
Return the standard thermodynamic properties of a chemical species with given name.
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
autodiff::real real
The number type used throughout the library.
Definition: Real.hpp:26
std::shared_ptr< T > SharedPtr
Convenient alias for std::shared_ptr<T>.
Definition: Types.hpp:106
The primary standard thermodynamic properties of a chemical species.
Definition: StandardThermoProps.hpp:27