Click or drag to resize

CatchmentSurfaceDrainStorage Method

Drains water for the given storage (eg. 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 static double DrainStorage(
	ref double storage,
	ref double drainPotential
)

Parameters

storage
Type: SystemDouble
Current depth of the storage to be filled [m]
drainPotential
Type: SystemDouble
Potential drainage depth of the storage [m]

Return Value

Type: Double
Depth that was drained from the storage [m]
See Also