CatchmentKinematicWaveLowFlow Property  | 
 
            Low flow limit for switching to dry period time step.
            The dry period time step will only be applied when
            the runoff from the rainfall is below the limit.
            Unit: [m3/s]
            Default: 0.0001
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double LowFlow { get; set; }Public Property LowFlow As Double
	Get
	Set
public:
virtual property double LowFlow {
	double get () sealed;
	void set (double value) sealed;
}Property Value
Type: 
DoubleImplements
ICatchmentKinematicWaveDataLowFlow
See Also