2027 Class
Changes 0
C

PipePressureDropData

Description:
The input and output data used by external servers for calculation of the pipe pressure drop.
Remarks:
Roughness, Length, Flow, Diameter, Density, and Viscosity field values are input data for the calculation. ReynoldsNumber, FlowStatus, Friction, FrictionFactor, Velocity, Coefficient, and PressureDrop are output values.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Plumbing.PipePressureDropData
public class PipePressureDropData : IDisposable
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the PipePressureDropData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P CategoryId ElementId The category id of pipe curves. It will be OST_PipeCurves, OST_FlexPipeCurves, or OST_PlaceHolderPipes.
P Coefficient double The coefficient of the pipe.
P Density double The density of the pipe. Units: (kg/ft³).
P Flow double The flow of the pipe. Units: (ft³/s).
P FlowState PipeFlowState The flowState of the pipe.
P Friction double The friction of the pipe. Units: (kg/(ft²·s²)).
P FrictionFactor double The friction factor of the pipe.
P InsideDiameter double The inside diameter of the pipe. Units: (ft).
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P KLevel SystemCalculationLevel The system calculation level.
P Length double The length of the pipe. Units: (ft).
P NominalDiameter double The nominal diameter of the pipe. Units: (ft).
P OutsideDiameter double The outside diameter of the pipe. Units: (ft).
P PressureDrop double The pressure drop of the pipe. Units: (kg/(ft·s²)).
P RelativeRoughness double The relative roughness of the pipe.
P ReynoldsNumber double The reynolds number of the pipe.
P Roughness double The roughness of the pipe. Units: (ft).
P Velocity double The velocity of the pipe. Units: (ft/s).
P VelocityPressure double The velocity pressure of the pipe. Units: (kg/(ft·s²)).
P Viscosity double The dynamic viscosity of the pipe. Units: (kg/(ft·s)).