pub type Diffusivity<T = f64> = Quantity<T, _Diffusivity>;
pub struct Diffusivity<T = f64>(/* private fields */);