mpc.branch(:, RATE_A)/mpc.baseMVA is the value used to limit the p.u. branch flow, whether it be p.u. current, p.u. real power or p.u. apparent power.
Ray > On May 24, 2016, at 8:18 PM, Zé Miguel <[email protected]> wrote: > > Hello, > > After adding the following line: mpopt = mpoption('opf.flow_lim', 'I'), the > values that I choose for the mpc.branch(:, RATE_A:RATE_C) are already current > values (in Ampere) or I need to transform them, for example: > > I want my branches to have a 220 A flow limit. Considering a basekV of 0,4: > > S = sqrt(3)*U*I = sqrt(3)*400*220 = 0,152 MVA > > That's the value that I need to compute in mpc.branch(:, RATE_A:RATE_C) ? > > Cheers, > Zé Miguel
