pub type FlowType = DimensionType;
pub struct FlowType { pub unit: Option<String>, pub content: f32, }
unit: Option<String>
content: f32