Metadata-Version: 2.1
Name: elmer_circuitbuilder
Version: 0.0.2
Summary: Python module for creating the circuit simulation definitions for Elmer FEM. The circuit definitions enable easy setup of coils (e.g. massive, stranded, and foil) in 2D and 3D for magnetodynamics applications.
Home-page: https://github.com/ElmerCSC/elmer_circuitbuilder.git
Author: Jonathan Velasco
Author-email: jvelasco@csc.fi
Maintainer: CSC - IT Center for Science :  ElmerFEM Developers
License: GNU General Public License v3
Description: ====================
        elmer_circuitbuilder
        ====================
        
        
        .. image:: https://img.shields.io/pypi/v/elmer_circuitbuilder.svg
                :target: https://pypi.python.org/pypi/elmer_circuitbuilder
        
        .. image:: https://img.shields.io/travis/ElmerCSC/elmer_circuitbuilder.svg
                :target: https://travis-ci.com/ElmerCSC/elmer_circuitbuilder
        
        .. image:: https://readthedocs.org/projects/elmer-circuitbuilder/badge/?version=latest
                :target: https://elmer-circuitbuilder.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        
        
        Python module for creating the circuit simulation definitions for Elmer FEM. The circuit definitions enable easy setup of coils (e.g. massive, stranded, and foil) in 2D and 3D for magnetodynamics applications.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://elmer-circuitbuilder.readthedocs.io.
        
        
        Features
        --------
        * Assembles stiffness and damping matrices of electrical circuit networks
        * Available electrical components: Resistors, Capacitors, Inductors, Ideal Current Source, Ideal Voltage Source
        * Enables coupling to ElmerFEM to perform circuit-field simulations by setting up coils (massive, stranded, foil) in 2D and 3D
        * TODO Generalization for the modeling of open stranded coils
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.0.1 (2021-10-27)
        ------------------
        
        * First release on PyPI.
        
Keywords: elmer_circuitbuilder
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Provides-Extra: dev
