2027 Method
Changes 8
M

SizingCalculator.CalculateSizeByVelocity

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