LIDLayerSurfacegetSurfaceOutflowRate Method
Computes outflow rate [m/s], based on Mannings equation.
If routing is disabled, this returns zero.
Namespace: DHI.Mike1D.RainfallRunoffModule.LIDAssembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
public double getSurfaceOutflowRate(
double dt,
double width,
double area
)
- dt Double
- Time step in sconds
- width Double
- Width of all units (accumulated)
- area Double
- Area of all units (accumulated)
Double[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.LID.LIDLayerSurface.getSurfaceOutflowRate(System.Double,System.Double,System.Double)"]