TimeSteppingTimeStepIncreaseMax Property |
Maximum factor with which the time step can be increased. A value of 1.3 means
that the timestep can only increase with 30%. Decrease of time step is not
limited. Defaults to 2.
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 TimeStepIncreaseMax { get; set; }
Public Property TimeStepIncreaseMax As Double
Get
Set
public:
property double TimeStepIncreaseMax {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also