teqp 0.23.1
Loading...
Searching...
No Matches
teqp::VLLE::VLLETracerOptions Struct Reference

#include <VLLE_types.hpp>

Public Attributes

int max_step_count = 300
double abs_err = 1e-10
double rel_err = 1e-10
int verbosity = 0
double init_dT = 1e-5
double max_dT = 10
bool polish = true
int max_polish_steps = 10
bool terminate_composition = true
double terminate_composition_tol = 1e-4
double T_limit = 100000
int max_step_retries = 10

Detailed Description

Definition at line 23 of file VLLE_types.hpp.

Member Data Documentation

◆ abs_err

double teqp::VLLE::VLLETracerOptions::abs_err = 1e-10

Definition at line 25 of file VLLE_types.hpp.

◆ init_dT

double teqp::VLLE::VLLETracerOptions::init_dT = 1e-5

Definition at line 28 of file VLLE_types.hpp.

◆ max_dT

double teqp::VLLE::VLLETracerOptions::max_dT = 10

Definition at line 29 of file VLLE_types.hpp.

◆ max_polish_steps

int teqp::VLLE::VLLETracerOptions::max_polish_steps = 10

Definition at line 31 of file VLLE_types.hpp.

◆ max_step_count

int teqp::VLLE::VLLETracerOptions::max_step_count = 300

Definition at line 24 of file VLLE_types.hpp.

◆ max_step_retries

int teqp::VLLE::VLLETracerOptions::max_step_retries = 10

Definition at line 35 of file VLLE_types.hpp.

◆ polish

bool teqp::VLLE::VLLETracerOptions::polish = true

Definition at line 30 of file VLLE_types.hpp.

◆ rel_err

double teqp::VLLE::VLLETracerOptions::rel_err = 1e-10

Definition at line 26 of file VLLE_types.hpp.

◆ T_limit

double teqp::VLLE::VLLETracerOptions::T_limit = 100000

Definition at line 34 of file VLLE_types.hpp.

◆ terminate_composition

bool teqp::VLLE::VLLETracerOptions::terminate_composition = true

Definition at line 32 of file VLLE_types.hpp.

◆ terminate_composition_tol

double teqp::VLLE::VLLETracerOptions::terminate_composition_tol = 1e-4

Definition at line 33 of file VLLE_types.hpp.

◆ verbosity

int teqp::VLLE::VLLETracerOptions::verbosity = 0

Definition at line 27 of file VLLE_types.hpp.


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