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

Simplifications and refactoring in grid-converter control methods #138

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

mhinkkan
Copy link
Member

@mhinkkan mhinkkan commented Aug 19, 2024

This pull request contains some minor changes and fixes:

  • Grid converter control methods and examples are simplified (both code and comments). Furthermore, some extra features are deleted, such as the possibility to choose the measurement point between the filter-capacitor and PCC voltages. Option to choose PSC method was also deleted, i.e., only RFPSC is directly available (but for advanced users PSC can be easily obtained by modifying a few lines of the code). The reason for these simplifications is to limit the complexity of the code and configurations. Additions can be considered later after the steady state is first found.

  • Some file and class names were changed. Naming conventions were unified.

  • Implementation of the frequency converter with a diode bridge is partly reverted to the earlier version for its simpler usage (i.e., compatibility with the basic Drive class). However, the DC capacitor is now (optionally) modeled in the VoltageSourceConverter (renamed, was Inverter earlier).

  • Discrete signals are now plotted using the staircase waveform in grid converter plots.

  • The selection of the overmodulation method in the PWM class is now done when the class is initiated (instead of passing this option as an argument when calling the PWM). The grid converter control methods use the minimum-phase-error (MPE) method by default.

…sses. Deleting some extra features in grid converter control. Implementation of the frequency converter with diode bridge is partly reverted to the earlier version for its simpler usage.
@mhinkkan mhinkkan merged commit adff32c into Aalto-Electric-Drives:main Aug 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant