![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
SWMM global interfacing functions. More...
Modules | |
| Global Project Methods | |
| Global methods associated with a SWMM project. | |
| Global Input Reader Methods | |
| Global input reader methods. | |
| Global Report Writer Methods | |
| Global report writer methods. | |
| Global Temperature/Evaporation Methods | |
| Global temperature/evaporation methods. | |
| Global Rainfall Processing Methods | |
| Global rainfall processing methods. | |
| Global Snowmelt Processing Methods | |
| Global snowmelt processing methods. | |
| Global Runoff Analyzer Methods | |
| Global runoff analyzer methods. | |
| Global Output File Methods | |
| Global output file methods. | |
| Global Groundwater Methods | |
| Global groundwater methods. | |
| Global RDII Methods | |
| Global RDII methods. | |
| Global Land Use Methods | |
| Global RDII methods. | |
| Global Flow/Quality Routing Methods | |
| Global flow/quality routing methods. | |
| Global Treatment Methods | |
| Global treatment methods. | |
| Global Mass Balance Methods | |
| Global mass balance methods. | |
| Global Simulation Statistics Methods | |
| Global simulation statistics methods. | |
| Global Raingage Methods | |
| Global raingage methods. | |
| Global Subcatchments Methods | |
| Global subcatchment methods. | |
| Global Surface Pollutant Buildup/Washoff Methods | |
| Global surface pollutant buildup/washoff methods. | |
| Global Conveyance System Node Methods | |
| Global conveyance system node methods. | |
| Global Conveyance System Inflow Methods | |
| Global conveyance system inflow methods. | |
| Global Control Rule Methods | |
| Global control rules methods. | |
| Global Utility Methods | |
| Global utility methods. | |
Functions | |
| int | iface_readFileParams (char *tok[], int ntoks) |
| void | iface_openRoutingFiles (void) |
| void | iface_closeRoutingFiles (void) |
| int | iface_getNumIfaceNodes (DateTime aDate) |
| int | iface_getIfaceNode (int index) |
| double | iface_getIfaceFlow (int index) |
| double | iface_getIfaceQual (int index, int pollut) |
| void | iface_saveOutletResults (DateTime reportDate, FILE *file) |
SWMM global interfacing functions.
| void iface_closeRoutingFiles | ( | void | ) |
| double iface_getIfaceFlow | ( | int | index | ) |
| int iface_getIfaceNode | ( | int | index | ) |
| double iface_getIfaceQual | ( | int | index, |
| int | pollut | ||
| ) |
| int iface_getNumIfaceNodes | ( | DateTime | aDate | ) |
| void iface_openRoutingFiles | ( | void | ) |
| int iface_readFileParams | ( | char * | tok[], |
| int | ntoks | ||
| ) |
| void iface_saveOutletResults | ( | DateTime | reportDate, |
| FILE * | file | ||
| ) |