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.RainfallRunoffModuleAssembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
double CalculateInfiltration(
double dt,
double netRainfallRate,
double depth
)
- dt Double
- Time step [s]
- netRainfallRate Double
- Current rainfall rate. [m/s]
- depth Double
- Current depth, depth available for infiltration. [m]
DoubleInfiltration rate [m/s]