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; }
Public Property NumberOfTimeStepIterations As Integer
Get
Set
public:
property int NumberOfTimeStepIterations {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also