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

The impervious drainage area upstream of a facility
파일 보기 프로젝트 열기: PDXBES/PacSizingTool 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultImportedMediumInfiltrationInchesPerHour double
MaxNativeInfiltrationInchesPerHour double

공개 메소드들

메소드 설명
Catchment ( string name ) : System

Constructs a new Catchment object

CorrectionFactor ( ) : double

Correction factor applied to tested infiltration rate

메소드 상세

Catchment() 공개 메소드

Constructs a new Catchment object
public Catchment ( string name ) : System
name string The name of the Catchment
리턴 System

CorrectionFactor() 공개 메소드

Correction factor applied to tested infiltration rate
public CorrectionFactor ( ) : double
리턴 double

프로퍼티 상세

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

The default value for imported medium infiltration rate
public static double DefaultImportedMediumInfiltrationInchesPerHour
리턴 double

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

The maximum allowable value for native soil infiltration rate
public static double MaxNativeInfiltrationInchesPerHour
리턴 double