Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Page Content

Table of Contents
class
maxLevel3
minLevel1maxLevel3
include
outlinefalse
indent
excludePage Content
typelist
printablefalse
class

The settings in this tab are used to configure the simulation time-step, required parameters and execution for power-flow calculation, and parameters for dynamic simulation solver.  For every configuration changed, click Apply before proceeding.

...

Initialization method

There are three initialization options available for power-flow calculation in the drop-down menu.

  • From input data: The values specified in the network input data file are used.

  • Flat Start: The power-flow routine assumes the initial voltage magnitude of all PQ buses to be 1 p.u. and initial voltage angle of all buses to be 0 degrees.

  • Smart Start: A linear approximation of the power-flow equations is solved beforehand to provide a good initial guess to the Newton-Raphson method.

Image RemovedImage Added

Power mismatch (max p.u.)

Termination condition based on the tolerance of the mismatch equations (default 1E-8).

The algorithm terminates if the norm of the mismatch equation becomes smaller than the specified tolerance.

Max number of NR iterations

Maximum number of iterations allowed for Newton-Raphson to converge (default 100).

If the algorithm does not converge once this limit is reached, ePHASORSIM stops and the error message “Power-flow didn’t converge” is displayed.

Execute

Runs the power flow calculation.

Execute and export report

Runs the power flow and also writes the results into following output files in a folder with name follows the format: '[XLS file name].PowerFlow'.

  • 0_NetworkComposition.csvNumber of different components in the network (buses, machines, loads, etc).

  • 1_Bus.csv Bus types, base voltage, voltage magnitude, and angle.

  • 2_Machine.csvMachine PQ and Q limits.

  • 3_Statistics.csv: Number of NR iterations done and largest power mismatch.

...