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
Enrico Di Lorenzo - FastFieldSolvers S.R.L f96aa6eb17 * FHNode continue function and FHPath bug fix
- Implementation of the FHNode 'continue' function as in the Draft workbench
- Fix of FHNode creation from a Draft Point object
- Fix of FHPath creation with non-detected coincident nodes due to
  too strict tolerance w.r.t. FreeCAD allowed tolerance
2019-01-29 19:48:08 +01:00
Resources * Stabilization release 2019-01-10 18:49:46 +01:00
EM_FHEquiv.py * FHNode continue function and FHPath bug fix 2019-01-29 19:48:08 +01:00
EM_FHInputFile.py * Stabilization release 2019-01-10 18:49:46 +01:00
EM_FHNode.py * FHNode continue function and FHPath bug fix 2019-01-29 19:48:08 +01:00
EM_FHPath.py * Stabilization release 2019-01-10 18:49:46 +01:00
EM_FHPlane.py * Stabilization release 2019-01-10 18:49:46 +01:00
EM_FHPlaneHole.py * FHNode continue function and FHPath bug fix 2019-01-29 19:48:08 +01:00
EM_FHPort.py * FHNode continue function and FHPath bug fix 2019-01-29 19:48:08 +01:00
EM_FHSegment.py * Stabilization release 2019-01-10 18:49:46 +01:00
EM_FHSolver.py * Stabilization release 2019-01-10 18:49:46 +01:00
EM_Globals.py * FHNode continue function and FHPath bug fix 2019-01-29 19:48:08 +01:00
EM.py * Support for FHPath (multiple segments along a path) 2018-12-30 00:20:41 +01:00
Export_mesh.py * First beta working workbench supporting FastHenry.py 2018-11-15 20:23:05 +01:00
export_to_FastHenry.py * Stabilization release 2019-01-10 18:49:46 +01:00
import_fastercap.py * First beta working workbench supporting FastHenry.py 2018-11-15 20:23:05 +01:00
Init.py * Support for FHPath (multiple segments along a path) 2018-12-30 00:20:41 +01:00
InitGui.py * Support for FHPath (multiple segments along a path) 2018-12-30 00:20:41 +01: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 * Support for conductive planes (G) and .equiv statement 2018-12-08 00:10:30 +01:00
wbrl.py * Support for FHPath (multiple segments along a path) 2018-12-30 00:20:41 +01:00

ElectroMagnetic workbench for FreeCAD

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.