![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Classes | |
| union | TInfil |
Macros | |
| #define | _CRT_SECURE_NO_DEPRECATE |
Typedefs | |
| typedef union TInfil | TInfil |
Functions | |
| void | infil_create (int n) |
| void | infil_delete () |
| int | infil_readParams (int m, char *tok[], int ntoks) |
| void | infil_initState (int j) |
| void | infil_getState (int j, double x[]) |
| void | infil_setState (int j, double x[]) |
| void | infil_setInfilFactor (int j) |
| double | infil_getInfil (int j, double tstep, double rainfall, double runon, double depth) |
| void | grnampt_getParams (int j, double p[]) |
| int | grnampt_setParams (TGrnAmpt *infil, double p[]) |
| void | grnampt_initState (TGrnAmpt *infil) |
| double | grnampt_getInfil (TGrnAmpt *infil, double tstep, double irate, double depth, int modelType) |
Variables | |
| TInfil * | Infil |
| #define _CRT_SECURE_NO_DEPRECATE |
| double grnampt_getInfil | ( | TGrnAmpt * | infil, |
| double | tstep, | ||
| double | irate, | ||
| double | depth, | ||
| int | modelType | ||
| ) |
| void grnampt_getParams | ( | int | j, |
| double | p[] | ||
| ) |
| void grnampt_initState | ( | TGrnAmpt * | infil | ) |
| int grnampt_setParams | ( | TGrnAmpt * | infil, |
| double | p[] | ||
| ) |
| void infil_create | ( | int | n | ) |
| void infil_delete | ( | void | ) |
| double infil_getInfil | ( | int | j, |
| double | tstep, | ||
| double | rainfall, | ||
| double | runon, | ||
| double | depth | ||
| ) |
| void infil_getState | ( | int | j, |
| double | x[] | ||
| ) |
| void infil_initState | ( | int | j | ) |
| int infil_readParams | ( | int | m, |
| char * | tok[], | ||
| int | ntoks | ||
| ) |
| void infil_setInfilFactor | ( | int | j | ) |
| void infil_setState | ( | int | j, |
| double | x[] | ||
| ) |
| TInfil* Infil |