Click or drag to resize

HortonTakeTimeStep Method

Take a Horton Timestep, returning the Infiltration Depth of the time step.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public double TakeTimeStep(
	double dt,
	double maxAvailableDepth
)

Parameters

dt
Type: SystemDouble
Time step
maxAvailableDepth
Type: SystemDouble
Depth available for infiltration. For integrated Horton, the infiltration depth is limited by this parameter. Set to negative to disable. Not used for Standard Horton.

Return Value

Type: Double
For Standard Horton: the potential infiltration For integrated Horton: the actual infiltration
See Also