Re: Demand Response

2016-08-01 Thread Ray Zimmerman
Computing the cost of the demand response is an accounting exercise, done after the optimization (assuming you are using dispatchable loads as described in the manual). Ray > On Jul 29, 2016, at 6:56 AM, Haroon Malik wrote: > > Hello Dr. Zimmerman, > > > Regarding

Re: Demand Response

2016-07-26 Thread Ray Zimmerman
olution will minimize the cost of generation + the cost of demand response (load curtailment). If you want to explicitly compute the cost of curtailment from the solved OPF case, however, you will need to do it manually by extracting the quantity of curtailment (difference between PG and

Re: demand response

2016-02-23 Thread shruti seemala
>>> >>> >>> On Feb 19, 2016, at 8:12 AM, Mounika Vanjarapu < >>> mounikavanjar...@gmail.com> wrote: >>> >>> sir >>> my problem is >>> i am taking an ieee standard bus system. >>> based on the reference paper on c

Re: demand response

2016-02-23 Thread Mounika Vanjarapu
>> based on the reference paper on contingency analysis i take 9-14 line as >> the most critical outage for 14 bus system. >> i remove that line and i apply the demand response at 3rd bus which have >> 94.2MW load. >> >> >> taking demand before demand respons

Re: demand response

2016-02-23 Thread Ray Zimmerman
my problem is >> i am taking an ieee standard bus system. >> based on the reference paper on contingency analysis i take 9-14 line as the >> most critical outage for 14 bus system. >> i remove that line and i apply the demand response at 3rd bus which have >> 94.2MW

Re: demand response

2016-02-19 Thread Mounika Vanjarapu
Ray > > > On Feb 19, 2016, at 8:12 AM, Mounika Vanjarapu > wrote: > > sir > my problem is > i am taking an ieee standard bus system. > based on the reference paper on contingency analysis i take 9-14 line as > the most critical outage for 14 bus system. > i remove t

Re: demand response

2016-02-19 Thread Ray Zimmerman
at 8:12 AM, Mounika Vanjarapu > wrote: > > sir > my problem is > i am taking an ieee standard bus system. > based on the reference paper on contingency analysis i take 9-14 line as the > most critical outage for 14 bus system. > i remove that line and i apply the deman

demand response

2016-02-19 Thread Mounika Vanjarapu
sir my problem is i am taking an ieee standard bus system. based on the reference paper on contingency analysis i take 9-14 line as the most critical outage for 14 bus system. i remove that line and i apply the demand response at 3rd bus which have 94.2MW load. [image: Inline image 1] taking

Re: demand response

2016-02-15 Thread Mounika Vanjarapu
5, 2016, at 12:11 PM, Mounika Vanjarapu < > mounikavanjar...@gmail.com> wrote: > > sir actually my problem is, i have to implement demand response programs > at a particular bus to mitigate congestion.In order to implement that i > require load variations with respect to price and incentives a

Re: demand response

2016-02-15 Thread Ray Zimmerman
responsibility to determine how to use MATPOWER to solve your problem (see FAQ #2 <http://www.pserc.cornell.edu/matpower/#homework>). Ray > On Feb 15, 2016, at 12:11 PM, Mounika Vanjarapu > wrote: > > sir actually my problem is, i have to implement demand response programs at a

Re: demand response

2016-02-15 Thread Mounika Vanjarapu
sir actually my problem is, i have to implement demand response programs at a particular bus to mitigate congestion.In order to implement that i require load variations with respect to price and incentives and also penalties.After that what is the consumers benifit because of these programs.for

Re: demand response

2016-02-15 Thread Ray Zimmerman
ika Vanjarapu > wrote: > > actually i am doing my project on "congestion management using demand > response".in order to implement that there are lot of equations regarding > load demand after implementing demand response including price elasticity of > demand.my sir to

Re: demand response

2016-02-14 Thread Mounika Vanjarapu
actually i am doing my project on "congestion management using demand response".in order to implement that there are lot of equations regarding load demand after implementing demand response including price elasticity of demand.my sir told that dumping of equations in matlab and doing th

Re: demand response

2016-02-14 Thread Abhyankar, Shrirang G.
Please ALWAYS send the code you were trying to run and the entire error message. Shri On Feb 13, 2016, at 11:16 PM, Mounika Vanjarapu mailto:mounikavanjar...@gmail.com>> wrote: when i tried for case9 or case5 ,its getting error.what is the reason On Wed, Feb 10, 2016 at 6:29 PM, Mounika Vanjar

Re: demand response

2016-02-13 Thread Mounika Vanjarapu
1.according to the demand response concept can we change the loads with respect to price.is it possible.if yes how to do that.please answer me. 2.is there any way to implement demand response concept using matpower without dumping any equations in matlab. On Sun, Feb 14, 2016 at 10:45 AM

Re: demand response

2016-02-13 Thread Mounika Vanjarapu
when i tried for case9 or case5 ,its getting error.what is the reason On Wed, Feb 10, 2016 at 6:29 PM, Mounika Vanjarapu < mounikavanjar...@gmail.com> wrote: > thanq very much for answering. > > On Wed, Feb 10, 2016 at 3:46 AM, Mirish Thakur > wrote: > >> Hello Mounika, >> >> If I'm not wrong ar

Re: demand response

2016-02-10 Thread Mounika Vanjarapu
thanq very much for answering. On Wed, Feb 10, 2016 at 3:46 AM, Mirish Thakur wrote: > Hello Mounika, > > If I'm not wrong are you interested in this one - > mpc=case_ieee30; % load case_ieee30 > mpc1=load2disp(mpc); % make all loads dispatchable > r=runopf(mpc1); % perform opf operation on mpc1

Re: demand response

2016-02-09 Thread Mirish Thakur
Hello Mounika, If I'm not wrong are you interested in this one - mpc=case_ieee30; % load case_ieee30 mpc1=load2disp(mpc); % make all loads dispatchable r=runopf(mpc1); % perform opf operation on mpc1 casefile. You can observe all loads are modeled as negative generators in mpc1.gen matrix. In r.ge

demand response

2016-02-09 Thread Mounika Vanjarapu
sir i dont know basics in matpower.i want to know how to write the code for converting fixed loads to dispatchable loads taking a small example.for example an ieee 30 bus taking some are dispatchable.