C# 클래스 BesAsm.Swsp.PacSizingTool.StormEventResults

Contains PAC results for a single storm event
파일 보기 프로젝트 열기: PDXBES/PacSizingTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AboveGradePrimaryResults List
AboveGradeSecondaryResults List
BelowGradePrimaryResults List
BelowGradeSecondaryResults List
InflowVolume double
OverflowVolume double
PeakInflowRate double
PeakOverflow double
PeakSurfaceOverflow double
PercentRockCapacityUsed double
PercentSurfaceCapacityUsed double

비공개 메소드들

메소드 설명
StormEventResults ( ) : System

프로퍼티 상세

AboveGradePrimaryResults 공개적으로 프로퍼티

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
리턴 List

AboveGradeSecondaryResults 공개적으로 프로퍼티

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
리턴 List

BelowGradePrimaryResults 공개적으로 프로퍼티

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
리턴 List

BelowGradeSecondaryResults 공개적으로 프로퍼티

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
리턴 List

InflowVolume 공개적으로 프로퍼티

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

OverflowVolume 공개적으로 프로퍼티

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

PeakInflowRate 공개적으로 프로퍼티

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

PeakOverflow 공개적으로 프로퍼티

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

PeakSurfaceOverflow 공개적으로 프로퍼티

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

PercentRockCapacityUsed 공개적으로 프로퍼티

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

PercentSurfaceCapacityUsed 공개적으로 프로퍼티

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