SizingCalculatorFriction Method

Calculates the friction based on the specified parameters.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public double Friction(
	double flow,
	SizingOptions options
)

Parameters

flow  Double
The flow rate.
options  SizingOptions
The sizing options containing other input parameters (such as density, viscosity, roughness, size, etc.).

Return Value

Double
Returns the calculated friction.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also