CatchmentUHMAccumulatedRain Property |
Accumulated rain since start of simulation. Used for loss calculations.
State variable.
Unit: [m]
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double AccumulatedRain { get; set; }
Public Property AccumulatedRain As Double
Get
Set
public:
property double AccumulatedRain {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also