Re: Effect of loads in IEEE 39 bus system

2015-02-24 Thread arun s nair
Hi Shri,

Sorry for not stating my problem clearly.

I need to implement ZIP load model in matpower to evaluate it's effect,
instead of constant power load in runcpf.

P = P0[ a1 (v/v0)2 + a2(v/v0) + a3 ]
Vo is the rated voltage of the device, and Po and Qo is the power consumed
at rated voltage.

This is the equation I need to implement. I tried understanding the runcpf
code, But I couldn't make out where to make those changes.

Is it possible to tell where to make those changes or the name of the
matlab file used for this?

Thanking you and With Regards,

Arun Nair




On Mon, Feb 23, 2015 at 7:46 AM, Abhyankar, Shrirang G. abhy...@mcs.anl.gov
 wrote:

  Arun,
   Please help us to understand the meaning of stuck by providing
 relevant details of (a) equations you are trying to implement (b) what have
 you attempted till now c) code snippets (d) errors/warnings.

  Shri
  From: arun s nair arunsnair...@gmail.com
 Reply-To: MATPOWER discussion forum matpowe...@list.cornell.edu
 Date: Sat, 21 Feb 2015 18:10:11 -0700
 To: MATPOWER discussion forum matpowe...@list.cornell.edu
 Subject: Effect of loads in IEEE 39 bus system

  Hi All,

  I am trying to implement the different load models((like ZIP load model,
 composite load model, exponential load model etc ) in matpower to analyse
 it's effect on the load  buses in an IEEE 39 bus system (using cpf ). But
 now I am stuck as to how to implement it in matpower.

  Can anyone please give me some guidelines as to how I should proceed so
 to get it implemented. Your help will be greatly appreciated, its for my
 graduate research.

  Thanking you and With Regards,

  Arun Nair




Re: Effect of loads in IEEE 39 bus system

2015-02-23 Thread Abhyankar, Shrirang G.
Arun,
  Please help us to understand the meaning of stuck by providing relevant 
details of (a) equations you are trying to implement (b) what have you 
attempted till now c) code snippets (d) errors/warnings.

Shri
From: arun s nair arunsnair...@gmail.commailto:arunsnair...@gmail.com
Reply-To: MATPOWER discussion forum 
matpowe...@list.cornell.edumailto:matpowe...@list.cornell.edu
Date: Sat, 21 Feb 2015 18:10:11 -0700
To: MATPOWER discussion forum 
matpowe...@list.cornell.edumailto:matpowe...@list.cornell.edu
Subject: Effect of loads in IEEE 39 bus system

Hi All,

