CatchmentLinearReservoirSetHortonInfiltration 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 public void SetHortonInfiltration(
double minRate,
double maxRate,
double wetTimeConstant,
double dryTimeConstant
)
Public Sub SetHortonInfiltration (
minRate As Double,
maxRate As Double,
wetTimeConstant As Double,
dryTimeConstant As Double
)
public:
virtual void SetHortonInfiltration(
double minRate,
double maxRate,
double wetTimeConstant,
double dryTimeConstant
) sealed
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]
Return Value
Type:
Errors and warnings that may occurs
Implements
ICatchmentLinearReservoirDataSetHortonInfiltration(Double, Double, Double, Double)See Also