📋 Input Option Types
This enumeration lists the types of input options available for configuring a stormwater management model.
Enum Value | Description | Emoji Symbol |
---|---|---|
FLOW_UNITS | Units for flow measurements. | 🚰 |
INFIL_MODEL | Infiltration model selection. | 💧 |
ROUTE_MODEL | Routing model selection. | 🚶♂️ |
START_DATE | Simulation start date. | 📅 |
START_TIME | Simulation start time. | 🕗 |
END_DATE | Simulation end date. | 📆 |
END_TIME | Simulation end time. | 🕖 |
REPORT_START_DATE | Start date for the report generation. | 📅📊 |
REPORT_START_TIME | Start time for the report generation. | 🕗📊 |
SWEEP_START | Street cleaning start month. | 🧹🗓️ |
SWEEP_END | Street cleaning end month. | 🧹🛑 |
START_DRY_DAYS | Initial dry days before simulation. | ☀️📅 |
WET_STEP | Time step for wet weather conditions. | 🌧️⏲️ |
DRY_STEP | Time step for dry weather conditions. | ☀️⏲️ |
ROUTE_STEP | Time step for routing. | 🚶♂️⏲️ |
RULE_STEP | Time step for control rule processing. | 📜⏲️ |
REPORT_STEP | Time step for report generation. | 📊⏲️ |
ALLOW_PONDING | Flag to allow water ponding in certain conditions. | 🚫🌊 |
INERT_DAMPING | Inertia damping option for flow calculations. | ⚖️🌊 |
SLOPE_WEIGHTING | Weighting of slope in flow calculations. | 📉🌊 |
VARIABLE_STEP | Allow variable time step option. | ⌛ |
NORMAL_FLOW_LTD | Limit for normal flow conditions. | 🚫🌊 |
LENGTHENING_STEP | Time step lengthening factor. | 📏⏲️ |
MIN_SURFAREA | Minimum surface area for computational stability. | 📏🌍 |
COMPATIBILITY | Model compatibility mode (e.g., with older versions). | 🔄 |
SKIP_STEADY_STATE | Skip initial steady-state simulation phase. | ➡️🛑 |
TEMPDIR | Temporary directory path for intermediate files. | 📂🔄 |
IGNORE_RAINFALL | Ignore rainfall data during simulation. | 🚫🌧️ |
FORCE_MAIN_EQN | Equation type for force main calculations. | 📜=️ |
LINK_OFFSETS | Offset method for links. | ➡️🔗 |
MIN_SLOPE | Minimum slope for channels or pipes. | 📉🚰 |
IGNORE_SNOWMELT | Ignore snowmelt data during simulation. | 🚫❄️ |
IGNORE_GWATER | Ignore groundwater during simulation. | 🚫⛲ |
IGNORE_ROUTING | Ignore routing processes during simulation. | 🚫🚶♂️ |
IGNORE_QUALITY | Ignore water quality processes during simulation. | 🚫💧 |
MAX_TRIALS | Maximum trials for iterative methods. | 🔄🔢 |
HEAD_TOL | Tolerance for hydraulic head calculations. | 🌊⚖️ |
SYS_FLOW_TOL | System flow tolerance for flow balance. | 🚰⚖️ |
LAT_FLOW_TOL | Lateral flow tolerance for flow balance. | ➡️🚰⚖️ |
IGNORE_RDII | Ignore Rainfall-Dependent Inflow and Infiltration data. | 🚫🌧️➡️ |
MIN_ROUTE_STEP | Minimum routing time step. | 🚶♂️⏳ |
NUM_THREADS | Number of computational threads for parallel processing. | 🔄🔢 |
SURCHARGE_METHOD | Method for calculating surcharge conditions. | 🌊📜 |
This table organizes the different input option types and pairs them with relevant emojis to provide a visual and intuitive representation of each option.
No comments:
Post a Comment