C# Class BesAsm.Swsp.PacSizingTool.StormEventResults

Contains PAC results for a single storm event
Afficher le fichier Open project: PDXBES/PacSizingTool Class Usage Examples

Méthodes publiques

Свойство 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

Méthode Description
StormEventResults ( ) : System

Property Details

AboveGradePrimaryResults public_oe 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
Résultat List

AboveGradeSecondaryResults public_oe 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
Résultat List

BelowGradePrimaryResults public_oe 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
Résultat List

BelowGradeSecondaryResults public_oe 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
Résultat List

InflowVolume public_oe property

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

OverflowVolume public_oe property

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

PeakInflowRate public_oe property

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

PeakOverflow public_oe property

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

PeakSurfaceOverflow public_oe property

The peak primary surface overflow, in cfs.
public double PeakSurfaceOverflow
Résultat double

PercentRockCapacityUsed public_oe property

The peak percentage of rock capacity used during a storm event.
public double PercentRockCapacityUsed
Résultat double

PercentSurfaceCapacityUsed public_oe property

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