Skip to content

otvam/large_signal_ferrite_apec24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Large-Signal Properties in MnZn Ferrites: Code and Data

Introduction

This repository contains the datasets and code related to the following paper:

  • Characterization and Impact of Large-Signal Dielectric Properties in MnZn Ferrites
  • Thomas Guillod, William V. R. Roberts, and Charles R. Sullivan
  • IEEE APEC 2024

This code simulates the magnetic-dielectric effects in a infinitely long cylindrical core:

  • The (average) flux density through the cross-section is imposed (excitation).
  • The material parameters can be amplitude-dependent (locally linearized).

Two different solvers are available:

  • Quasi-static approximation (no wave propagation and spatially independent material parameters).
  • Full wave solution (with wave propagation and spatially dependent material parameters).

Main Files

  • paper.pdf - PDF of the paper (not under MIT License)
  • slides.pdf - PDF of the slides (not under MIT License)
  • get_param.m - Definition of the solver parameters
  • run_single.m - Solve the electromagnetic problem in a core with a given cross-section
  • run_sweep.m - Solve the electromagnetic problem in cores with different cross-sections

Datasets

Compatibility

  • Tested with MATLAB R2023a.
  • The pde_toolbox is required.

Author

Credits

This code was created at Dartmouth College by the research group of Prof. Sullivan:

License

This project is licensed under the MIT License, see LICENSE.md.