pub type DynamicViscosity = Qty<-1, 1, -1, 0, 0, 0, 0>;Expand description
Pa·s — dynamic viscosity, the μ of Darcy’s law and of Stokes drag.
Kinematic viscosity is this over a Density and is a Diffusivity; the two are
routinely confused in tables and differ by three orders of magnitude for water, which is
exactly the sort of error a dimension check cannot catch and a name can.
Aliased Type§
pub struct DynamicViscosity(/* private fields */);