KiThe 0.3.0

A numerical suite for chemical kinetics and thermodynamics, combustion, heat and mass transfer,chemical engeneering. Work in progress. Advices and contributions will be appreciated
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[allow(non_snake_case)]
pub mod NIST_gui;
pub mod all_libs_gui;
pub mod combustion;
mod combustion_test;

pub mod experimental_kinetics_gui;
pub mod gui_main;
pub mod gui_plot;
pub mod gui_solid_ivp;
pub mod kinetics_gui;
pub mod settings_gui;
pub mod thermochemistry_gui;
pub mod transport_gui;