.gitignore
CHANGELOG.md
Contributing.rst
LICENSE
README.rst
ruff.toml
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/develop.yml
.github/workflows/main.yml
.github/workflows/python-publish.yml
.github/workflows/sphinx_render_docs.yml
docs/Makefile
docs/README.txt
docs/make.bat
docs/requirements.txt
docs/images/FEMMT_Screenshot.png
docs/images/counting_arrow_system.png
docs/images/counting_arrow_system.svg
docs/images/femmt.png
docs/images/femmt.svg
docs/images/femmt_gui_definition.png
docs/images/geometry_air_gap.png
docs/images/geometry_air_gap.svg
docs/images/geometry_core.png
docs/images/geometry_core.svg
docs/images/geometry_core_developer_notes.png
docs/images/geometry_core_developer_notes.svg
docs/images/geometry_core_naming_convention.png
docs/images/geometry_core_naming_convention.svg
docs/images/geometry_insulation.png
docs/images/geometry_insulation.svg
docs/images/geometry_thermal.png
docs/images/geometry_thermal.svg
docs/images/geometry_translated.png
docs/images/geometry_translated.svg
docs/images/geometry_winding_windows.png
docs/images/geometry_winding_windows.svg
docs/images/msh_panel.png
docs/images/msh_simulation.png
docs/images/pycharm_configuration_pro_files.png
docs/images/pycharm_configuration_pro_files.svg
docs/images/user_guide_example_model.png
docs/images/user_guide_example_simulation.png
docs/images/user_guide_example_thermal_simulation.png
docs/images/winding_types/Interleaved_HorizontalAlternating.png
docs/images/winding_types/Interleaved_VerticalStacked_hexagonal.png
docs/images/winding_types/Interleaved_VerticalStacked_square.png
docs/images/winding_types/Single_FoilHorizontal.png
docs/images/winding_types/Single_FoilVertical_fixed_thickness.png
docs/images/winding_types/Single_FoilVertical_interpolate.png
docs/images/winding_types/Single_Full.png
docs/images/winding_types/Single_Hexagonal.png
docs/images/winding_types/Single_Square.png
docs/images/winding_types/Single_SquareFullWidth.png
docs/source/conf.py
docs/source/developer_notes.rst
docs/source/index.rst
docs/source/intro.rst
docs/source/introduction.rst
docs/source/readme.rst
docs/source/user_guide_model_creation.rst
docs/source/winding_types.rst
femmt/__init__.py
femmt/component.py
femmt/constants.py
femmt/data.py
femmt/drawing.py
femmt/dtos.py
femmt/enumerations.py
femmt/functions.py
femmt/functions_drawing.py
femmt/functions_model.py
femmt/functions_reluctance.py
femmt/functions_topologies.py
femmt/hpc.py
femmt/logparser.py
femmt/mesh.py
femmt/model.py
femmt/reluctance.py
femmt.egg-info/PKG-INFO
femmt.egg-info/SOURCES.txt
femmt.egg-info/dependency_links.txt
femmt.egg-info/not-zip-safe
femmt.egg-info/requires.txt
femmt.egg-info/top_level.txt
femmt/electro_magnetic/fields.pro
femmt/electro_magnetic/fields_time.pro
femmt/electro_magnetic/ind_axi_python_controlled.pro
femmt/electro_magnetic/ind_axi_python_controlled_time.pro
femmt/electro_magnetic/solver.pro
femmt/electro_magnetic/solver_time.pro
femmt/electro_magnetic/values.pro
femmt/electro_magnetic/values_time.pro
femmt/electro_magnetic/Strands_Coefficients/cell.geo
femmt/electro_magnetic/Strands_Coefficients/cell.pro
femmt/electro_magnetic/Strands_Coefficients/cell_dat.pro
femmt/electro_magnetic/Strands_Coefficients/unused/cell_hexa_circ.geo
femmt/electro_magnetic/Strands_Coefficients/unused/cell_square_circ.geo
femmt/examples/__init__.py
femmt/examples/advanced_inductor_air_gap_sweep.py
femmt/examples/advanced_inductor_sweep.py
femmt/examples/advanced_sto.py
femmt/examples/basic_inductor.py
femmt/examples/basic_inductor_excitation_sweep.py
femmt/examples/basic_inductor_foil_vertical.py
femmt/examples/basic_inductor_time_domain.py
femmt/examples/basic_split_windings.py
femmt/examples/basic_transformer.py
femmt/examples/basic_transformer_5_windings.py
femmt/examples/basic_transformer_6_windings.py
femmt/examples/basic_transformer_center_tapped.py
femmt/examples/basic_transformer_excitation_sweep.py
femmt/examples/basic_transformer_integrated.py
femmt/examples/basic_transformer_interleaved.py
femmt/examples/basic_transformer_n_winding.py
femmt/examples/basic_transformer_stacked.py
femmt/examples/basic_transformer_stacked_center_tapped.py
femmt/examples/basic_transformer_three_winding.py
femmt/examples/basic_transformer_three_winding_time_domain.py
femmt/examples/basic_transformer_time_domain.py
femmt/examples/example_log.json
femmt/examples/femmt_benchmark.py
femmt/examples/hpc_examples.py
femmt/examples/inductor_optimization.py
femmt/examples/ito_brute_force_example.py
femmt/examples/ito_optuna_example.py
femmt/examples/winding_test.py
femmt/examples/component_study/__init__.py
femmt/examples/component_study/create_currents.py
femmt/examples/component_study/i1.csv
femmt/examples/component_study/i2.csv
femmt/examples/component_study/transformer_component_study.py
femmt/optimization/__init__.py
femmt/optimization/functions_optimization.py
femmt/optimization/ito.py
femmt/optimization/ito_dtos.py
femmt/optimization/ito_functions.py
femmt/optimization/optuna_femmt_parser.py
femmt/optimization/sto.py
femmt/optimization/sto_dtos.py
femmt/optimization/to.py
femmt/optimization/to_dtos.py
femmt/thermal/__init__.py
femmt/thermal/thermal_classes.py
femmt/thermal/thermal_functions.py
femmt/thermal/thermal_simulation.py
femmt/thermal/solver/Solver.pro
femmt/thermal/solver/Thermal.pro
gui/FEMMT_Definitions.svg
gui/FigureObject.fig.pickle
gui/femmt_gui.py
gui/femmt_gui.ui
gui/ferriteCore.png
gui/md_winding_1.png
gui/md_winding_2.png
gui/onelab_path_popup.py
gui/onelab_path_popup.ui
gui/plot.fig.pickle
gui/plot.png
gui/plot2.png
gui/results.png
gui/example_results/inductor/mesh/hybrid_color.png
tests/pytest.ini
tests/integration/__init__.py
tests/integration/test_femmt.py
tests/integration/fixtures/geometry_inductor_core_fixed_loss_angle.json
tests/integration/fixtures/geometry_inductor_core_fixed_loss_angle_dc.json
tests/integration/fixtures/geometry_inductor_core_fixed_loss_angle_foil_horizontal.json
tests/integration/fixtures/geometry_inductor_core_fixed_loss_angle_foil_vertical.json
tests/integration/fixtures/geometry_inductor_core_fixed_loss_angle_litz_wire.json
tests/integration/fixtures/geometry_inductor_core_material_database.json
tests/integration/fixtures/geometry_inductor_core_material_measurement.json
tests/integration/fixtures/geometry_inductor_time_domain.json
tests/integration/fixtures/geometry_transformer_3_windings_time_domain.json
tests/integration/fixtures/geometry_transformer_5_windings.json
tests/integration/fixtures/geometry_transformer_core_fixed_loss_angle.json
tests/integration/fixtures/geometry_transformer_integrated_core_fixed_loss_angle.json
tests/integration/fixtures/geometry_transformer_interleaved_core_fixed_loss_angle.json
tests/integration/fixtures/geometry_transformer_stacked_center_tapped.json
tests/integration/fixtures/geometry_transformer_time_domain.json
tests/integration/fixtures/inductor_core_fixed_loss_angle.json
tests/integration/fixtures/inductor_core_fixed_loss_angle_dc.json
tests/integration/fixtures/inductor_core_fixed_loss_angle_foil_horizontal.json
tests/integration/fixtures/inductor_core_fixed_loss_angle_foil_vertical.json
tests/integration/fixtures/inductor_core_fixed_loss_angle_litz_wire.json
tests/integration/fixtures/inductor_core_material_database.json
tests/integration/fixtures/inductor_core_material_measurement.json
tests/integration/fixtures/inductor_time_domain.json
tests/integration/fixtures/material_inductor_core_material_database.json
tests/integration/fixtures/material_inductor_core_material_database_measurement.json
tests/integration/fixtures/material_transformer_5_windings.json
tests/integration/fixtures/thermal_inductor_core_fixed_loss_angle.json
tests/integration/fixtures/thermal_inductor_core_fixed_loss_angle_dc.json
tests/integration/fixtures/thermal_inductor_core_fixed_loss_angle_foil_horizontal.json
tests/integration/fixtures/thermal_inductor_core_fixed_loss_angle_foil_vertical.json
tests/integration/fixtures/thermal_inductor_core_fixed_loss_angle_litz_wire.json
tests/integration/fixtures/thermal_inductor_core_material_database.json
tests/integration/fixtures/thermal_inductor_core_material_database_measurement.json
tests/integration/fixtures/thermal_transformer_5_windings.json
tests/integration/fixtures/thermal_transformer_core_fixed_loss_angle.json
tests/integration/fixtures/thermal_transformer_integrated_core_fixed_loss_angle.json
tests/integration/fixtures/thermal_transformer_interleaved_core_fixed_loss_angle.json
tests/integration/fixtures/thermal_transformer_stacked_center_tapped.json
tests/integration/fixtures/transformer_3_windings_time_domain.json
tests/integration/fixtures/transformer_5_windings.json
tests/integration/fixtures/transformer_core_fixed_loss_angle.json
tests/integration/fixtures/transformer_integrated_core_fixed_loss_angle.json
tests/integration/fixtures/transformer_interleaved_core_fixed_loss_angle.json
tests/integration/fixtures/transformer_stacked_center_tapped.json
tests/integration/fixtures/transformer_time_domain.json
tests/unit/__init__.py
tests/unit/test_femmt_functions.py