Welcome to FEM Magnetics Toolbox’s documentation!
Table of Contents:
- 1 FEM Magnetics Toolbox (FEMMT)
- 1.1 Overview features
- 1.2 Documentation
- 1.3 Literature
- 1.4 Installation
- 1.5 Minimal example
- 1.6 GUI (Experimental)
- 1.7 Troubleshooting
- 1.8 Bug Reports
- 1.9 Contributing
- 1.10 Changelog
- 1.11 License
- 1.12 History and project status
- 1.13 FEMMT development version (for developers only)
- 1.14 GUI (Experimental)
- 2 User Guide: How to create a FEMMT model
- 2.1 Working directory
- 2.2 Creating a core
- 2.3 Adding air gaps to the core
- 2.4 Set insulation distances
- 2.5 Add windings to the winding window
- 2.6 Add conductors
- 2.7 Create model and start simulation
- 2.8 Mesh Customization
- 2.9 [Optional] Create thermal simulation
- 2.10 How to Read the Result Log
- 2.11 Warnings and Failures
- 3 Winding types
- 4 FEMMT class and function documentation
- 4.1 The
MagneticComponent
class - 4.2 The
Core
class - 4.3 The
AirGaps
class - 4.4 The
Insulation
class - 4.5 The
Conductor
class - 4.6 The
WindingWindow
class - 4.7 The
VirtualWindingWindow
class - 4.8 The
LogParser
class - 4.9
Enumerations
- 4.10 Helper functions
- 4.11 Model helper functions
- 4.12 Reluctance model helper functions
- 4.13 Topology helper functions
- 4.14 Constants
- 4.1 The
- 5 Developer Notes for FEMMT