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

#include <Street.hpp>

Collaboration diagram for openswmm::street::StreetParams:

Public Attributes

double width = 0.0
 Distance curb to crown (ft)
 
double curb_height = 0.0
 Curb elevation (ft)
 
double slope = 0.0
 Transverse slope (fraction)
 
double roughness = 0.013
 Manning's n (road surface)
 
double gutter_depression = 0.0
 Depressed gutter depth (ft)
 
double gutter_width = 0.0
 Depressed gutter width (ft)
 
int sides = 2
 1=half street, 2=full street
 
double back_width = 0.0
 Backing width (ft)
 
double back_slope = 0.0
 Backing slope (fraction)
 
double back_roughness = 0.0
 Backing Manning's n.
 

Member Data Documentation

◆ back_roughness

double openswmm::street::StreetParams::back_roughness = 0.0

Backing Manning's n.

◆ back_slope

double openswmm::street::StreetParams::back_slope = 0.0

Backing slope (fraction)

◆ back_width

double openswmm::street::StreetParams::back_width = 0.0

Backing width (ft)

◆ curb_height

double openswmm::street::StreetParams::curb_height = 0.0

Curb elevation (ft)

◆ gutter_depression

double openswmm::street::StreetParams::gutter_depression = 0.0

Depressed gutter depth (ft)

◆ gutter_width

double openswmm::street::StreetParams::gutter_width = 0.0

Depressed gutter width (ft)

◆ roughness

double openswmm::street::StreetParams::roughness = 0.013

Manning's n (road surface)

◆ sides

int openswmm::street::StreetParams::sides = 2

1=half street, 2=full street

◆ slope

double openswmm::street::StreetParams::slope = 0.0

Transverse slope (fraction)

◆ width

double openswmm::street::StreetParams::width = 0.0

Distance curb to crown (ft)


The documentation for this struct was generated from the following file: