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