river_shape_type Struct Reference

Data Structure of a River Shape. More...

#include <pihm.h>


Data Fields

int index
 River Shape Type Number.
realtype width
realtype depth
realtype bed
int interpOrd
realtype coeff


Detailed Description

Data Structure of a River Shape.

Definition at line 206 of file pihm.h.


Field Documentation

int river_shape_type::index

River Shape Type Number.

River Shape Type Number

Definition at line 210 of file pihm.h.

realtype river_shape_type::width

assume rectangular shape

Definition at line 212 of file pihm.h.

realtype river_shape_type::depth

depth

Definition at line 213 of file pihm.h.

realtype river_shape_type::bed

bed elevation

Definition at line 214 of file pihm.h.

int river_shape_type::interpOrd

Interpolation order for river shape: Order= 1 (rectangle), 2(triangle), 3(quadratic) and 4(cubic)

Definition at line 215 of file pihm.h.

Referenced by printRiverFlow(), and printRiverFlowcdf().

realtype river_shape_type::coeff

Coefficient c in D = c*B/2

Definition at line 217 of file pihm.h.

Referenced by printRiverFlow(), and printRiverFlowcdf().


The documentation for this struct was generated from the following file:
Generated on Thu Jul 12 14:34:20 2007 for PIHM by  doxygen 1.5.2