-
Category : Software Engineering
Tags :
- Update : 2016-01-18
- Size : 6kb
- Downloaded :0次
- Author :mos****
- About :
Nobody
- PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
newton-raphson maylab COD with YBUS calculatour:
Build up admittance matrix
function [YR,YI] = YBus(tlsend,tlrec,tlresis,tlreac,tlsuscep,tlcond,shbus,shresis,shreac,ntl,nbb,nsh)
YR=zeros(nbb,nbb)
YI=zeros(nbb,nbb)
Transmission lines contribution
for kk = 1: ntl
ii = tlsend(kk)
jj = tlrec(kk)
denom = tlresis(kk)^2+tlreac(kk)^2
YR(ii,ii) = YR(ii,ii) + tlresis(kk)/denom + 0.5*tlcond(kk)
YI(ii,ii) = YI(ii,ii) - tlreac(kk)/denom + 0.5*tlsuscep(kk)
YR(ii,jj) = YR(ii,jj) - tlresis(kk)/denom
YI(ii,jj) = YI(ii,jj) + tlreac(kk)/denom
YR(jj,ii) = YR(jj,ii) - tlresis(kk)/denom
YI(jj,ii) = YI(jj,ii) + tlreac(kk)/denom
YR(jj,jj) = YR(jj,jj) + tlresis(kk)/denom + 0.5*tlcond(kk)
YI(jj,jj) = YI(jj,jj) - tlreac(kk)/denom + 0.5*tlsuscep(kk)
end
Shunt elements contribution
for kk = 1: nsh
ii = shbus(kk)
denom = shresis(kk)^2+shreac(kk)^2
YR(ii,ii) = YR(ii,ii) + shresis(kk)/denom
YI(ii,ii) = YI(ii,ii) - shreac(kk)/denom
end
End of function YBus
Packet file list
(Preview for download)
NewtoRaphson\CalculatedPowers.m
............\GeneratorsLimits.m
............\main.m
............\NetPowers.m
............\NewtonRaphson.m
............\NewtonRaphsonJacobian.m
............\PowerMismatches.m
............\PQflows.m
............\StateVariablesUpdates.m
............\YBus.m
Related instructions
- We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
- The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
- Please use Winrar for decompression tools
- If download fail, Try it againg or Feedback to us.
- If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
- Before downloading, you can inquire through the uploaded person information