KiThe 0.3.6

A numerical suite for chemical kinetics and thermodynamics, combustion, heat and mass transfer,chemical engeneering. Work in progress. Advices and contributions will be appreciated
#[allow(non_snake_case)]
pub mod NIST_gui;
pub mod all_libs_gui;
pub mod bvp_gui_config;
pub mod combustion;
mod combustion_gui_tests;
#[cfg(test)]
mod combustion_preview_tests;
#[cfg(test)]
mod combustion_story_tests;
mod combustion_test;
pub mod condition_parser;
pub mod document_lifecycle;
pub mod read_only_snapshot;

pub mod experimental_kinetics_gui;
pub mod gui_main;
pub mod gui_plot;
pub mod gui_solid_ivp;
pub mod ivp_common;
pub mod kinetics_gui;
pub mod reactor_ivp_gui;
#[cfg(test)]
mod reactor_ivp_gui_lifecycle_tests;
#[cfg(test)]
mod reactor_ivp_gui_quality_tests;
#[cfg(test)]
mod reactor_ivp_gui_tests;
pub mod settings_gui;
pub mod thermochemistry_gui;
#[cfg(test)]
mod thermochemistry_gui_tests;
#[cfg(test)]
mod thermochemistry_story_tests;
pub mod transport_gui;
#[cfg(test)]
mod transport_gui_tests;
#[cfg(test)]
mod transport_story_tests;