![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Global runoff analyzer methods. More...
Functions | |
| int | runoff_open (void) |
| Opens the runoff analyzer. | |
| void | runoff_execute (void) |
| Computes runoff for each subcatchment at the current runoff time. | |
| void | runoff_close (void) |
| Closes the runoff analyzer. | |
| int | routing_open (void) |
| Initializes the routing analyzer. | |
| double | routing_getRoutingStep (int routingModel, double fixedStep) |
| Determines time step used for flow routing at current time period. | |
| void | routing_execute (int routingModel, double routingStep) |
| Executes the routing process at the current time period. | |
| void | routing_close (int routingModel) |
| Closes down the routing analyzer. | |
Global runoff analyzer methods.
Global conveyance system routing methods.
| void routing_close | ( | int | routingModel | ) |
Closes down the routing analyzer.
| [in] | routingModel | Routing method code |
| void routing_execute | ( | int | routingModel, |
| double | routingStep | ||
| ) |
Executes the routing process at the current time period.
| [in] | routingModel | Routing method code |
| [in] | routingStep | Routing time step (sec) |
| double routing_getRoutingStep | ( | int | routingModel, |
| double | fixedStep | ||
| ) |
Determines time step used for flow routing at current time period.
| [in] | routingModel | Routing method code |
| [in] | fixedStep | User-supplied time step (sec) |
| int routing_open | ( | void | ) |
Initializes the routing analyzer.
| void runoff_close | ( | void | ) |
Closes the runoff analyzer.
| void runoff_execute | ( | void | ) |
Computes runoff for each subcatchment at the current runoff time.
| int runoff_open | ( | void | ) |
Opens the runoff analyzer.