EM Workbench: Difference between revisions

From FreeCAD Documentation
(<translate>)
(Marked this version for translation)
Line 3: Line 3:
<translate>
<translate>


== Introduction ==
== Introduction == <!--T:1-->


<!--T:2-->
The ElectroMagnetic (EM) Workbench provides the CAD front-end interface to some open source free solvers. At present it supports the 3D magnetoquasistatic impedance solver [https://www.fastfieldsolvers.com/software.htm#fasthenry2 FastHenry] (i.e. inductance and resistance extraction at "low" frequencies). Support for the 3D electrostatic capacitance solver [https://www.fastfieldsolvers.com/software.htm#fastercap FasterCap] is ongoing.
The ElectroMagnetic (EM) Workbench provides the CAD front-end interface to some open source free solvers. At present it supports the 3D magnetoquasistatic impedance solver [https://www.fastfieldsolvers.com/software.htm#fasthenry2 FastHenry] (i.e. inductance and resistance extraction at "low" frequencies). Support for the 3D electrostatic capacitance solver [https://www.fastfieldsolvers.com/software.htm#fastercap FasterCap] is ongoing.


<!--T:3-->
The EM Workbench is a [[External_workbenches|FreeCAD addon]], that can be installed on demand. It is not part of the standard FreeCAD install.
The EM Workbench is a [[External_workbenches|FreeCAD addon]], that can be installed on demand. It is not part of the standard FreeCAD install.


<!--T:4-->
{{TOCright}}
{{TOCright}}
[[Image:Screenshot_EM_window.png|600px]]
[[Image:Screenshot_EM_window.png|600px]]


== Installation ==
== Installation == <!--T:5-->


<!--T:6-->
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].
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].


