![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <stdio.h>#include <string.h>#include <stdlib.h>#include "headers.h"#include "odesolve.h"Macros | |
| #define | _CRT_SECURE_NO_DEPRECATE |
Functions | |
| int | runoff_open () |
| Opens the runoff analyzer. | |
| void | runoff_close () |
| Closes the runoff analyzer. | |
| void | runoff_execute () |
| Computes runoff for each subcatchment at the current runoff time. | |
Variables | |
| char | HasWetLids |
| double * | OutflowLoad |
| float * | SubcatchResults |
| #define _CRT_SECURE_NO_DEPRECATE |
| char HasWetLids |
| double* OutflowLoad |
|
extern |