You are on page 1of 1

The routine has 8 files, to perform algebraic-differential solution used to

evaluate transient stability of power systems. It is applied to a 5-bus system.


The files are sorted in alphabetic order:

a_TSP.m is the main file. It has a routine to configure system and


simulation parameters, to perform load flow solution and initialize states,
and finally to perform the alternate solution between the algebraic non-
linear system and the integration of the states, which requires an
extrapolation of the values for the Euler-rule;
b_DEF.m is the script that defines the structure of the variables;
c_ZBF.m is used to Zbus formation;
d_YBF.m is then used to Ybus formation;
e_BCV.m is a routine to perform computation of the grid expantion
matrices and current injection in the nodes;
f_PLF.m is a routine to perform the power flow solution;
g_RLF1.m is a routine for the first power flow solution (before
dynamical simulation starts); and
h_LFF.m is a routine to compute power flow solution during 3-phase
faults.
The file PLT.mat is the solution of the simulation using a commercial
software, for comparison.

Details of the used equations are in the article e-Article.pdf. If it helps you to
publish, please cite us. If there is any correction or improvement that you make
in the routine, please let us know email us at jonas.pesente@hotmail.com

You might also like