LIDLayerDrainMatGetDrainMatOutflow Method

Drainage material outflow [m/s]

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule.LID
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public double GetDrainMatOutflow(
	double soilPerc,
	double width,
	double area
)

Parameters

soilPerc  Double
Percolation, infiltration from soil to storage [m/s]
width  Double
Width of all units (accumulated)
area  Double
Area of all units (accumulated)

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.LID.LIDLayerDrainMat.GetDrainMatOutflow(System.Double,System.Double,System.Double)"]

See Also