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)
Syntaxpublic static double DrainStorage(
	ref double storage,
	ref double drainPotential
)
Public Shared Function DrainStorage ( 
	ByRef storage As Double,
	ByRef drainPotential As Double
) As Double
public:
static double DrainStorage(
	double% storage, 
	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: 
DoubleDepth that was drained from the storage [m]
See Also