-
Notifications
You must be signed in to change notification settings - Fork 53
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
Merge grid converter system models, controls and utilities adapted from gritulator #136
Conversation
Co-authored-by: Mikko Sarén <mikko.saren@aalto.fi>
…r class, added DiodeBridge subsystem, added ACFilter parent class. FrequencyConverter class can be replaced by Inverter, DiodeBridge and voltage source from grid.model Co-authored-by: Mikko Sarén <mikko.saren@aalto.fi>
Co-authored-by: Mikko Sarén <mikko.saren@aalto.fi>
…lues data classes, added FilterPars dataclass. Co-authored-by: Mikko Sarén <mikko.saren@aalto.fi>
…h FrequencyConverter, fixed import in _ac_filter, moved meas-methods from ACFilter class to correct subclasses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions and comments for further improvement which can be implemented in this PR or in a future one. The next PR could include one or two simple examples to illustrate how the different modules work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work! We have added some comments to the code that could be addressed before merging these changes.
Co-authored-by: Mikko Sarén <mikko.saren@aalto.fi>
…dge class: added new system model, edits to plotting function. -Small fixes in LCFilter. Co-authored-by: Mikko Sarén <mikko.saren@aalto.fi>
…ass, grid-following and grid-forming control methods. -Added feedforward for complexPIcontroller. Co-authored-by: Mikko Sarén <mikko.saren@aalto.fi>
…ited some drive examples to work with updated models, other small fixes. Co-authored-by: Mikko Sarén <mikko.saren@aalto.fi>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good! I have some comments about details in mind, but let us take them into account separately.
Thanks for planning and rewriting the gritulator code for motulator, well done! @all-contributors please add @maattaj11 for code and examples and ideas Thanks also for the original authors of gritulator! @all-contributors please add @rayanmour for code and examples and ideas and review |
I've put up a pull request to add @thanks! 🎉 I've put up a pull request to add @maattaj11! 🎉 I've put up a pull request to add @MiSaren! 🎉 I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @rayanmour! 🎉 We had trouble processing your request. Please try again later. |
@all-contributors please add @jarno-k for mentoring and review |
This pull request contains grid converter-related system models, controls and utilities which have been migrated from gritulator. The main features are: