KiThe 0.2.10

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
#[allow(non_snake_case)]
pub mod NIST_gui;
pub mod all_libs_gui;
pub mod combustion;
mod combustion_test;
pub mod gui_main;
pub mod gui_plot;
pub mod kinetics_gui;
pub mod settings_gui;
pub mod thermochemistry_gui;
pub mod transport_gui;