https://github.com/kul-optec/dc_dc_simulator
Simulator for DC-DC power converters
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Repository
Simulator for DC-DC power converters
Basic Info
- Host: GitHub
- Owner: kul-optec
- Language: Python
- Default Branch: master
- Size: 9.24 MB
Statistics
- Stars: 16
- Watchers: 5
- Forks: 5
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
DC-DC converter's simulator
Simulator offers GUI for the transient simulation of PWM DC-DC converters. Simulation can be done in open loop, with PID controller applied or with control using nonlinear model predictive control (NMPC) concepts.
Usage of the simulator and its design are described in the User manual.
Install instructions
Program is written in Python 3.6 programming language using CASADI package. For MPC simulator uses NMPC-codegen, which is integrated inside this simulator.
For the usage of the simulator, it is necessary to have installed: - Casadi version >= 3.2 and < 3.5 - Python packages: matplotlib, sympy, numpy, PyQt5 - Gcc GNU compiler
Windows users might use MSYS2: https://www.msys2.org/ and install the necessary using following commands.
Open msys2.exe and type: pacman -Syu to update MSYS2
Close the window and open it again and type:
pacman -Sy pacman (to update the package database)
pacman -S mingw-w64-x86_64-toolchain (for a toolchain)
pacman -S make (to install make)
Add folders <MSYS2 root>/mingw64/bin and <MSYS2 root>/usr/bin to path.
Linux users have this installed.
- Cmake: https://cmake.org/
More informtion about installation can be found on the page Install.
Published papers
1) A. Lekić, 2017. Simulation of PWM DC-DC converters using eigenvalues and eigenvectors. Journal of Electrical Engineering, 68(1), pp.13-22. 2) A. Lekić, 2014, Automated DC-DC converters symbolic state-space model generation by the use of free software, In Proceedings of the 22nd Telecommunications Forum Telfor (TELFOR), 2014, pp. 995-998.
Owner
- Name: OPTEC
- Login: kul-optec
- Kind: organization
- Repositories: 24
- Profile: https://github.com/kul-optec
KU Leuven Center of Excellence: Optimization in Engineering
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0