C# Класс BesAsm.Swsp.PacSizingTool.RainfallEvent

Defines a rainfall event for use in the hydrology calculations
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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[]