I am trying to implement the different load models((like ZIP load model, 
composite load model, exponential load model etc ) in matpower to analyse it's 
effect on the load  buses in an IEEE 39 bus system (using cpf ). But now I am 
stuck as to how to implement it in matpower.

Can anyone please give me some guidelines as to how I should proceed so to get 
it implemented. Your help will be greatly appreciated, its for my graduate 
research.

Thanking you and With Regards,

Arun Nair


Re: Effect of loads in IEEE 39 bus system

2015-02-10 Thread arun s nair
HI Shri,

Thanks for the reply. It's good to know that it's possible to do it using
Matpower.

I will try to model loads.

Thanking  With Regards

Nair

On Tue, Feb 10, 2015 at 2:12 PM, Abhyankar, Shrirang G. abhy...@mcs.anl.gov
 wrote:

  MATPOWER models loads as constant real and reactive power injections.
 So, you'll have to implement all the load models. But, I don't think it
 would be overtly difficult if you explore how MATPOWER works a little bit.

  Shri

   From: arun s nair arunsnair...@gmail.com
 Reply-To: MATPOWER discussion forum matpowe...@list.cornell.edu
 Date: Tue, 10 Feb 2015 10:16:21 -0600
 To: MATPOWER discussion forum matpowe...@list.cornell.edu
 Subject: Re: Effect of loads in IEEE 39 bus system

  Hi Shri,

  I want to analyse the effect of these load models on the power-voltage
 curves of buses. It's effect on the critical voltage and power, is it
 possible to do it using Matpower?

  If you have any suggestions please let me know, it will be of great help.

  Regards

  Nair

 On Tue, Feb 10, 2015 at 12:19 AM, Abhyankar, Shrirang G. 
 abhy...@mcs.anl.gov wrote:

  What sort of analysis do you want to run? Such load models are
 typically used in system dynamics studies, not for steady-state analysis.
 If you want to do dynamics assessment, then MATPOWER is not the tool for
 you as it is a steady-state analysis tool.

  Shri
  From: arun s nair arunsnair...@gmail.com
 Reply-To: MATPOWER discussion forum matpowe...@list.cornell.edu
 Date: Mon, 9 Feb 2015 22:10:19 -0700
 To: MATPOWER discussion forum matpowe...@list.cornell.edu
 Subject: Effect of loads in IEEE 39 bus system

  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 appreciated.

  Thanks  Regards

  Nair






Re: Effect of loads in IEEE 39 bus system

2015-02-10 Thread arun s nair
Hi Shri,

I want to analyse the effect of these load models on the power-voltage
curves of buses. It's effect on the critical voltage and power, is it
possible to do it using Matpower?

If you have any suggestions please let me know, it will be of great help.

Regards

Nair

On Tue, Feb 10, 2015 at 12:19 AM, Abhyankar, Shrirang G. 
abhy...@mcs.anl.gov wrote:

  What sort of analysis do you want to run? Such load models are typically
 used in system dynamics studies, not for steady-state analysis. If you want
 to do dynamics assessment, then MATPOWER is not the tool for you as it is a
 steady-state analysis tool.

  Shri
  From: arun s nair arunsnair...@gmail.com
 Reply-To: MATPOWER discussion forum matpowe...@list.cornell.edu
 Date: Mon, 9 Feb 2015 22:10:19 -0700
 To: MATPOWER discussion forum matpowe...@list.cornell.edu
 Subject: Effect of loads in IEEE 39 bus system

  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 appreciated.

  Thanks  Regards

  Nair





Re: Effect of loads in IEEE 39 bus system

2015-02-10 Thread Abhyankar, Shrirang G.
MATPOWER models loads as constant real and reactive power injections. So, 
you'll have to implement all the load models. But, I don't think it would be 
overtly difficult if you explore how MATPOWER works a little bit.

Shri

From: arun s nair arunsnair...@gmail.commailto:arunsnair...@gmail.com
Reply-To: MATPOWER discussion forum 
matpowe...@list.cornell.edumailto:matpowe...@list.cornell.edu
Date: Tue, 10 Feb 2015 10:16:21 -0600
To: MATPOWER discussion forum 
matpowe...@list.cornell.edumailto:matpowe...@list.cornell.edu
Subject: Re: Effect of loads in IEEE 39 bus system

Hi Shri,

I want to analyse the effect of these load models on the power-voltage curves 
of buses. It's effect on the critical voltage and power, is it possible to do 
it using Matpower?

If you have any suggestions please let me know, it will be of great help.

Regards

Nair

On Tue, Feb 10, 2015 at 12:19 AM, Abhyankar, Shrirang G. 
abhy...@mcs.anl.govmailto:abhy...@mcs.anl.gov wrote:
What sort of analysis do you want to run? Such load models are typically used 
in system dynamics studies, not for steady-state analysis. If you want to do 
dynamics assessment, then MATPOWER is not the tool for you as it is a 
steady-state analysis tool.

Shri
From: arun s nair arunsnair...@gmail.commailto:arunsnair...@gmail.com
Reply-To: MATPOWER discussion forum 
matpowe...@list.cornell.edumailto:matpowe...@list.cornell.edu
Date: Mon, 9 Feb 2015 22:10:19 -0700
To: MATPOWER discussion forum 
matpowe...@list.cornell.edumailto:matpowe...@list.cornell.edu
Subject: Effect of loads in IEEE 39 bus system

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 appreciated.

Thanks  Regards

Nair