2027 Method
Changes 8
M

SizingCalculator.CalculateSizeByFriction

Description:
Calculates the duct or pipe size based on the specified flow and friction.
public void CalculateSizeByFriction(
	double flow,
	double friction,
	SizingOptions sizingOptions
)
  • Double
    flow
    The flow rate.
  • Double
    friction
    The desired friction.
  • sizingOptions
    The sizing options containing other input sizing parameters (such as density, viscosity, roughness, etc.) and output sizes.