TimeSteppingPumpAccDecVarDtRel Property |
When a pump is accelerating or decelerating, this factor defines
the maximum time step accepted by the pump.
A value of zero specifies that the DtMin time step will be used,
and a value of one specifies that the DtMax time step is acceptable.
Default value is zero, meaning that when pumps are accelerating or decelerating,
the simulation will run with DtMin.
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double PumpAccDecVarDtRel { get; set; }
Public Property PumpAccDecVarDtRel As Double
Get
Set
public:
property double PumpAccDecVarDtRel {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also