![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
#include <stdlib.h>#include <string.h>#include <math.h>#include <time.h>#include "headers.h"#include "lid.h"Macros | |
| #define | _CRT_SECURE_NO_DEPRECATE |
| #define | WRITE(x) (report_writeLine((x))) |
Functions | |
| void | writeSubcatchRunoff (void) |
| void | writeGroundwater (void) |
| void | writeSubcatchLoads (void) |
| void | writeNodeDepths (void) |
| void | writeNodeFlows (void) |
| void | writeNodeSurcharge (void) |
| void | writeNodeFlooding (void) |
| void | writeStorageVolumes (void) |
| void | writeOutfallLoads (void) |
| void | writeLinkFlows (void) |
| void | writeFlowClass (void) |
| void | writeLinkSurcharge (void) |
| void | writePumpFlows (void) |
| void | writeLinkLoads (void) |
| void | statsrpt_writeReport () |
| Reports simulation summary statistics. | |
Variables | |
| TSubcatchStats * | SubcatchStats |
| TNodeStats * | NodeStats |
| TLinkStats * | LinkStats |
| TStorageStats * | StorageStats |
| TOutfallStats * | OutfallStats |
| TPumpStats * | PumpStats |
| double | MaxOutfallFlow |
| double | MaxRunoffFlow |
| double | RoutingTimeSpan |
| double * | NodeInflow |
| double * | NodeOutflow |
| #define _CRT_SECURE_NO_DEPRECATE |
| #define WRITE | ( | x | ) | (report_writeLine((x))) |
| void writeFlowClass | ( | void | ) |
| void writeGroundwater | ( | void | ) |
| void writeLinkFlows | ( | void | ) |
| void writeLinkLoads | ( | void | ) |
| void writeLinkSurcharge | ( | void | ) |
| void writeNodeDepths | ( | void | ) |
| void writeNodeFlooding | ( | void | ) |
| void writeNodeFlows | ( | void | ) |
| void writeNodeSurcharge | ( | void | ) |
| void writeOutfallLoads | ( | void | ) |
| void writePumpFlows | ( | void | ) |
| void writeStorageVolumes | ( | void | ) |
| void writeSubcatchLoads | ( | void | ) |
| void writeSubcatchRunoff | ( | void | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |