TR55FlowSegment Class

Represents a flow segment for the TR-55 time-of-concentration calculation method. Provides TR-55 specific properties such as flow type, rainfall, surface type, Manning's roughness, cross section area, wetted perimeter, and velocity.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesFlowSegmentBase
    Autodesk.Civil.DatabaseServicesTR55FlowSegment

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public sealed class TR55FlowSegment : FlowSegmentBase

The TR55FlowSegment type exposes the following members.

Properties
 NameDescription
Public propertyCrossSectionArea Gets or sets the cross section area of channel flow.
Public propertyFlowType Gets or sets the flow segment type for TR-55 calculation.
Public propertyIndex Gets the index of segment that represents its sequence in the flow path.
(Inherited from FlowSegmentBase)
Public propertyIsTravelTimeCalculated Gets the bool value indicates whether the existing factors can successfully calculate the travel time.
(Inherited from FlowSegmentBase)
Public propertyLength Gets the length of flow segment.
(Inherited from FlowSegmentBase)
Public propertyManningRoughness Gets or sets the Manning roughness factor.
Public propertyRainfall2yr24hr Gets or sets the rainfall data of 2-year return period 1-day precipitation accumulation.
Public propertySlope Gets or sets the slope of flow segment.
(Inherited from FlowSegmentBase)
Public propertySurfaceType Gets or sets the surface type for Shallow concentration flow calculation.
Public propertyTravelTime Gets the travel time (hour) for this flow segment.
(Inherited from FlowSegmentBase)
Public propertyVelocity Gets the velocity of channel flow.
Public propertyWettedPerimeter Gets or sets the wetted perimeter of channel flow.
Top
Methods
 NameDescription
Public methodDispose
(Inherited from FlowSegmentBase)
Top
See Also