Свойство | Тип | Описание | |
---|---|---|---|
_allowShapeSelection | bool | ||
_bottomAreaSqFt | double | ||
_bottomPerimeterLengthFt | double | ||
_bottomWidthFt | double | ||
_catchment | |||
_configuration | FacilityConfiguration | ||
_freeboardIn | double | ||
_growingMediumDepthIn | double | ||
_hasCustomRockStorageBottomArea | bool | ||
_hasRockInfluencedSurfaceStorage | bool | ||
_hasRockStorage | bool | ||
_hasSecondaryOverflow | bool | ||
_isLined | bool | ||
_rockStorageBottomAreaSqFt | double | ||
_rockStorageDepthIn | double | ||
_rockVoidRatio | double | ||
_sideSlopeRatio | double | ||
_specifySideSlope | bool | ||
_storageDepth1In | double | ||
_storageDepth2In | double | ||
_storageDepth3In | double | ||
_surfaceAreaAtStorageDepth1SqFt | double | ||
_surfaceAreaAtStorageDepth2SqFt | double | ||
_type | FacilityType |
Метод | Описание | |
---|---|---|
Facility ( FacilityType type, FacilityConfiguration configuration, |
Constructs a new Facility object of the specified Type and Configuration, located within the specified Catchment
|
|
ImportedMediumInfiltrationCapacityCfs ( ) : double |
The infiltration rate through imported soil in cfs
|
|
NativeSoilInfiltrationCapacityCfs ( ) : double |
The infiltration rate through the native soil in cfs
|
|
Validate ( |
Performs checks to determine whether a Facility has required parameters assigned, and that all parameters are valid.
|
Метод | Описание | |
---|---|---|
ConfigureFacility ( ) : void |
Based on the facility configuration, sets appropriate boolean values. For instance, Facility Configuration A and D do not have rock storage, thus, _hasRockStorage is set to "false".
|
Метод | Описание | |
---|---|---|
CalculateVolume ( double depthIn ) : double |
Utility method to calculate the volume of basins and flat planters
|
|
SurfaceAreaAtDepth ( double depthIn ) : double |
Utility method to calculate the surface area of facilities filled to a certain depth, ignorant of overflows.
|
public Facility ( FacilityType type, FacilityConfiguration configuration, |
||
type | FacilityType | The type of facility |
configuration | FacilityConfiguration | The plumbed facility configuration |
catchment | The Catchment containing the facility | |
Результат | System |
public ImportedMediumInfiltrationCapacityCfs ( ) : double | ||
Результат | double |
public NativeSoilInfiltrationCapacityCfs ( ) : double | ||
Результат | double |
public static Validate ( |
||
facility | The Facility to validate | |
category | int | The Hierarchy Category the facility will be validated against |
message | string | A message indicating the first error found in an invalid facility, /// or "Valid Configuration" if the facility is valid. |
Результат | bool |
protected double _bottomPerimeterLengthFt | ||
Результат | double |
protected Catchment,BesAsm.Swsp.PacSizingTool _catchment | ||
Результат |
protected FacilityConfiguration _configuration | ||
Результат | FacilityConfiguration |
protected bool _hasCustomRockStorageBottomArea | ||
Результат | bool |
protected bool _hasRockInfluencedSurfaceStorage | ||
Результат | bool |
protected double _rockStorageBottomAreaSqFt | ||
Результат | double |
protected double _surfaceAreaAtStorageDepth1SqFt | ||
Результат | double |
protected double _surfaceAreaAtStorageDepth2SqFt | ||
Результат | double |