Page 1 of 1

New airgap flux density plotting

Posted: Fri Mar 07, 2025 6:07 am
by Antti
Finally implemented a convenience function for plotting the airgap flux density components, as a method of the
MotorModelBase class. So, visualizing the airgap flux density components at time-step number 11 now works like this:

Code: Select all

figure(4); clf; hold on; box on;
motor.plot_airgap_flux_density(stepping_solution, 11)
2025_03_07_airgap flux density.png
2025_03_07_airgap flux density.png (99.86 KiB) Viewed 15085 times