teqp 0.22.0
Loading...
Searching...
No Matches
teqp::TVLEOptions Struct Reference

#include <VLE_types.hpp>

Public Attributes

double init_dt = 1e-5
 
double abs_err = 1e-8
 
double rel_err = 1e-8
 
double max_dt = 100000
 
double init_c = 1.0
 
double p_termination = 1e15
 
double crit_termination = 1e-12
 
int max_steps = 1000
 
int integration_order = 5
 
int revision = 1
 
int verbosity = 0
 
bool polish = true
 
bool polish_exception_on_fail = false
 
double polish_reltol_rho = 0.05
 
bool calc_criticality = false
 
bool terminate_unstable = false
 

Detailed Description

Definition at line 5 of file VLE_types.hpp.

Member Data Documentation

◆ abs_err

double teqp::TVLEOptions::abs_err = 1e-8

Definition at line 6 of file VLE_types.hpp.

◆ calc_criticality

bool teqp::TVLEOptions::calc_criticality = false

Definition at line 10 of file VLE_types.hpp.

◆ crit_termination

double teqp::TVLEOptions::crit_termination = 1e-12

Definition at line 6 of file VLE_types.hpp.

◆ init_c

double teqp::TVLEOptions::init_c = 1.0

Definition at line 6 of file VLE_types.hpp.

◆ init_dt

double teqp::TVLEOptions::init_dt = 1e-5

Definition at line 6 of file VLE_types.hpp.

◆ integration_order

int teqp::TVLEOptions::integration_order = 5

Definition at line 7 of file VLE_types.hpp.

◆ max_dt

double teqp::TVLEOptions::max_dt = 100000

Definition at line 6 of file VLE_types.hpp.

◆ max_steps

int teqp::TVLEOptions::max_steps = 1000

Definition at line 7 of file VLE_types.hpp.

◆ p_termination

double teqp::TVLEOptions::p_termination = 1e15

Definition at line 6 of file VLE_types.hpp.

◆ polish

bool teqp::TVLEOptions::polish = true

Definition at line 8 of file VLE_types.hpp.

◆ polish_exception_on_fail

bool teqp::TVLEOptions::polish_exception_on_fail = false

Definition at line 8 of file VLE_types.hpp.

◆ polish_reltol_rho

double teqp::TVLEOptions::polish_reltol_rho = 0.05

Definition at line 9 of file VLE_types.hpp.

◆ rel_err

double teqp::TVLEOptions::rel_err = 1e-8

Definition at line 6 of file VLE_types.hpp.

◆ revision

int teqp::TVLEOptions::revision = 1

Definition at line 7 of file VLE_types.hpp.

◆ terminate_unstable

bool teqp::TVLEOptions::terminate_unstable = false

Definition at line 11 of file VLE_types.hpp.

◆ verbosity

int teqp::TVLEOptions::verbosity = 0

Definition at line 7 of file VLE_types.hpp.


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