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

Defines a rainfall event for use in the hydrology calculations
파일 보기 프로젝트 열기: PDXBES/PacSizingTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ScsOneARainfallDistribution double[]

Private Properties

프로퍼티 타입 설명
AsArray double[]
RainfallEvent System

공개 메소드들

메소드 설명
GetScsOneAEvent ( string name, double totalRainfallInches ) : RainfallEvent

Provides a 24-hour SCS Type 1A RainfallEvent, given the total depth of the design storm.

비공개 메소드들

메소드 설명
AsArray ( ) : double[]
RainfallEvent ( string eventName, IEnumerable rainfallInches, double timeIntervalMinutes ) : System

메소드 상세

GetScsOneAEvent() 공개 정적인 메소드

Provides a 24-hour SCS Type 1A RainfallEvent, given the total depth of the design storm.
public static GetScsOneAEvent ( string name, double totalRainfallInches ) : RainfallEvent
name string /// The name of the rainfall event. e.g. "2-year storm" ///
totalRainfallInches double /// The total rainfall depth for the entire storm, disregarding initial abstraction. ///
리턴 RainfallEvent

프로퍼티 상세

ScsOneARainfallDistribution 공개적으로 정적으로 프로퍼티

The Soil and Conservation Service (NRCS) Type 1A synthetic rainfall hyetograph provided in 10-minute intervals. Each element represents the fraction of the total depth of the storm.
public static double[] ScsOneARainfallDistribution
리턴 double[]