pub fn reynolds_number( density: f64, velocity: f64, char_length_m: f64, dynamic_viscosity: f64, ) -> f64
Reynolds number Re = ρ·v·L / μ — laminar/turbulent regime for the wind-load model.
Re = ρ·v·L / μ