Metadata-Version: 2.1
Name: elmer_circuitbuilder
Version: 1.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: velasco_jonathan@hotmail.com
Maintainer: CSC - IT Center for Science :  ElmerFEM Developers
License: GNU Lesser General Public License v3
Keywords: elmer_circuitbuilder
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
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
License-File: LICENSE
License-File: AUTHORS.rst
Provides-Extra: dev
Requires-Dist: pytest>=3.7; extra == "dev"

====================
elmer_circuitbuilder
====================


.. image:: https://img.shields.io/pypi/v/elmer_circuitbuilder.svg
        :target: https://pypi.python.org/pypi/elmer_circuitbuilder

.. image:: https://readthedocs.org/projects/elmer-circuitbuilder/badge/?version=latest
        :target: https://github.com/ElmerCSC/elmer_circuitbuilder
        :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 Lesser General Public License v3
* Documentation: https://github.com/ElmerCSC/elmer_circuitbuilder.
* Use Examples: https://github.com/ElmerCSC/elmer-elmag/tree/main/CircuitBuilder


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

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.
