![]() - Added FHPath object - Implemented proper path and filename for exporting FastHenry file from FHSolver/FHInputFile object - Fixed coordinate display to show the actual point coordinates when the user is selecting a point on the GUI - Added option to display / hide the internal nodes of a FHPlane - Added command to add/remove nodes/holes from an already existing FHPlane - Moved common functions / variables to EM_Globals.py - Completed all function description texts - Multiple bug fixes (load FreeCAD file, import EM, etc.) |
||
---|---|---|
Resources | ||
EM_FHEquiv.py | ||
EM_FHInputFile.py | ||
EM_FHNode.py | ||
EM_FHPath.py | ||
EM_FHPlane.py | ||
EM_FHPlaneHole.py | ||
EM_FHPort.py | ||
EM_FHSegment.py | ||
EM_FHSolver.py | ||
EM_Globals.py | ||
EM.py | ||
Export_mesh.py | ||
export_to_FastHenry.py | ||
import_fastercap.py | ||
Init.py | ||
InitGui.py | ||
launch_fastercap.py | ||
launch_fasthenry.py | ||
LICENCE.txt | ||
README.md | ||
wbrl.py |
ElectroMagnetic workbench for FreeCAD
Copyright
FastHenry support
Copyright (c) 2018 Efficient Power Conversion Corporation, Inc. http://epc-co.com
Developed by FastFieldSolvers S.R.L. http://www.fastfieldsolvers.com under contract by EPC
FasterCap and FastCap support
Copyright (c) 2018 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: ongoing development including GUI support
- FasterCap capacitance solver: ongoing development, today at the stage of Python macro only, for creating an input file
Installing
The ElectroMagnetic workbench is managed as a FreeCAD addon. This addon can be downloaded by clicking the Download ZIP button found on top of the page, or using Git. The addon must be placed 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.