ICatchmentInfiltrationCalculatorCalculateInfiltration Method |
Take a Horton Timestep, returning the Infiltration Depth of the time step.
If depth and netRainfallRate is zero, a dry mode time step is performed,
otherwise if any of those is larger than zero, a wet mode time step is performed.
The
depth is also used as depth available for infiltration
i.e. the returned infiltration depth may be limited by this parameter.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax double CalculateInfiltration(
double dt,
double netRainfallRate,
double depth
)
Function CalculateInfiltration (
dt As Double,
netRainfallRate As Double,
depth As Double
) As Double
double CalculateInfiltration(
double dt,
double netRainfallRate,
double depth
)
Parameters
- dt
- Type: SystemDouble
Time step [s] - netRainfallRate
- Type: SystemDouble
Current rainfall rate. [m/s] - depth
- Type: SystemDouble
Current depth, depth available for infiltration. [m]
Return Value
Type:
DoubleInfiltration rate [m/s]
See Also