LIDLayerSurfacegetSurfaceOutflowRate Method |
Computes outflow rate [m/s], based on Mannings equation.
If routing is disabled, this returns zero.
Namespace:
DHI.Mike1D.RainfallRunoffModule.LID
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public double getSurfaceOutflowRate(
double dt,
double width,
double area
)
Parameters
- dt
- Type: SystemDouble
Time step in sconds - width
- Type: SystemDouble
Width of all units (accumulated) - area
- Type: SystemDouble
Area of all units (accumulated)
Return Value
Type:
DoubleSee Also