π€️ Conduit Flow Classifications
This enumeration defines various classes of flow within a conduit.
Enum Value | Description | Emoji Symbol |
---|---|---|
DRY | Dry conduit. | π«π§ |
UP_DRY | Upstream end is dry. | ⬆️π«π§ |
DN_DRY | Downstream end is dry. | ⬇️π«π§ |
SUBCRITICAL | Sub-critical flow. | ππ½ |
SUPCRITICAL | Super-critical flow. | ππΌ |
UP_CRITICAL | Free-fall at upstream end. | ⬆️ππ½ |
DN_CRITICAL | Free-fall at downstream end. | ⬇️ππ½ |
MAX_FLOW_CLASSES | Number of distinct flow classes. | ππ’ |
UP_FULL | Upstream end is full. | ⬆️π§ |
DN_FULL | Downstream end is full. | ⬇️π§ |
ALL_FULL | Completely full. | π§π |
π§️ Runoff Flow Categories
This enumeration defines categories of runoff flows.
Enum Value | Description | Emoji Symbol |
---|---|---|
RUNOFF_RAINFALL | Rainfall. | π§️ |
RUNOFF_EVAP | Evaporation. | ☁️ |
RUNOFF_INFIL | Infiltration. | π§π± |
RUNOFF_RUNOFF | Runoff. | π°π§️ |
RUNOFF_DRAINS | LID drain flow. | ⛲π |
RUNOFF_RUNON | Runon from outfalls. | π°⤴️ |
π± Surface Pollutant Loading Categories
This enumeration defines categories for pollutant loading on surfaces.
Enum Value | Description | Emoji Symbol |
---|---|---|
BUILDUP_LOAD | Pollutant buildup load. | ππ |
DEPOSITION_LOAD | Rainfall deposition load. | π§️π§π |
SWEEPING_LOAD | Load removed by sweeping. | π§Ήπ¨ |
BMP_REMOVAL_LOAD | Load removed by BMPs. | π±π |
INFIL_LOAD | Runon load removed by infiltration. | π§π±⤵️ |
RUNOFF_LOAD | Load removed by runoff. | π°π§️⤵️ |
FINAL_LOAD | Load remaining on surface. | ππ |
π Input Data Options
This enumeration defines various types and sources of input data.
Enum Value | Description | Emoji Symbol |
---|---|---|
RAINFALL_INTENSITY | Rainfall expressed as intensity. | π§️π |
RAINFALL_VOLUME | Rainfall expressed as volume. | π§️π |
CUMULATIVE_RAINFALL | Rainfall expressed as cumulative volume. | π§️π |
NO_TEMP | No temperature data supplied. | π«π‘️ |
TSERIES_TEMP | Temperatures come from time series. | π‘️π |
FILE_TEMP | Temperatures come from file. | π‘️π |
MONTHLY_WIND | Wind speed varies by month. | π¬️π |
FILE_WIND | Wind speed comes from file. | π¬️π |
CONSTANT_EVAP | Constant evaporation rate. | ☁️π |
MONTHLY_EVAP | Evaporation rate varies by month. | ☁️π |
TIMESERIES_EVAP | Evaporation supplied by time series. | ☁️π |
TEMPERATURE_EVAP | Evaporation from daily temperature. | ☁️π‘️ |
FILE_EVAP | Evaporation comes from file. | ☁️π |
RECOVERY | Soil recovery pattern. | π±π |
DRYONLY | Evap. allowed only in dry periods. | ☀️π |
PER_AREA | Buildup is per unit of area. | ππ |
PER_CURB | Buildup is per unit of curb length. | ππ§ |
NO_BUILDUP | No buildup. | π«π |
POWER_BUILDUP | Power function buildup equation. | πππ |
EXPON_BUILDUP | Exponential function buildup equation. | πππ |
SATUR_BUILDUP | Saturation function buildup equation. | ππ |
EXTERNAL_BUILDUP | External time series buildup. | ππ |
NO_WASHOFF | No washoff. | π«π§ |
EXPON_WASHOFF | Exponential washoff equation. | π§ππ |
RATING_WASHOFF | Rating curve washoff equation. | π§π |
EMC_WASHOFF | Event mean concentration washoff. | π§️π§π |
IMPERV0 | Impervious w/o depression storage. | π§π«π§ |
IMPERV1 | Impervious w/ depression storage. | π§π§ |
PERV | Pervious. | π±π§ |
TO_OUTLET | Perv & imperv runoff goes to outlet. | π°π |
TO_IMPERV | Perv runoff goes to imperv area. | π±➡️π§ |
TO_PERV | Imperv runoff goes to perv subarea. | π§➡️π± |
NO_ROUTING | No routing. | π«π€️ |
SF | Steady flow model. | π€️π |
KW | Kinematic wave model. | π€️ππ |
EKW | Extended kin. wave model. | π€️π |