ICatchmentLinearReservoirDataSetHortonInfiltration Method |
Set the paraneters for the Horton infiltration
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax void SetHortonInfiltration(
double minRate,
double maxRate,
double wetTimeConstant,
double dryTimeConstant
)
Sub SetHortonInfiltration (
minRate As Double,
maxRate As Double,
wetTimeConstant As Double,
dryTimeConstant As Double
)
void SetHortonInfiltration(
double minRate,
double maxRate,
double wetTimeConstant,
double dryTimeConstant
)
Parameters
- minRate
- Type: SystemDouble
Infiltration rate at start [m/s] - maxRate
- Type: SystemDouble
Infiltration rate at end [m/s] - wetTimeConstant
- Type: SystemDouble
Time constant for wet period (horton's exponent) [1/s] - dryTimeConstant
- Type: SystemDouble
Time constant for dry period (inverse Horton's equation) [1/s]
See Also