C# Class BesAsm.Swsp.PacSizingTool.Catchment

The impervious drainage area upstream of a facility
Show file Open project: PDXBES/PacSizingTool Class Usage Examples

Public Properties

Property Type Description
DefaultImportedMediumInfiltrationInchesPerHour double
MaxNativeInfiltrationInchesPerHour double

Public Methods

Method Description
Catchment ( string name ) : System

Constructs a new Catchment object

CorrectionFactor ( ) : double

Correction factor applied to tested infiltration rate

Method Details

Catchment() public method

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

CorrectionFactor() public method

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

Property Details

DefaultImportedMediumInfiltrationInchesPerHour public static property

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

MaxNativeInfiltrationInchesPerHour public static property

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