lmb_engine_simulator 0.1.0

The lmb_engine_simulator library provides an easy way to simulate internal combustion engines
Documentation
1
2
3
4
5

pub static _T_REF: f64 = 298.15;     // [K]
pub static _P_REF: f64 = 101325.0;   // [Pa]
pub static R: f64 = 8314.4621;       // [J/kmol/K]
pub static MAX_ARRAY_LEN: usize = 5000000;