OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
routing.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "headers.h"
#include "lid.h"
Include dependency graph for routing.c:

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.
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE