Skip to main content

An open source EM FEM simulator in Python

Project description

Introduction

Hello everybody. Thanks for showing interest in this repository.

Feel free to download your version of EMerge and start playing around with it! If you have suggestions/changes/questions either use the Github issue system or join the Discord using the following link:

https://discord.gg/7PF4WcS6uA

How to install

Clone this repository or download the files. While in the EMerge path containing the src/emerge folder, install the module using:

pip install .

If you want to install the library with PyPardiso on Intel machines, you can install the optional dependency with EMerge using:

pip install ".[pypardiso]"

Compatibility

As far as I know, the library should work on all systems. PyPARDISO is not supported on ARM but the current SuperLU and UMFPACK solvers work on ARM as well. Both SuperLU and UMFPACK can run on multi-processing implementations as long as you do entry-point protection:

import emerge as em

def main():
    # setup simulation

    model.mw.frequency_domain(True, ..., multi_processing=True)

if __name__ == "__main__":
    main()

Otherwise, the parallel solver will default to SuperLU which is significantly slower on larger problems.

Required libraries

To run this FEM library you need the following libraries

  • numpy
  • scipy
  • pypardiso
  • gmsh
  • loguru
  • numba
  • matplotlib (for the matplotlib base display)
  • pyvista (for the PyVista base display)
  • numba-progress
  • scikit-umfpack

NOTICE

First time runs will be very slow because Numba needs to generate local C-compiled functions of the assembler and other mathematical functions. These compilations are chached so this should only take time once.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emerge-0.4.9.tar.gz (269.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

emerge-0.4.9-py3-none-any.whl (214.7 kB view details)

Uploaded Python 3

File details

Details for the file emerge-0.4.9.tar.gz.

File metadata

  • Download URL: emerge-0.4.9.tar.gz
  • Upload date:
  • Size: 269.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for emerge-0.4.9.tar.gz
Algorithm Hash digest
SHA256 9e73b39881216c0e706aab597c850a1122ec079d27dde9228b54bf1a011c6e94
MD5 d9224ee8edd8b231905ea8c6372f5136
BLAKE2b-256 a7e8b396333edb95005ef915460c9eeec04bb462bf449db4b0742d4a29d26d23

See more details on using hashes here.

File details

Details for the file emerge-0.4.9-py3-none-any.whl.

File metadata

  • Download URL: emerge-0.4.9-py3-none-any.whl
  • Upload date:
  • Size: 214.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for emerge-0.4.9-py3-none-any.whl
Algorithm Hash digest
SHA256 a4e15a642d795b904e34b1eb35c89ad9442c75e95445423d0dc50a89217aa3e9
MD5 d4f1e93c50c0bcce6dc605220482f54b
BLAKE2b-256 8e1527f3e3d183df5ee7671f3b1bbba124f77e65df8eac963079eafb98e02f2b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page