C# Class BesAsm.Swsp.PacSizingTool.Catchment

The impervious drainage area upstream of a facility
Afficher le fichier Open project: PDXBES/PacSizingTool Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultImportedMediumInfiltrationInchesPerHour double
MaxNativeInfiltrationInchesPerHour double

Méthodes publiques

Méthode Description
Catchment ( string name ) : System

Constructs a new Catchment object

CorrectionFactor ( ) : double

Correction factor applied to tested infiltration rate

Method Details

Catchment() public méthode

Constructs a new Catchment object
public Catchment ( string name ) : System
name string The name of the Catchment
Résultat System

CorrectionFactor() public méthode

Correction factor applied to tested infiltration rate
public CorrectionFactor ( ) : double
Résultat double

Property Details

DefaultImportedMediumInfiltrationInchesPerHour public_oe static_oe property

The default value for imported medium infiltration rate
public static double DefaultImportedMediumInfiltrationInchesPerHour
Résultat double

MaxNativeInfiltrationInchesPerHour public_oe static_oe property

The maximum allowable value for native soil infiltration rate
public static double MaxNativeInfiltrationInchesPerHour
Résultat double