MATPOWER / matpower

MATPOWER – steady state power flow simulation and optimization for MATLAB and Octave
https://matpower.org
Other
417 stars 150 forks source link

current status of storage #241

Closed yanda1234 closed 1 month ago

yanda1234 commented 1 month ago

I noticed matpower has one function called addstorage. https://matpower.org/docs/ref/matpower6.0/most/addstorage.html I am curious if there is any progress of storage. Can they charge and discharge power? Do they have SOC right now?

rdzman commented 1 month ago

MOST handles storage, and yes, it does have SoC.

See the MOST User's Manual for the details. You may want to start with Section 3.6 for an overview. There are examples in Section 7.2.

rdzman commented 1 month ago

Btw, if you have MOST-specific questions, it's best to use the MOST issue tracker.

yanda1234 commented 1 month ago

I see. Thanks, Dr. Zimmerman! I like your new tool.