pub fn peclet_number(v: f64, l: f64, d: f64) -> f64Expand description
Péclet number: Pe = v·L / D.
Ratio of advective transport rate to diffusive transport rate.
v— characteristic velocity [m/s].l— characteristic length [m].d— diffusion coefficient [m²/s].