Click or drag to resize

CatchmentUHMGetSUHStandardDimensionlessHydrograph Method

Snyder Unit Hydrograph as described in reference: "Applied hydrology" ven Te Chow et al. (McGraw Hill) pp. 224-228

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static List<CatchmentUHMDimensionlessHydrographPoint> GetSUHStandardDimensionlessHydrograph(
	ref double actualLagTime,
	double actualPeakingCoefficient,
	double timestepSeconds
)

Parameters

actualLagTime
Type: SystemDouble

[Missing <param name="actualLagTime"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentUHM.GetSUHStandardDimensionlessHydrograph(System.Double@,System.Double,System.Double)"]

actualPeakingCoefficient
Type: SystemDouble

[Missing <param name="actualPeakingCoefficient"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentUHM.GetSUHStandardDimensionlessHydrograph(System.Double@,System.Double,System.Double)"]

timestepSeconds
Type: SystemDouble

[Missing <param name="timestepSeconds"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentUHM.GetSUHStandardDimensionlessHydrograph(System.Double@,System.Double,System.Double)"]

Return Value

Type: ListCatchmentUHMDimensionlessHydrographPoint

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentUHM.GetSUHStandardDimensionlessHydrograph(System.Double@,System.Double,System.Double)"]

See Also