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

#include <XSectBatch.hpp>

Collaboration diagram for openswmm::XSectParams:

Public Attributes

int type = 0
 
int culvert_code = 0
 
int transect = -1
 
double y_full = 0.0
 Full depth (ft)
 
double w_max = 0.0
 Width at widest point (ft)
 
double yw_max = 0.0
 Depth at widest point (ft)
 
double a_full = 0.0
 Area when full (ft2)
 
double r_full = 0.0
 Hydraulic radius when full (ft)
 
double s_full = 0.0
 Section factor when full (ft^4/3)
 
double s_max = 0.0
 Section factor at max flow (ft^4/3)
 
double y_bot = 0.0
 Depth of bottom section / fill depth.
 
double a_bot = 0.0
 Area of bottom section.
 
double s_bot = 0.0
 Slope of bottom section / exponent.
 
double r_bot = 0.0
 Radius of bottom section / coefficient.
 

Member Data Documentation

◆ a_bot

double openswmm::XSectParams::a_bot = 0.0

Area of bottom section.

◆ a_full

double openswmm::XSectParams::a_full = 0.0

Area when full (ft2)

◆ culvert_code

int openswmm::XSectParams::culvert_code = 0

◆ r_bot

double openswmm::XSectParams::r_bot = 0.0

Radius of bottom section / coefficient.

◆ r_full

double openswmm::XSectParams::r_full = 0.0

Hydraulic radius when full (ft)

◆ s_bot

double openswmm::XSectParams::s_bot = 0.0

Slope of bottom section / exponent.

◆ s_full

double openswmm::XSectParams::s_full = 0.0

Section factor when full (ft^4/3)

◆ s_max

double openswmm::XSectParams::s_max = 0.0

Section factor at max flow (ft^4/3)

◆ transect

int openswmm::XSectParams::transect = -1

◆ type

int openswmm::XSectParams::type = 0

◆ w_max

double openswmm::XSectParams::w_max = 0.0

Width at widest point (ft)

◆ y_bot

double openswmm::XSectParams::y_bot = 0.0

Depth of bottom section / fill depth.

◆ y_full

double openswmm::XSectParams::y_full = 0.0

Full depth (ft)

◆ yw_max

double openswmm::XSectParams::yw_max = 0.0

Depth at widest point (ft)


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