C# Class BesAsm.Swsp.PacSizingTool.Catchment

The impervious drainage area upstream of a facility
Mostrar archivo 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_oe static_oe property

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

MaxNativeInfiltrationInchesPerHour public_oe static_oe property

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