Metadata-Version: 2.1
Name: femagtools
Version: 1.1.8.dev0
Summary: Python API for FEMAG
Home-page: https://github.com/SEMAFORInformatik/femagtools
Author: Ronald Tanner
Author-email: tar@semafor.ch
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE
Requires-Dist: numpy (<=1.20.2)
Requires-Dist: scipy (>=1.7)
Requires-Dist: mako
Requires-Dist: six
Requires-Dist: lmfit
Requires-Dist: dxfgrabber
Requires-Dist: networkx
Requires-Dist: netCDF4
Provides-Extra: meshio
Requires-Dist: meshio (<=4.4.6) ; extra == 'meshio'
Requires-Dist: lxml ; extra == 'meshio'



FEMAG Tools 
===========
.. image:: https://travis-ci.org/SEMAFORInformatik/femagtools.svg?branch=master
    :target: https://travis-ci.org/SEMAFORInformatik/femagtools

Femagtools is an Open-Source Python-API for FEMAG offering following features:

* run Femag with a FSL file anywhere:
  locally (single and multi-core), remote (ZMQ), HT Condor, Cloud (Amazon AWS, Google Cloud)
* read ISA/BCH/BATCH/PLT 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 or from DXF
* create FSL files from DXF
* calculate machine characteristics by using analytic machine models
* execute parameter studies and multi-objective optimization

Further Information: http://docs.semafor.ch/femagtools


