Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: provide load flow results for the T-side in quasi-static simulation #16

Open
rozan977 opened this issue Dec 12, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@rozan977
Copy link
Collaborator

It seems like the report file for the quasi-static simulation only provides the voltage and power information of the bus where the distribution system is connected and doesn't provide any information for the rest of the buses.

It would add value to the user if results from other buses and generator power output information are available as well.

@rozan977 rozan977 added the enhancement New feature or request label Dec 12, 2019
@sibyjackgrove
Copy link
Member

Currently, the GlobalData.data['static] dictionary which is used to create the Excel report only contains data from the T bus with solar PV penetration. To implement this feature we will need to modify getVoltage() in psse_model.py so that data from all T buses are collected. Currently, there is a statement if entry in GlobalData.data['DNet']['Nodes']: which prevents voltage from buses without DSS instances from being collected.

However, load values that are being collected GlobalData.data['static] are coming from getLoad() in opendss_model.py. Hence we won't be able to report those.

@rozan977 Are voltage values sufficient for this application?
@karthikbalasu I can make the change to collect and report voltage values for all T buses. Let me know your thoughts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants