C# Class BesAsm.Swsp.PacSizingTool.StormEventResults

Contains PAC results for a single storm event
Show file Open project: PDXBES/PacSizingTool Class Usage Examples

Public Properties

Property Type Description
AboveGradePrimaryResults List
AboveGradeSecondaryResults List
BelowGradePrimaryResults List
BelowGradeSecondaryResults List
InflowVolume double
OverflowVolume double
PeakInflowRate double
PeakOverflow double
PeakSurfaceOverflow double
PercentRockCapacityUsed double
PercentSurfaceCapacityUsed double

Private Methods

Method Description
StormEventResults ( ) : System

Property Details

AboveGradePrimaryResults public property

Contains analysis results for the above-grade portion of a stormwater facility which should be plotted on the primary axis of a chart.
public List AboveGradePrimaryResults
return List

AboveGradeSecondaryResults public property

Contains analysis results for the above-grade portion of a stormwater facility which should be plotted on the secondary axis of a chart.
public List AboveGradeSecondaryResults
return List

BelowGradePrimaryResults public property

Contains analysis results for the below-grade portion of a stormwater facility which should be plotted on the primary axis of a chart.
public List BelowGradePrimaryResults
return List

BelowGradeSecondaryResults public property

Contains analysis results for the below-grade portion of a stormwater facility which should be plotted on the secondary axis of a chart.
public List BelowGradeSecondaryResults
return List

InflowVolume public property

The total volume from a catchment as calculated via the SBUH, in ft^3
public double InflowVolume
return double

OverflowVolume public property

The total overflow vole from a facility to offsite conveyance or overtopping the facility, in ft^3
public double OverflowVolume
return double

PeakInflowRate public property

The peak flow rate from a catchment as calculated via the SBUH, in cfs
public double PeakInflowRate
return double

PeakOverflow public property

The peak overflow from a facility to offsite conveyance or overtopping the facility, in cfs
public double PeakOverflow
return double

PeakSurfaceOverflow public property

The peak primary surface overflow, in cfs.
public double PeakSurfaceOverflow
return double

PercentRockCapacityUsed public property

The peak percentage of rock capacity used during a storm event.
public double PercentRockCapacityUsed
return double

PercentSurfaceCapacityUsed public property

The peak percent volume of surface which is filled during a storm event.
public double PercentSurfaceCapacityUsed
return double