OpenSWMM Engine  6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
Loading...
Searching...
No Matches
openswmm::transect Namespace Reference

Classes

struct  TransectData
 

Functions

void buildTables (TransectData &td)
 Build tabulated geometry from station-elevation data.
 

Variables

constexpr int N_TRANSECT_TBL = 51
 

Function Documentation

◆ buildTables()

void openswmm::transect::buildTables ( TransectData td)

Build tabulated geometry from station-elevation data.

Computes area, hydraulic radius, and width at each of N_TRANSECT_TBL equal depth increments from thalweg to maximum depth, then normalizes.

Parameters
td[in/out] TransectData with stations/elevations filled. On output, tables and full-depth properties are set.
Here is the caller graph for this function:

Variable Documentation

◆ N_TRANSECT_TBL

constexpr int openswmm::transect::N_TRANSECT_TBL = 51
constexpr