<!--T:7-->
The electromagnetic solvers FastHenry2 and FasterCap must be installed separately. Their binary codes as well as the sources are freely available from [https://www.fastfieldsolvers.com FastFieldSolvers].
The electromagnetic solvers FastHenry2 and FasterCap must be installed separately. Their binary codes as well as the sources are freely available from [https://www.fastfieldsolvers.com FastFieldSolvers].


== Usage ==
== Usage == <!--T:8-->


=== FastHenry ===
=== FastHenry === <!--T:9-->


<!--T:10-->
FastHenry is a software for computing the frequency-dependant self and mutual inductances and resistances of a generic tridimensional conductive structure, in the magnetoquasistatic approximation. It can also generate Spice-compatible, multiple-frequency equivalent-circuit models.
FastHenry is a software for computing the frequency-dependant self and mutual inductances and resistances of a generic tridimensional conductive structure, in the magnetoquasistatic approximation. It can also generate Spice-compatible, multiple-frequency equivalent-circuit models.


<!--T:11-->
Knowledge of FastHenry is a pre-condition for the proficient usage of the ElectroMagnetic Workbench for FastHenry. We suggest you to read the original [https://www.fastfieldsolvers.com/documentation.htm FastHenry User's manual] and play a bit with the sample files that are provided with the installation.
Knowledge of FastHenry is a pre-condition for the proficient usage of the ElectroMagnetic Workbench for FastHenry. We suggest you to read the original [https://www.fastfieldsolvers.com/documentation.htm FastHenry User's manual] and play a bit with the sample files that are provided with the installation.


=== FasterCap ===
=== FasterCap === <!--T:12-->


<!--T:13-->
FasterCap is a powerful three- and two-dimensional capacitance extraction program.
FasterCap is a powerful three- and two-dimensional capacitance extraction program.


<!--T:14-->
Knowledge of FasterCap is a pre-condition for the proficient usage of the ElectroMagnetic Workbench for FasterCap. We suggest you to read the original [https://www.fastfieldsolvers.com/documentation.htm FasterCap help file] and play a bit with the sample files that are provided with the installation.
Knowledge of FasterCap is a pre-condition for the proficient usage of the ElectroMagnetic Workbench for FasterCap. We suggest you to read the original [https://www.fastfieldsolvers.com/documentation.htm FasterCap help file] and play a bit with the sample files that are provided with the installation.


== FastHenry Tools ==
== FastHenry Tools == <!--T:15-->


<!--T:16-->
These are tools used to interface with FastHenry:
These are tools used to interface with FastHenry:


<!--T:17-->
* [[Image:EM_FHNode.svg|32px]] [[EM_FHNode|FHNode]]: Creates a FastHenry Node object
* [[Image:EM_FHNode.svg|32px]] [[EM_FHNode|FHNode]]: Creates a FastHenry Node object
* [[Image:EM_FHSegment.svg|32px]] [[EM_FHSegment|FHSegment]]: Creates a FastHenry Segment object
* [[Image:EM_FHSegment.svg|32px]] [[EM_FHSegment|FHSegment]]: Creates a FastHenry Segment object
Line 47: Line 58:
* [[Image:EM_FHInputFile.svg|32px]] [[EM_FHInputFile|FHInputFIle]]: Creates a FastHenry Input File
* [[Image:EM_FHInputFile.svg|32px]] [[EM_FHInputFile|FHInputFIle]]: Creates a FastHenry Input File


== FasterCap Tools ==
== FasterCap Tools == <!--T:18-->


<!--T:19-->
At present, FasterCap is supported via some Macros in the Export_mesh.py file available in the ElectroMagnetic Workbench GitHub source code.
At present, FasterCap is supported via some Macros in the Export_mesh.py file available in the ElectroMagnetic Workbench GitHub source code.


== API ==
== API == <!--T:20-->


<!--T:21-->
The EM tools can be used in [[macros]] and from the [[Python]] console by using the EM API.
The EM tools can be used in [[macros]] and from the [[Python]] console by using the EM API.


== Tutorials ==
== Tutorials == <!--T:22-->


<!--T:23-->
Some video tutorials are available for the EM Workbench beta versions:
Some video tutorials are available for the EM Workbench beta versions:


<!--T:24-->
* [https://www.youtube.com/watch?v=h6Pp-_ovLZM FreeCAD ElectroMagnetic Workbench tutorial - Getting started]
* [https://www.youtube.com/watch?v=h6Pp-_ovLZM FreeCAD ElectroMagnetic Workbench tutorial - Getting started]
* [https://www.youtube.com/watch?v=5pSzPizw4e8 FreeCAD ElectroMagnetic WorkBench tutorial: create a conductive plane, part 1]
* [https://www.youtube.com/watch?v=5pSzPizw4e8 FreeCAD ElectroMagnetic WorkBench tutorial: create a conductive plane, part 1]
Line 66: Line 81:
* [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]


<!--T:25-->
[[Category:User Documentation]]
[[Category:User Documentation]]


<!--T:26-->
[[Category:Addons]]
[[Category:Addons]]


<!--T:27-->
[[Category:External Workbenches]]
[[Category:External Workbenches]]
</translate>
</translate>

Revision as of 22:50, 15 January 2019

Other languages:

Introduction

The ElectroMagnetic (EM) Workbench provides the CAD front-end interface to some open source free solvers. At present it supports the 3D magnetoquasistatic impedance solver FastHenry (i.e. inductance and resistance extraction at "low" frequencies). Support for the 3D electrostatic capacitance solver 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.

The electromagnetic solvers FastHenry2 and FasterCap must be installed separately. Their binary codes as well as the sources are freely available from FastFieldSolvers.

Usage

FastHenry

FastHenry is a software for computing the frequency-dependant self and mutual inductances and resistances of a generic tridimensional conductive structure, in the magnetoquasistatic approximation. It can also generate Spice-compatible, multiple-frequency equivalent-circuit models.

Knowledge of FastHenry is a pre-condition for the proficient usage of the ElectroMagnetic Workbench for FastHenry. We suggest you to read the original FastHenry User's manual and play a bit with the sample files that are provided with the installation.

FasterCap

FasterCap is a powerful three- and two-dimensional capacitance extraction program.

Knowledge of FasterCap is a pre-condition for the proficient usage of the ElectroMagnetic Workbench for FasterCap. We suggest you to read the original FasterCap help file and play a bit with the sample files that are provided with the installation.

FastHenry Tools

These are tools used to interface with FastHenry:

  • FHNode: Creates a FastHenry Node object
  • FHSegment: Creates a FastHenry Segment object
  • FHPath: Creates a FastHenry Path object
  • FHPlane: Creates a FastHenry uniform conductive Plane object
  • FHPlaneHole: Creates a FastHenry uniform conductive plane Hole object
  • FHPlaneAddRemoveNodeHole: Add or Remove a Node or a Hole from/to a conductive plane
  • FHEquiv: Creates a FastHenry node Equivalence object
  • FHPort: Creates a FastHenry Port object
  • FHSolver: Creates a FastHenry Solver object
  • FHInputFIle: Creates a FastHenry Input File

FasterCap Tools

At present, FasterCap is supported via some Macros in the Export_mesh.py file available in the ElectroMagnetic Workbench GitHub source code.

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 for the EM Workbench beta versions: