EM Workbench: Difference between revisions

From FreeCAD Documentation
(Screenshot of the workbench)
No edit summary
Line 1: Line 1:
== Introduction ==
== Introduction ==


The ElectroMagnetic (EM) Workbench provides the CAD front-end interface to some open source free solvers. At present it supports FastHenry. Support for FasterCap is ongoing.
The ElectroMagnetic (EM) Workbench provides the CAD front-end interface to some open source free solvers. At present it supports [https://www.fastfieldsolvers.com/software.htm#fasthenry2 FastHenry]. Support for [https://www.fastfieldsolvers.com/software.htm#fastercap FasterCap] is ongoing.
The EM Workbench is a [[External_workbenches|FreeCAD addon]], that can be installed on demand. It is not part of the standard FreeCAD install.


[[Image:Screenshot_EM_window.png|600px]]
[[Image:Screenshot_EM_window.png|600px]]

== Installation ==

At present, the EM Workbench must be manually installed. See the instructions in the README at the [https://github.com/ediloren/EM-Workbench-for-FreeCAD EM Workbench GihHub page].


== FastHenry Tools ==
== FastHenry Tools ==
Line 10: Line 15:


* [[Image:EM_FHNode.png|32px]] [[EM_FHNode|FHNode]]: Creates a node
* [[Image:EM_FHNode.png|32px]] [[EM_FHNode|FHNode]]: Creates a node

===Preferences===

* No preferences are supported at present.


== API ==
== API ==
Line 30: Line 31:
* [https://www.youtube.com/watch?v=slsLdLoF2OI FreeCAD ElectroMagnetic WorkBench tutorial: using the path object, part 2]
* [https://www.youtube.com/watch?v=slsLdLoF2OI FreeCAD ElectroMagnetic WorkBench tutorial: using the path object, part 2]


[[Category:User Documentation]]
[[Category:Addons]]
[[Category:Addons]]
[[Category:External Workbenches]]

Revision as of 18:42, 2 January 2019

Introduction

The ElectroMagnetic (EM) Workbench provides the CAD front-end interface to some open source free solvers. At present it supports FastHenry. Support for FasterCap is ongoing. The EM Workbench is a FreeCAD addon, that can be installed on demand. It is not part of the standard FreeCAD install.

Installation

At present, the EM Workbench must be manually installed. See the instructions in the README at the EM Workbench GihHub page.

FastHenry Tools

These are tools used to interface with FastHenry:

API

The EM tools can be used in macros and from the Python console by using the EM API.

Tutorials

Some video tutorials are available: