Re: Power Voltage curve using matpower

2015-02-09 Thread Natakorn Thasnas
Dear Ray, Regarding your previous email. Could you please explain more detail with example calculation how to get the values of critical power? Because I am new for continuation power flow. Best Regards, Natakorn Thasnas 2015-02-04 4:33 GMT+07:00 Ray Zimmerman r...@cornell.edu: Hi Arun,

Re: Transmission Cost Method Explanation

2015-02-09 Thread Ray Zimmerman
Please see FAQ #2 http://www.pserc.cornell.edu/matpower/#homework. The LMP from an OPF solution can be found in the LAM_P column of results.bus (see Table 6-1 in the User’s Manual http://www.pserc.cornell.edu/matpower/manual.pdf). MATPOWER does not implement any SQP solvers. Ray On Feb

Jacobian matrix of 5 bus system

2015-02-09 Thread Kanis
Hello, i have the following test case and i'm trying to find the Jacobian matrix of NR method using the /makeJac/ function of matpower and a code that i have implemented in matlab. However, the results between the two methods, which are attached below, are different and i think that my code

Re: Power Voltage curve using matpower

2015-02-09 Thread Abhyankar, Shrirang G.
If you run a continuation power flow in MATPOWER, runcpf(), with the option 'cpf_stop_at' set to NOSE then the CPF will terminate on reaching the nose point. runcpf() returns a mpc case struct that has details on the generation and loading at the critical point and the lambda (continuation

Re: Transmission Cost Method Explanation

2015-02-09 Thread Carleton Coffrin
Hi Rurizwan, fmincon is more general than SQP as it supports more general non-linear functions. Also, fmincon and an SQP solver likely implement very different algorithms. So in those senesces they are quite different. On the other hand, if my understanding of the underlying algorithms is

Re: Jacobian matrix of 5 bus system

2015-02-09 Thread Ray Zimmerman
It looks to me like your matrix simply uses a different ordering of the rows and columns. My ordering places all PV buses before PQ buses for the real power rows and voltage angle columns, since that’s the way the variables and mismatches are ordered in newtonpf(). Looks like you have the same

Re: Different kinds of loads on a bus

2015-02-09 Thread arun s nair
Hi Ray , Thanks for the reply. With Regards Nair On Fri, Feb 6, 2015 at 1:54 PM, Ray Zimmerman r...@cornell.edu wrote: Currently MATPOWER only handles constant power loads. You could technically model a constant impedance load as well by putting the appropriate values in the GS and BS

Re: Transmission Cost Method Explanation

2015-02-09 Thread Rurizwan Syahru Wibisana
is fmincon solver equal to SQP solver? On Mon, Feb 9, 2015 at 8:19 AM, Ray Zimmerman r...@cornell.edu wrote: Please see FAQ #2 http://www.pserc.cornell.edu/matpower/#homework. The LMP from an OPF solution can be found in the LAM_P column of results.bus (see Table 6-1 in the User’s Manual

Effect of loads in IEEE 39 bus system

2015-02-09 Thread arun s nair
Hi All I need to analyse the effect of different kinds of load models (like ZIP load model, composite load model, exponential load model etc ) in IEEE 39 bus system, its for my graduate research. Is it possible to do it Matpower, or is there any other way to do it? Your help will be greatly