|
| enum | SMO_unitSystem {
SMO_US
,
SMO_SI
} |
| | Enumeration of unit systems for used in output file. More...
|
| |
| enum | SMO_flowUnits {
SMO_CFS
,
SMO_GPM
,
SMO_MGD
,
SMO_CMS
,
SMO_LPS
,
SMO_MLD
} |
| |
| enum | SMO_concUnits {
SMO_MG
,
SMO_UG
,
SMO_COUNT
,
SMO_NONE
} |
| | Concentration units used in the simulation. More...
|
| |
| enum | SMO_elementType {
SMO_subcatch
,
SMO_node
,
SMO_link
,
SMO_sys
,
SMO_pollut
} |
| | SWMM element types. More...
|
| |
| enum | SMO_time {
SMO_reportStep
,
SMO_numPeriods
} |
| | Report time related attributes. More...
|
| |
| enum | SMO_subcatchAttribute {
SMO_rainfall_subcatch
,
SMO_snow_depth_subcatch
,
SMO_evap_loss
,
SMO_infil_loss
,
SMO_runoff_rate
,
SMO_gwoutflow_rate
,
SMO_gwtable_elev
,
SMO_soil_moisture
,
SMO_pollutant_conc_subcatch
} |
| | Subcatchment attributes. More...
|
| |
| enum | SMO_nodeAttribute {
SMO_invert_depth
,
SMO_hydraulic_head
,
SMO_stored_ponded_volume
,
SMO_lateral_inflow
,
SMO_total_inflow
,
SMO_flooding_losses
,
SMO_pollutant_conc_node
} |
| | Node attributes. More...
|
| |
| enum | SMO_linkAttribute {
SMO_flow_rate_link
,
SMO_flow_depth
,
SMO_flow_velocity
,
SMO_flow_volume
,
SMO_capacity
,
SMO_pollutant_conc_link
} |
| | Link attributes. More...
|
| |
| enum | SMO_systemAttribute {
SMO_air_temp
,
SMO_rainfall_system
,
SMO_snow_depth_system
,
SMO_evap_infil_loss
,
SMO_runoff_flow
,
SMO_dry_weather_inflow
,
SMO_groundwater_inflow
,
SMO_RDII_inflow
,
SMO_direct_inflow
,
SMO_total_lateral_inflow
,
SMO_flood_losses
,
SMO_outfall_flows
,
SMO_volume_stored
,
SMO_evap_rate
} |
| | System attributes. More...
|
| |
Header file for SWMM output API enumeration types.
- Date
- Created: 2019-10-18
-
Last edited: 2024-10-17