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

Macros

#define _CRT_SECURE_NO_DEPRECATE
 

Functions

int runoff_open ()
 Opens the runoff analyzer.
 
void runoff_close ()
 Closes the runoff analyzer.
 
void runoff_execute ()
 Computes runoff for each subcatchment at the current runoff time.
 

Variables

char HasWetLids
 
double * OutflowLoad
 
float * SubcatchResults
 

Macro Definition Documentation

◆ _CRT_SECURE_NO_DEPRECATE

#define _CRT_SECURE_NO_DEPRECATE

Variable Documentation

◆ HasWetLids

char HasWetLids

◆ OutflowLoad

double* OutflowLoad

◆ SubcatchResults

float* SubcatchResults
extern