Click or drag to resize

TimeSteppingAdaptiveSafeFactor Property

When evaluating the optimal time step size for the next time step, this factor is multiplied on the estimated optimal time step.

1.0 is not optimal, because then too many time steps fail. Tests has indicated values between 0.95 and 0.99 to be optimal for M11 type setups and between 0.8 and 0.9 for MU type setups.

Default value is 0.9

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 AdaptiveSafeFactor { get; set; }

Property Value

Type: Double
See Also