From GridLAB-D Wiki
Jump to: navigation, search

default_etp_iterations - Determine the maximum number of iterations used by the ETP solver.

Synopsis

module residential {
  default_etp_iterations 100;
}

Remarks

The ETP solver sometimes must iterate using Newton's method to determine the time to the next state change. The default_etp_iterations specifies the maximum number of iterations permitted before the method reports a failure to converge.

See also