OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
SWMM Global Interfacing Functions

SWMM global interfacing functions. More...

Collaboration diagram for SWMM Global Interfacing Functions:

Modules

 Global Project Methods
 Global methods associated with a SWMM project.
 
 Global Input Reader Methods
 Global input reader methods.
 
 Global Report Writer Methods
 Global report writer methods.
 
 Global Temperature/Evaporation Methods
 Global temperature/evaporation methods.
 
 Global Rainfall Processing Methods
 Global rainfall processing methods.
 
 Global Snowmelt Processing Methods
 Global snowmelt processing methods.
 
 Global Runoff Analyzer Methods
 Global runoff analyzer methods.
 
 Global Output File Methods
 Global output file methods.
 
 Global Groundwater Methods
 Global groundwater methods.
 
 Global RDII Methods
 Global RDII methods.
 
 Global Land Use Methods
 Global RDII methods.
 
 Global Flow/Quality Routing Methods
 Global flow/quality routing methods.
 
 Global Treatment Methods
 Global treatment methods.
 
 Global Mass Balance Methods
 Global mass balance methods.
 
 Global Simulation Statistics Methods
 Global simulation statistics methods.
 
 Global Raingage Methods
 Global raingage methods.
 
 Global Subcatchments Methods
 Global subcatchment methods.
 
 Global Surface Pollutant Buildup/Washoff Methods
 Global surface pollutant buildup/washoff methods.
 
 Global Conveyance System Node Methods
 Global conveyance system node methods.
 
 Global Conveyance System Inflow Methods
 Global conveyance system inflow methods.
 
 Global Control Rule Methods
 Global control rules methods.
 
 Global Utility Methods
 Global utility methods.
 

Functions

int iface_readFileParams (char *tok[], int ntoks)
 
void iface_openRoutingFiles (void)
 
void iface_closeRoutingFiles (void)
 
int iface_getNumIfaceNodes (DateTime aDate)
 
int iface_getIfaceNode (int index)
 
double iface_getIfaceFlow (int index)
 
double iface_getIfaceQual (int index, int pollut)
 
void iface_saveOutletResults (DateTime reportDate, FILE *file)
 

Detailed Description

SWMM global interfacing functions.

Function Documentation

◆ iface_closeRoutingFiles()

void iface_closeRoutingFiles ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ iface_getIfaceFlow()

double iface_getIfaceFlow ( int  index)

◆ iface_getIfaceNode()

int iface_getIfaceNode ( int  index)

◆ iface_getIfaceQual()

double iface_getIfaceQual ( int  index,
int  pollut 
)

◆ iface_getNumIfaceNodes()

int iface_getNumIfaceNodes ( DateTime  aDate)

◆ iface_openRoutingFiles()

void iface_openRoutingFiles ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ iface_readFileParams()

int iface_readFileParams ( char *  tok[],
int  ntoks 
)
Here is the call graph for this function:

◆ iface_saveOutletResults()

void iface_saveOutletResults ( DateTime  reportDate,
FILE *  file 
)
Here is the call graph for this function:
Here is the caller graph for this function: