Skip to content

DmitriyMakhnovskiy/Chan_BH-loop_model

Repository files navigation

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.