CatchmentSurfaceFillStorage Method

Fills a specific storage with a giving amount of inflow (rain). This procedure will update the amount of inflow not added to the storage, and returns the new depth of the storage.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static double FillStorage(
	ref double netInflow,
	double storage,
	double storageCapacity
)

Parameters

netInflow  Double
Net inflow, rain or similar [m]. Output is part that was not added due to storageCapacity limitation.
storage  Double
Current depth of the storage to be filled [m]
storageCapacity  Double
Capacity of the storage to be filled [m]

Return Value

Double
New storage depth

See Also