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

Macros

#define _CRT_SECURE_NO_DEPRECATE
 

Functions

void flowrout_init (int routingModel)
 Initializes flow routing system.
 
void flowrout_close (int routingModel)
 Closes down flow routing system.
 
double flowrout_getRoutingStep (int routingModel, double fixedStep)
 Finds variable time step for dynamic wave routing.
 
int flowrout_execute (int links[], int routingModel, double tStep)
 Routes flow through conveyance network over current time step.
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE