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

버전 2.0.0.0 (2.34 KB) 작성자: Sergio Rivera
code to compute the B-coefficients (loss coefficiens using matpower)
다운로드 수: 572
업데이트 날짜: 2020/3/2

라이선스 보기

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

인용 양식

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.

MATLAB 릴리스 호환 정보
개발 환경: R2015a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Wind Power에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.0.0.0

na

1.0.0.0