Thanks a lot! 🙂 ________________________________ From: [email protected] <[email protected]> on behalf of Sabhan Kanata <[email protected]> Sent: 20 September 2019 11:44 To: [email protected] <[email protected]> Subject: Re: ORPF on the Case 118
This is an example for defining variables Hope you can be helped [PLOSS] = runpf(casename,AA) the reactive power source installation bus(5,6)=2*AA(55); bus(34,6)=2*AA(56); bus(37,6)=2*AA(57); bus(44,6)=2*AA(58); bus(45,6)=2*AA(59); bus(46,6)=2*AA(60); bus(48,6)=2*AA(61); bus(74,6)=2*AA(62); bus(79,6)=2*AA(63); bus(82,6)=2*AA(64); bus(83,6)=2*AA(65); bus(105,6)=2*AA(66); bus(107,6)=2*AA(67); bus(110,6)=2*AA(68); the transformer taps branch(8,9)=1+0.025*AA(69); branch(32,9)=1+0.025*AA(70); branch(36,9)=1+0.025*AA(71); branch(51,9)=1+0.025*AA(72); branch(93,9)=1+0.025*AA(73); branch(95,9)=1+0.025*AA(74); branch(102,9)=1+0.025*AA(75); branch(107,9)=1+0.025*AA(76); branch(127,9)=1+0.025*AA(77); Pada Jumat, 20 September 2019 07.30.54 WIB, [email protected] <[email protected]> menulis: Dear all, I am programming for the optimal reactive power flow problem based on the case 118. Can anybody please tell me how to find the information in detail to configure the transformer taps and the reactive power source installation? Thanks. Regards, Chixin
