🛤️ 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. | 🛤️🌊 |
No comments:
Post a Comment