16#ifndef OPENSWMM_STREET_HPP
17#define OPENSWMM_STREET_HPP
Irregular transect cross-section geometry (HEC-2 style).
void buildTransect(const StreetParams &sp, transect::TransectData &td)
Build a transect from street parameters.
Definition Street.cpp:16
Definition Controls.cpp:24
double gutter_width
Depressed gutter width (ft)
Definition Street.hpp:31
double back_roughness
Backing Manning's n.
Definition Street.hpp:35
double slope
Transverse slope (fraction)
Definition Street.hpp:28
int sides
1=half street, 2=full street
Definition Street.hpp:32
double width
Distance curb to crown (ft)
Definition Street.hpp:26
double roughness
Manning's n (road surface)
Definition Street.hpp:29
double back_width
Backing width (ft)
Definition Street.hpp:33
double gutter_depression
Depressed gutter depth (ft)
Definition Street.hpp:30
double back_slope
Backing slope (fraction)
Definition Street.hpp:34
double curb_height
Curb elevation (ft)
Definition Street.hpp:27
Definition Transect.hpp:30