A robust pipe flow calculator typically performs two main types of analysis:
(Flow Rate): The volume of fluid moving through the pipe per unit of time (e.g., Gallons Per Minute (GPM) or Liters Per Second (L/s)). pipe flow calculator
(Area): The cross-sectional space inside the pipe, calculated as IDcap I cap D is the inner diameter. 3 Reasons to Use a Calculator material. Output: Flow rate ($Q$).
footprint_model: # types: "point", "circular", "two_circles", "line", "polygon"
type: "polygon" #"circular"
radius: 0.38 # for type "circular"
#line_start: [-0.3, 0.0] # for type "line"
#line_end: [0.3, 0.0] # for type "line"
#front_offset: 0.2 # for type "two_circles"
#front_radius: 0.2 # for type "two_circles"
#rear_offset: 0.2 # for type "two_circles"
#rear_radius: 0.2 # for type "two_circles"
vertices: [ [0.26, 0.26], [0.26, -0.26], [-0.26, -0.26], [-0.26,0.26] ] # for type "polygon"