<Code Lib>
M

SizingCalculator.Friction

Description:
Calculates the friction based on the specified parameters.

public double Friction(
	double flow,
	SizingOptions options
)

  • Double
    flow
    The flow rate.
  • options
    The sizing options containing other input parameters (such as density, viscosity, roughness, size, etc.).
Return Value Double Returns the calculated friction.

Loading…