Python API for FEMAG
Project description
Introduction to Femagtools
Femagtools is an Open-Source Python-API for FEMAG offering following features:
- run Femag with a FSL script file anywhere: locally (single and multi-core), remote (ZMQ), HT Condor, Cloud (Amazon AWS, Google Cloud), Docker
- read I7/ISA7, NC, BCH/BATCH, PLT, ERG files
- read and write MCV files (magnetizing curves)
- create a variety of plots
- create FSL files from model and calculation templates and/or user specific FSL
- create FSL files from DXF
- create and analyze symmetrical windings
- sizing and parameter identification
- calculate machine characteristics by using analytic machine models
- execute parameter studies and multi-objective optimization
The package can be used with Python 3.x on Linux, MacOS or Windows and is hosted on github: https://github.com/SEMAFORInformatik/femagtools/ where also many examples can be found in the examples directory. Contributions and feedback to this project are highly welcome.
The installation can be done in the usual ways with pip:
pip install 'femagtools[all]'
[all]
pulls in all optional dependencies. Up-to-date information about optional dependencies can be found in the pyproject.toml file under [project.optional-dependencies]
.
For details see the documentation http://docs.semafor.ch/femagtools
Modules and Scripts
The package provides following modules:
- mcv, tks, jhb, losscoeffs: handling magnetizing curves and iron losses
- erg, bch: read ERG, BCH/BATCH files created by FEMAG
- model, fsl: create machine and calculation models
- femag: manage the FEMAG calculation
- airgap: read airgap induction file created by a previous calculation
- machine: analytical machine models
- windings: create and analyze windings
- grid: running parameter variations
- opt: running multi objective optimizations
- plot: creating a variety of plots
- dxfsl: create FSL from DXF
- isa7, nc: read ISA7/I7, NC (NetCDF) files
- windings: create and analyze windings
- forcedens: read PLT files
- amazon, google, condor, multiproc: engines for the calculation in Cloud and HTCondor environments or locally using multiple cores
The following modules can be executed as script:
- bch: print content in json format if invoked with a BCH/BATCH file as argument
- bchxml: produces an XML file when invoked with a BCH/BATCH file as argument
- plot: produces a graphical report of a BCH/BATCH file
- airgap: prints the base harmonic amplitude of the radial component of the airgap induction when invoked with the file name of an airgap induction file
- mcv: print content in json format if invoked with a MC/MCV file as argument
- dxfsl/conv: show geometry or create fsl from dxf
Usage
For many applications it is sufficient to import femagtools:
import femagtools
The version can be checked with:
femagtools.__version__
'1.0.nn'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file femagtools-1.8.0.tar.gz
.
File metadata
- Download URL: femagtools-1.8.0.tar.gz
- Upload date:
- Size: 423.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af6b2ced3208ab943e32021aef7d60a6d22ec6f070da969e1c4cb8b3888abd5e |
|
MD5 | 9efb51c1e4d5c4d96a72509e72a5597b |
|
BLAKE2b-256 | 06e077794404f17c1476105df2521de96568d9a4fd738d88d4def4493c9d5c31 |
File details
Details for the file femagtools-1.8.0-py3-none-any.whl
.
File metadata
- Download URL: femagtools-1.8.0-py3-none-any.whl
- Upload date:
- Size: 488.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7626628a13d1265213d2d76303d993732889ff81bf7b72731573dbd1abcf223d |
|
MD5 | 342e5f57e218433c605f656337794e96 |
|
BLAKE2b-256 | 5bb2a873b1c0d15b58074df5068048428efae2f23d6350a647e7d95f7e7d51d0 |