Reaktoro  v2.11.0
A unified framework for modeling chemically reactive systems
ThermoFunEngine Class Reference

The class used for standard thermodynamic property calculations based on ThermoFun. More...

#include <ThermoFunEngine.hpp>

Public Member Functions

 ThermoFunEngine (const ThermoFun::Database &database)
 Construct a ThermoFunEngine object with given database.
 
auto database () const -> const ThermoFun::Database &
 Return the ThermoFun::Database object.
 
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.
 
auto props (const real &T, const real &P, const ThermoFun::Substance &substance) const -> StandardThermoProps
 Return the standard thermodynamic properties of a chemical species with given ThermoFun::Substance object.
 

Detailed Description

The class used for standard thermodynamic property calculations based on ThermoFun.


The documentation for this class was generated from the following file: