Display and Get function name the same as the matlab built-in ones

2012-09-30 Thread Evangelos Galinas
ional? I think in general is a good suggestion for having in the next version. In any case thanks for the help and your time and many many thanks for distributing this great tool. Best Regards, Evangelos Galinas, MSc student TUDelft

OPF questions

2012-09-30 Thread Evangelos Galinas
tween the 2 colums (e.g. Pg and Pmax) after every run? Alternatively, maybe you have a more efficient way to do that? Best Regards, Evangelos Galinas, MSc student TUDelft

RE: OPF questions

2012-10-01 Thread Evangelos Galinas
:20:50 -0400 To: matpower-l@list.cornell.edu On Sep 30, 2012, at 3:06 PM, Evangelos Galinas wrote:1st: Is there a way to tell to the opf function to disregard the power limits of Generators (min/max) or the branch flow limits? Or I have to change the limits myself accrdingly in the system struct

RE: Line loading

2012-10-01 Thread Evangelos Galinas
Hallo Basem, I guess, except if it's already somewhere else calculated, you can just grab the abs(mpc.branch(:,14)) (power injected at one end)and divide by the mpc.branch(:,6) (rating A). I Fot the losses just calculate the current and multiply it by the losses and save it at some vector chee

opf issue while cahnging the Pmin of gens

2012-10-01 Thread Evangelos Galinas
Dear all, I have the following issue when I'm implementing an OPF I would like to ask if anyone has experienced ever something similar. Well, I want to check feasibility for constrained and unconstrained OPF's. When I have only the max limits of Gens on, the opf solves and the same happens when

assigning linear gencosts

2012-10-01 Thread Evangelos Galinas
Hallo all, Could please someone confirm that assigning piecewise linear generating costs (in my case just linear) like below is wrong? mpc.gencost(1,1)=1% piecewisempc.gencost(1,4)=2%2 data pointsmpc.gencost(1,5)=0% 1st point 0,0mpc.gencost(1,6)=0 mpc.gencost(1,7)=1% 2nd point 1,

RE: assigning linear gencosts

2012-10-02 Thread Evangelos Galinas
Dear all, is there a way to make the suc value return 1 only and only if no violation of any constraint occurs? Thanks in advance, Evangelos

RE: opf issue while cahnging the Pmin of gens

2012-10-03 Thread Evangelos Galinas
rnell.edu I'm not sure I understand what you are changing between the feasible case and the infeasible one. But if it is infeasible, then it will not solve successfully, and any results (generation levels, line flows, etc.) are meaningless. Ray On Oct 1, 2012, at 8:10 PM, Evangelos Ga

adding user defined costs + changing obj function

2012-10-15 Thread Evangelos Galinas
Dear all, I would like if possible some feedback on whether I'm following a correct approach towards changing the dc-opf objective function. Well, the idea is that I want to include except of the operational costs of the DC-OPF, curtailment costs for my 3 wind units, penalty costs for infeasibi

RE: adding user defined costs + changing obj function

2012-11-23 Thread Evangelos Galinas
Hello again, and sorry for taking so long to reply. From: r...@cornell.edu Subject: Re: adding user defined costs + changing obj function Date: Tue, 16 Oct 2012 13:10:03 -0400 To: matpower-l@list.cornell.edu On Oct 15, 2012, at 1:01 PM, Evangelos Galinas wrote: If I had understood correctly

pu impedance

2012-12-05 Thread Evangelos Galinas
Dear all, just a question to clear something out. All the pu branch impedances refer to the system Sb and not to the specific branch's power, right? Thanks a lot, Vagelis

RE: Disregard the branch constraints

2012-12-06 Thread Evangelos Galinas
et the MVA limit to 0 in > "branches". I remember such an if/case in the code, but I am not sure > if this is about the constraint. > > Best regards, > > Panagis Vovos > > On 5 December 2012 20:52, Evangelos Galinas wrote: > > Dear all, > > >

How to add user defined constraints

2013-01-31 Thread Evangelos Galinas
Dear Ray, while trying to find a way to add a user defined constraint I came across this example posted by you a couple years ago: What I want to do is to create an equality constraint that will allow only above a limit of operation of certain units. In fact, I have 14 gens of which 11 are conve