teqp 0.22.0
|
#include <VLLE_types.hpp>
Public Attributes | |
int | max_steps = 20 |
The maximum number of steps allowed in polisher. | |
double | rho_trivial_threshold = 1e-16 |
The relative difference between densities of liquid solutions that indicates a non-trivial solution has been found. | |
Definition at line 18 of file VLLE_types.hpp.
int teqp::VLLE::VLLEFinderOptions::max_steps = 20 |
The maximum number of steps allowed in polisher.
Definition at line 19 of file VLLE_types.hpp.
double teqp::VLLE::VLLEFinderOptions::rho_trivial_threshold = 1e-16 |
The relative difference between densities of liquid solutions that indicates a non-trivial solution has been found.
Definition at line 20 of file VLLE_types.hpp.