SmartEquilibriumOptions.hpp
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
The options for the equilibrium calculations.
Definition: EquilibriumOptions.hpp:43
The options for the smart equilibrium calculations.
Definition: SmartEquilibriumOptions.hpp:28
double temperature_step
The step length used to discretize temperature in the temperature-pressure space when storing learned...
Definition: SmartEquilibriumOptions.hpp:49
double reltol
The relative tolerance used in the acceptance test for the predicted chemical equilibrium state.
Definition: SmartEquilibriumOptions.hpp:43
double abstol
The absolute tolerance used in the acceptance test for the predicted chemical equilibrium state.
Definition: SmartEquilibriumOptions.hpp:46
double reltol_negative_amounts
The relative tolerance for negative species amounts when predicting with first-order Taylor approxima...
Definition: SmartEquilibriumOptions.hpp:40
double pressure_step
The step length used to discretize pressure in the temperature-pressure space when storing learned ca...
Definition: SmartEquilibriumOptions.hpp:52
EquilibriumOptions learning
The options for the chemical equilibrium calculations during learning operations.
Definition: SmartEquilibriumOptions.hpp:30