0

How to model energy storage?

I want to use an external energy source(could be Battery) to provide transient time power supply during interruption. Can you tell me how should I do and which model I should use here?

Need to know the procedure of using external energy source for certain time in a network

Sazzad's avatar
1
Sazzad
asked 2018-04-19 04:57:56 -0500
jconto's avatar
2.9k
jconto
updated 2018-04-20 21:33:30 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Model the energy storage as a generator in load flow with Pgen=0. Use dynamic model CBEST and change VAR(L) to a proper value during the simulation when you want power supply from the storage. I.e. you control the power with VAR(L).

perolofl's avatar
3.8k
perolofl
answered 2018-04-21 02:03:41 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks for ur guideline. I think it will work but i when i tried by writing the following code psspy.change_plmod_var(ibus=10, id='1', name='CBEST', j=1, rdata=85) output won't come as 85 MW rather it gives 15 MW. Could you please help me with the code? Thanks Sazzad

Sazzad's avatar Sazzad (2018-04-22 22:28:14 -0500) edit

What data have you given to the generator in load flow and the CBEST model?

perolofl's avatar perolofl (2018-04-22 23:55:07 -0500) edit

for gen----10,'1 ', 0.0 -10.860, 300.000, -300.000,1.02500, 0, 280.000, 1.00000E-4, 2.10000E-1, 0.00000E+0, 0.00000E+0,1.00000,1, 100.0, 270.000, 10.000, 1,1.0000 for CBEST model 10 'CBEST' 1 5.89 0.05 0.60 0.05 2.35 0.47 1.68 1.61 0.23206 0.32 0.21 0.1536 1.01 1.

Sazzad's avatar Sazzad (2018-04-23 00:12:20 -0500) edit

For CBEST model i have used default data

Sazzad's avatar Sazzad (2018-04-23 00:50:10 -0500) edit

It will work if you update CBEST parameter IACMAX to 1 and Vmin to -0.21.

perolofl's avatar perolofl (2018-04-23 01:23:19 -0500) edit
add a comment see more comments
0

I have used the generator in the load flow with Pgen=0 , and wind Control mode as Q limits based on WPF with Power Factor 1, and with X source=9999

while for the dynamic model, I have used REGCAU1 for the generator model , RECCU1 for the electrical controller, and REPCAU1 for the plant controller.

While REPCAU1 is your most important model since it controls how the energy storage behave under changes in votlage and frequency.

Fdaraiseh's avatar
3
Fdaraiseh
answered 2018-04-23 01:18:46 -0500
edit flag offensive 0 remove flag delete link

Comments

Hi, I find that you set the wind control mode as Q limits based on WPF with Power factor 1. Is it ok to set wind control mode as reactive power limits are specified by QT and QB?

heling's avatar heling (2020-09-22 02:03:05 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer