Click or drag to resize

SolverSettingsNumberOfTimeStepIterations Property

The network engine iterates on each time step to solve the equation system with coefficients dependent on qauntities evaluated betweeen time step n and time step n+1. NumberOfTimeStepIterations limits the number of iterations that may be performed. A value of zero means that no iteration takes place, first values at time n+1 is used. Default: 1 Historically: M11 default 1, MU default 0 (no iteration)

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public int NumberOfTimeStepIterations { get; set; }

Property Value

Type: Int32
See Also