LIDLayerSoilGetSoilPercRate Method |
Computes percolation rate of water through a LID's soil layer.
Namespace:
DHI.Mike1D.RainfallRunoffModule.LID
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double GetSoilPercRate(
double dt
)
Public Function GetSoilPercRate (
dt As Double
) As Double
public:
double GetSoilPercRate(
double dt
)
Parameters
- dt
- Type: SystemDouble
Time step in seconds
Return Value
Type:
DoublePercolation rate within soil layer (m/s)
See Also