2024 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
M Dispose() None Releases all resources used by the
Name Return Type Description
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 FrictionFactor double The friction factor of the pipe.
P Friction double The friction of the pipe. Units: (kg/(ft²·s²)).
P InsideDiameter double The inside diameter of the pipe. Units: (ft).
P IsValidObject bool 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 VelocityPressure double The velocity pressure of the pipe. Units: (kg/(ft·s²))
P Velocity double The velocity of the pipe. Units: (ft/s) .
P Viscosity double The viscosity of the pipe. Units: (kg/(ft·s)).