Click or drag to resize

ICatchmentInfiltrationCalculator Interface

Common interface for calculating infiltration

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface ICatchmentInfiltrationCalculator

The ICatchmentInfiltrationCalculator type exposes the following members.

Methods
  NameDescription
Public methodCalculateInfiltration
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.
Top
See Also