![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include "headers.h"#include "lid.h"Macros | |
| #define | _CRT_SECURE_NO_DEPRECATE |
Functions | |
| int | routing_open () |
| Initializes the routing analyzer. | |
| void | routing_close (int routingModel) |
| Closes down 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. | |
| #define _CRT_SECURE_NO_DEPRECATE |