GRIDAPPSD / GOSS-GridAPPS-D

14 stars 27 forks source link

Update inverters in GridLAB-D to be able to dispatch reactive power. #1423

Open shpoudel opened 3 years ago

shpoudel commented 3 years ago

Currently, the reactive power output of the inverter is dependent on solar generation. So the inverter is not able to dispatch the reactive power even if the dispatched P and Q are made within the S_rated limit. The app developers should be able to control Q based on the power triangle.

-sqrt (S_rated^2 - P_inv^2) <= Q_inv <= sqrt (S_rated^2 - P_inv^2)

poorva1209 commented 2 years ago

Requires code base change / feature added to HELICS. Blocked by #1648