sciforge-lib 0.0.4

Scientific computing library — mathematics, physics, chemistry, biology, astronomy, geology, meteorology.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub const KLEIBER_CONSTANT: f64 = 70.0;
pub const KLEIBER_EXPONENT: f64 = 0.75;

pub const ATP_YIELD_AEROBIC: f64 = 30.0;
pub const ATP_YIELD_ANAEROBIC: f64 = 2.0;

pub const CAC_NADH_PER_ACETYL_COA: f64 = 3.0;
pub const CAC_FADH2_PER_ACETYL_COA: f64 = 1.0;

pub const BETA_OX_FADH2_ATP: f64 = 1.5;
pub const BETA_OX_NADH_ATP: f64 = 2.5;
pub const BETA_OX_ACETYL_COA_ATP: f64 = 10.0;
pub const BETA_OX_ACTIVATION_COST: f64 = 2.0;

pub const BODY_TEMP_KELVIN: f64 = 310.15;
pub const REFERENCE_TEMP_KELVIN: f64 = 298.15;