Title: 2D Hybrid Magnetic Field Model Performance Optimization for Linear Induction Motors
This repository includes most of the relevant Python code for my Ma.Sc. motor simulation and optimization software. Due to intellectual property, not all the code can be released. An attached PDF file is provided in this repo that highlights the top-down foundation of the coding project. Information on the code containing intellectual property can only be found in this .PPTX file
Python modules required to run the code:
- math documentation
- cmath documentation
- timeit documentation
- contextlib documentation
- collections documentation
- tkinter documentation
- json documentation
- numpy documentation
- matplotlib documentation
- inquirer documentation
Note: GitHub__LIM_ShowFromJSON.py is the main file that calls the other .py files in this order:
----------VERY IMPORTANT---------- Make sure to run GitHub__LIM_ShowFromJSON.py from a terminal or the user input functionality will not work You must also change to the correct directory that contains these files and execute the GitHub__LIM_ShowFromJSON.py using "python GitHub__LIM_ShowFromJSON.py"