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
use KiThe::gui::gui_plot::run_plot_test;

fn main() -> Result<(), eframe::Error> {
    run_plot_test()
}