Method | Description | |
---|---|---|
CalculateSbuh10Year ( |
Performs the SBUH calculations for the Ten-year storm event
|
|
CalculateSbuh25Year ( |
Performs the SBUH calculations for the Twentyfive-year storm event
|
|
CalculateSbuh2Year ( |
Performs the SBUH calculations for the Two-year storm event
|
|
CalculateSbuh5Year ( |
Performs the SBUH calculations for the Five-year storm event
|
|
CalculateSbuhPr ( |
Performs the SBUH calculations for the Pollution Reduction storm event
|
|
PerformCalculations ( |
Executes the calculator and returns a PacResults. Supports Category 4 facilities.
|
|
PerformCalculations ( |
Executes the calculator and returns a PacResults. Supports Category 3 facilities.
|
|
PerformCalculations ( |
Executes the calculator and returns a PacResults. Supports Category 4 facilities.
|
|
PerformCalculations ( |
Executes the calculator and returns a PacResults. Supports Category 3 facilities.
|
|
PerformCalculations ( |
Executes the calculator and returns a PacResults. Supports Category 1 and 2 facilities.
|
|
PerformCalculations ( |
Executes the calculator and returns a PacResults. Supports Category 1 and 2 facilities.
|
|
PerformSbuhCalcs ( |
Executes only the SBUH calculations.
|
Method | Description | |
---|---|---|
PerformCalculations ( |
Executes the calculator and returns a PacResults.
|
public static CalculateSbuh10Year ( |
||
catchment | A Catchment object | |
return |
public static CalculateSbuh25Year ( |
||
catchment | A Catchment object | |
return |
public static CalculateSbuh2Year ( |
||
catchment | A Catchment object | |
return |
public static CalculateSbuh5Year ( |
||
catchment | A Catchment object | |
return |
public static CalculateSbuhPr ( |
||
catchment | A Catchment object | |
return |
public static PerformCalculations ( |
||
catchment | A catchment object defining the hydrologic parameters of the catchment area to be evaluated. | |
preCatchment | A catchment object defining the hydrologic parameters of the pre-developed catchment area to be evaluated. | |
facility | A Facility object defining the stormwater management facility to be evaluated. | |
category | int | Identifies the Hierarchy Category the proposed facility will be evaluated against. Must be an integer from 1 to 4. |
return |
public static PerformCalculations ( |
||
catchment | A catchment object defining the hydrologic parameters of the catchment area to be evaluated. | |
preCatchment | A catchment object defining the hydrologic parameters of the pre-developed catchment area to be evaluated. | |
facility | A Facility object defining the stormwater management facility to be evaluated. | |
category | int | Identifies the Hierarchy Category the proposed facility will be evaluated against. Must be an integer from 1 to 4. |
dischargePoint | char | Identifies the DischargePoint of the proposed facility. |
return |
public static PerformCalculations ( |
||
catchment | A catchment object defining the hydrologic parameters of the catchment area to be evaluated. | |
preCatchment | A catchment object defining the hydrologic parameters of the pre-developed catchment area to be evaluated. | |
slopedFacility | A SlopedFacility object defining the stormwater management facility to be evaluated. | |
category | int | Identifies the Hierarchy Category the proposed facility will be evaluated against. Must be an integer from 1 to 4. |
return |
public static PerformCalculations ( |
||
catchment | A catchment object defining the hydrologic parameters of the catchment area to be evaluated. | |
preCatchment | A catchment object defining the hydrologic parameters of the pre-developed catchment area to be evaluated. | |
slopedFacility | A SlopedFacility object defining the stormwater management facility to be evaluated. | |
category | int | Identifies the Hierarchy Category the proposed facility will be evaluated against. Must be an integer from 1 to 4. |
dischargePoint | char | Identifies the DischargePoint of the proposed facility. |
return |
public static PerformCalculations ( |
||
catchment | A catchment object defining the hydrologic parameters of the catchment area to be evaluated. | |
facility | A Facility object defining the stormwater management facility to be evaluated. | |
category | int | Identifies the Hierarchy Category the proposed facility will be evaluated against. Must be an integer from 1 to 4. |
return |
public static PerformCalculations ( |
||
catchment | A catchment object defining the hydrologic parameters of the catchment area to be evaluated. | |
slopedFacility | A SlopedFacility object defining the stormwater management facility to be evaluated. | |
category | int | Identifies the Hierarchy Category the proposed facility will be evaluated against. Must be an integer from 1 to 4. |
return |
public static PerformSbuhCalcs ( |
||
catchment | The catchment to calculate the SBUH results. | |
return |