teqp 0.22.0
Loading...
Searching...
No Matches
teqp::PVLEOptions 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 crit_termination = 1e-12
 
int max_steps = 1000
 
int integration_order = 5
 
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 14 of file VLE_types.hpp.

Member Data Documentation

◆ abs_err

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

Definition at line 15 of file VLE_types.hpp.

◆ calc_criticality

bool teqp::PVLEOptions::calc_criticality = false

Definition at line 19 of file VLE_types.hpp.

◆ crit_termination

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

Definition at line 15 of file VLE_types.hpp.

◆ init_c

double teqp::PVLEOptions::init_c = 1.0

Definition at line 15 of file VLE_types.hpp.

◆ init_dt

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

Definition at line 15 of file VLE_types.hpp.

◆ integration_order

int teqp::PVLEOptions::integration_order = 5

Definition at line 16 of file VLE_types.hpp.

◆ max_dt

double teqp::PVLEOptions::max_dt = 100000

Definition at line 15 of file VLE_types.hpp.

◆ max_steps

int teqp::PVLEOptions::max_steps = 1000

Definition at line 16 of file VLE_types.hpp.

◆ polish

bool teqp::PVLEOptions::polish = true

Definition at line 17 of file VLE_types.hpp.

◆ polish_exception_on_fail

bool teqp::PVLEOptions::polish_exception_on_fail = false

Definition at line 17 of file VLE_types.hpp.

◆ polish_reltol_rho

double teqp::PVLEOptions::polish_reltol_rho = 0.05

Definition at line 18 of file VLE_types.hpp.

◆ rel_err

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

Definition at line 15 of file VLE_types.hpp.

◆ terminate_unstable

bool teqp::PVLEOptions::terminate_unstable = false

Definition at line 20 of file VLE_types.hpp.

◆ verbosity

int teqp::PVLEOptions::verbosity = 0

Definition at line 16 of file VLE_types.hpp.


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