C# Class BesAsm.Swsp.PacSizingTool.SlopedFacilitySegment

Datei anzeigen Open project: PDXBES/PacSizingTool Class Usage Examples

Public Methods

Method Description
SlopedFacilitySegment ( ) : System

Constructor for a sloped facility segment. Assigns segment to current sloped facility pointer.

SlopedFacilitySegment ( SlopedFacility facility ) : System

Constructor for a sloped facility segment

Private Methods

Method Description
AdjustedSegmentLengthAtDepthFt ( double depth ) : double

Computes the surface capacity at a specific depth

DownstreamAreaAtDepthSqFt ( double depth ) : double
DownstreamTopWidthAtDepthFt ( double depth ) : double
SurfaceCapacityAtDepthCuFt ( double depth ) : double
UpstreamAreaAtDepthSqFt ( double depth ) : double
UpstreamDepthAtDepthIn ( double depth ) : double
UpstreamTopWidthAtDepthFt ( double depth ) : double

Method Details

SlopedFacilitySegment() public method

Constructor for a sloped facility segment. Assigns segment to current sloped facility pointer.
public SlopedFacilitySegment ( ) : System
return System

SlopedFacilitySegment() public method

Constructor for a sloped facility segment
public SlopedFacilitySegment ( SlopedFacility facility ) : System
facility SlopedFacility
return System