Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dyk-team/chan_bh-loop_model
Chan's model for simulating a BH-loop
https://github.com/dyk-team/chan_bh-loop_model
bh-loop chan-model coercivity coil ferrites hysteresis-loop ltspice magnetic-circuits magnetic-cores magnetic-flux magnetic-induction magnetising-force magnetomotive-force minor-loop pycharm-ide python reluctance saturation transformer
Last synced: 19 days ago
JSON representation
Chan's model for simulating a BH-loop
- Host: GitHub
- URL: https://github.com/dyk-team/chan_bh-loop_model
- Owner: DYK-Team
- Created: 2024-03-06T22:41:35.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-08T13:47:58.000Z (9 months ago)
- Last Synced: 2024-10-16T22:19:49.776Z (about 1 month ago)
- Topics: bh-loop, chan-model, coercivity, coil, ferrites, hysteresis-loop, ltspice, magnetic-circuits, magnetic-cores, magnetic-flux, magnetic-induction, magnetising-force, magnetomotive-force, minor-loop, pycharm-ide, python, reluctance, saturation, transformer
- Language: Python
- Homepage: https://dykplus.wordpress.com/
- Size: 19.3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The attached files (PDFs and Power Point Presentations) cover various subjects related to magnetic circuit design. A Python program with GUI (Chan_model.py) has been developed to reproduce Chan's model, enabling the simulation of magnetic hysteresis BH-loops in a magnetic core with or without a gap. For more information on Chan's model, please refer to: https://ieeexplore.ieee.org/document/75630
This model is used for simulating non-linear behaviour of transformers in LTspice: https://www.allaboutcircuits.com/technical-articles/simulating-non-linear-transformers-in-ltspice/ See the attached report "A case study on magnetic cores_All.pdf".
Output files of Chan_model.py (algorithm with GUI): "Ungapped_BH-loop_data.csv" and "Gapped_BH-loop_data.csv". Input parameters from the previous program run are saved in "simulation_log.log" (do not delete this file!) and can be called from GUI.
"A case study on magnetic cores_All.pdf" is the main report with all necessary files attached.
"Nonlinear_transformer_model_for_circuit_simulation.pdf" is the original Chan's paper.
"Magnetic circuits.ppsx" is a Power Point Slide Show (PPS) on magnetic circuits for college students. It can be seen after downloading.
"Introduction to electrodynamics.ppsx" is a Power Point Slide Show (PPS) on electromagnetic principles for college students. It can be seen after downloading.
The folder "LTspice_Non-linear_Transformer" contains the LTspice simulation file for a non-linear transformer.