I am here done the MATLAB programming for Load flow analysis by using Gauss Seidel method without Q - Limit Violation.
PSS LAB | POWER SYSTEM SIMULATION
--------------------------------------------------
Software used : MATLAB 2016a
*( for these simulation versions are not a barrier modelling only need specific version)
----------------------------------
Sorry guys i missed " vacc " if you need please replace these lines after " vn(i) = ....."
vacc(i)=vo(i)+a*(vn(i)-vo(i));
end
for i=1:nob
fprintf('\nVoltage %d new =',i);
disp(vn(i));
fprintf('\nVoltage %d acc =',i);
disp(vacc(i));
end
You can see it clearly this blog website I have given below
---------------------------------------------------
I Have added the theoretical calculation and coding in this like below you can use it also
Website:[ Ссылка ]
---------------------------------------------------
Blog : www.simplesimulator.blogspot.com
Comment below if you have any queries
Ещё видео!