This project is dedicated to building an ElectroMagnetic workbench for FreeCAD. FreeCAD is a free 3D parametric CAD. FreeCAD is used as pre-processor interfacing to the open source electromagnetic field solvers FastHenry and FasterCap.
Go to file
ediloren 75a5c6bc0c
Merge pull request #4 from luzpaz/LGTM
README: Add LGTM badges
2020-03-04 22:44:08 +01:00
Resources * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
EM_About.py Misc. typo fixes 2020-03-03 14:11:45 -05:00
EM_FHEquiv.py * Python3 compatibility 2019-04-22 12:44:11 +02:00
EM_FHInputFile.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
EM_FHNode.py * FHNode continue function and FHPath bug fix 2019-01-29 19:48:08 +01:00
EM_FHPath.py Fix source comment typo 2020-03-03 14:11:45 -05:00
EM_FHPlane.py Misc. typo fixes 2020-03-03 14:11:45 -05:00
EM_FHPlaneHole.py * FHNode continue function and FHPath bug fix 2019-01-29 19:48:08 +01:00
EM_FHPort.py * Python3 compatibility 2019-04-22 12:44:11 +02:00
EM_FHSegment.py Misc. typo fixes 2020-03-03 14:11:45 -05:00
EM_FHSolver.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
EM_Globals.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
EM_VHConductor.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
EM_VHInputFile.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
EM_VHPort.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
EM_VHSolver.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
EM.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
Export_mesh.py Misc. typo fixes 2020-03-03 14:11:45 -05:00
export_to_FastHenry.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
import_fastercap.py Misc. typo fixes 2020-03-03 14:11:45 -05:00
Init.py * Support for FHPath (multiple segments along a path) 2018-12-30 00:20:41 +01:00
InitGui.py * EM workbench support for VoxHenry 2019-06-27 00:21:29 +02:00
launch_fastercap.py * Support for conductive planes (G) and .equiv statement 2018-12-08 00:10:30 +01:00
launch_fasthenry.py * Support for conductive planes (G) and .equiv statement 2018-12-08 00:10:30 +01:00
LICENCE.txt First version for GitHub uploading 2016-10-04 23:33:20 +02:00
README.md README: Add LGTM badges 2020-03-04 14:02:33 -05:00
wbrl.py * Support for FHPath (multiple segments along a path) 2018-12-30 00:20:41 +01:00

ElectroMagnetic workbench for FreeCAD

Total alerts Language grade: Python

FastHenry support

Copyright (c) 2019 Efficient Power Conversion Corporation, Inc. http://epc-co.com

Developed by FastFieldSolvers S.R.L. http://www.fastfieldsolvers.com under contract by EPC

VoxHenry, FasterCap and FastCap support

Copyright (c) 2019 FastFieldSolvers S.R.L. http://www.fastfieldsolvers.com

Description

This project is dedicated to building an ElectroMagnetic workbench for FreeCAD. FreeCAD is a free 3D parametric CAD. FreeCAD is used as pre-processor interfacing to the open source electromagnetic field solvers FastHenry and FasterCap.

At present, the workbench supports:

  • FastHenry inductance solver
  • VoxHenry inductance solver: beta support
  • FasterCap capacitance solver: ongoing development, today at the stage of Python macro only, for creating an input file

Version

The current version of the ElectroMagnetic workbench can be shown, once installed, from the EM menu, selecting About.

The version number is also reported in the sources, in the global variable EM_VERSION in the file EM_Globals.py.

Installing

The ElectroMagnetic workbench is managed as a FreeCAD addon. It can be installed from within FreeCAD using the add-ons manager under the Tools menu, see the FreeCAD add-on documentation for more specific instructions

Manual installation

This addon can also be manually installed, but this method is not recommended, as the add-ons manager provides a more user friendly experience.

If you still wish to manually install the workbench, you can download it by clicking the Download ZIP button found on top of the page, or using Git. The addon must be un-zipped in your user's FreeCAD/Mod folder.

Note: Your user's FreeCAD folder location is obtained by typing in FreeCAD's python console: FreeCAD.ConfigGet("UserAppData").

You must then rename the new folder 'EM', i.e. the new folder structure must be /Mod/EM. Opening, or closing/reopening FreeCAD then reloads the workbenches, and the E.M. workbench will show up in the pull-down workbenches menu in FreeCAD.

Additional information

For any additional information please visit FastFieldSolvers, write on the FastFieldSolvers Forum or on the FreeCAD Forum under the FEM topic.

See LICENCE.txt for the license conditions.

Access to the binary and source code download pages on FastFieldSolvers is free, and you may access anonymously if you want.