Power Systems Loss Coefficients (by Arango, Urrego, Rivera)

code to compute the B-coefficients (loss coefficiens using matpower)
574 descargas
Actualizado 2 mar 2020

Ver licencia

AUTHORS: Dario Arango, Ricardo Urrego, Sergio Rivera

% Kron Coefficents (loss coefficients) for power systems using matpower (please note that matpower must be in you path)
% Code developed to calculate the kron coefficents (in order to get later robust
% loss coefficients) mentioned in the following paper
% 'Robust Loss Coefficients: Application to Power Systems with Solar and Wind Energy'
% by Dario Arango, Ricardo Urrego, Sergio Rivera (srriverar@unal.edu.co)
% in International Journal of Power and Energy Conversion
%
% [B B0 B00 PL PLV]=kron(caso)
%
% caso must have consecutive bus numbering (i.e. internal bus numbering)
%
% LOSSES = (Pgen'*(B)*Pgen +B0*Pgen+B00)*Sb;
%
% Example:
% [B B0 B00 PL PLV]=KronCoeff(case30)
%
% results=runpf('case30');
% Sb=results.baseMVA;
% Pgen=results.gen(:,2)/Sb;
%
% LOSSES_KronCoefficients = (Pgen'*(B)*Pgen +B0*Pgen+B00)*Sb % It
% %must be equal to PL
%
% LOSSES_PowerFlow=sum(results.branch(:,14)+results.branch(:,16))
% %It mus be equal to PLV
%
% If you use the code please you can cite the paper in the following way:
% Arango, D.; Urrego, R.; Rivera, S. (in press). Robust Loss Coefficients:
% Application to Power Systems with Solar and Wind Energy. International
% Journal of Power and Energy Conversion. 2017

Citar como

Dario Arango, Ricardo Urrego, Sergio Rivera (2020). Kron Loss Coefficients for Power Systems (https://www.mathworks.com/matlabcentral/fileexchange/60703), MATLAB Central File Exchange. Retrieved March 2, 2020.

Compatibilidad con la versión de MATLAB
Se creó con R2015a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Wind Power en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
2.0.0.0

na

1.0.0.0