Hello Soklen,

Do the following:

1.  Build your IEEE-33 bus in Matpower format.
2. Model your DG in the desired system bus.
3. You may do the following:

mpc.bus(:, VMAX) = 1.05;
mpc.bus(:, VMIN) = 0.95;
opt = mpoption;
opf.softlims.default =1;
opt.opf.flow_lim = 'P';
opt.out.all = 1;
[results_original, success_original] = runpf(mpc, opt);
[results, success] = runopf(mpc, opt);

On Mon, Jan 20, 2020 at 6:37 AM Soklen Sim <[email protected]> wrote:

> Dear Sir,
> Hello, can you tell me how to implement on IEEE-33 bus reconfiguration
> with renewable energy DG, and how to set voltage or current constraint with
> this matpower?
>
> regards,
>
> On Sat, Jan 18, 2020 at 1:28 AM Ray Daniel Zimmerman <[email protected]>
> wrote:
>
>> First, please post your question only once.
>> Second, please use a new subject line when posting a new question.
>>
>> Now to your question, have you looked at the MATPOWER Optimal Scheduling
>> Tool (MOST)? If so, please feel free to ask any specific questions you have
>> about how to use it. If not, I suggest you become familiar with the MOST
>> User’s Manual <https://matpower.org/docs/MOST-manual-1.0.2.pdf> and
>> especially the tutorial examples in Chapter 7.
>>
>> Best regards,
>>
>>    Ray
>>
>>
>>
>> On Jan 15, 2020, at 5:28 AM, sebaa haddi <[email protected]> wrote:
>>
>> Dear Yang H Y,
>> I need more code in Matlab about SUC or Unit commitment and  optimal
>> power flow
>> I thank you very much
>>
>>
>>

-- 
Tochi Nwachukwu
I will make it, By His grace

Reply via email to