32#ifndef OPENSWMM_STREET_HPP
33#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:32
Definition NodeCoupling.cpp:16
double gutter_width
Depressed gutter width (ft)
Definition Street.hpp:47
double back_roughness
Backing Manning's n.
Definition Street.hpp:51
double slope
Transverse slope (fraction)
Definition Street.hpp:44
int sides
1=half street, 2=full street
Definition Street.hpp:48
double width
Distance curb to crown (ft)
Definition Street.hpp:42
double roughness
Manning's n (road surface)
Definition Street.hpp:45
double back_width
Backing width (ft)
Definition Street.hpp:49
double gutter_depression
Depressed gutter depth (ft)
Definition Street.hpp:46
double back_slope
Backing slope (fraction)
Definition Street.hpp:50
double curb_height
Curb elevation (ft)
Definition Street.hpp:43
Definition Transect.hpp:50