Skip to main content

User Friendly Magnetic Field Calculations

Project description

Pymagnet

User friendly magnetic field calculations in Python

License: MPL 2.0 License: CC BY-SA 4.0 DOI

Tests Status Coverage Status Flake8 Status

Getting Started

Installing pymagnet can be done using

python -m pip install pymagnet 

Pymagnet is a collection of routines to calculate and plot the magnetic field due to arbitrary 2D and 3D objects, like cubes or cylinders, as well as complex non-convex structures stored in STL files. The library can also calculate the magnetic forces and torques on one magnet due to all other magnets in the system.

The approach assumes the magnets are uniformly magnetised, and fully transparent to magnetic fields. There are some drawbacks to this compared to Finite Element Methods (FEM), but with the advantage of significantly faster calculations.

The current version is written in Python with some speed up using Numpy and Numba, but the backend is being ported to Rust for improved performance.

Features

This code uses analytical expressions to calculate the magnetic field due to simple magnets:

  • 3D: cubes, prisms (cuboids), cylinders, spheres

3D Example Slide

3D Example Volume

  • 2D: rectangles, squares, circles

2D circle contour

2D circle stream

and complex compound objects:

  • 3D: Polyhedra stored as STL meshes
  • 2D: Polygons constructed from collections of line elements

There are helper functions to plot the data as line, contour, slice, and volume plots, but the underlying data is also accessible.

Documentation

Full documentation can be found here: https://pdunne.github.io/pymagnet/

Examples

Examples can be found in the repository.

Or run on Colab:

2D Examples

Getting Started First Steps

1D Simple Plots Open In Colab

2D Standard Shapes Open In Colab

2D Arbitrary Polygons Open In Colab

Misc. Examples Open In Colab

3D Examples

Analytical Shapes 3D Examples

Spheres Open In Colab

3D STL Meshes Open In Colab

3D Stanford Bunny Open In Colab

Upload Your Own Custom Magnet Open In Colab

Forces and Torques

Cubes Open In Colab

Cylinders Open In Colab

Spheres Open In Colab

STL Cubes Open In Colab

STL Pentagonal Prisms Open In Colab

Binder

The example notebooks can be run as an instance using Binder:

Binder

Usage

Forms of this library have been used in a number of projects including Liquid flow and control without solid walls, Nature 2020.

Licensing

Source code licensed under the Mozilla Public License Version 2.0

Documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

This is a human-readable summary of (and not a substitute for) the license, adapted from CS50x. Official translations of this license are available in other languages.

You are free to:

  • Share — copy and redistribute the material in any medium or format.
  • Adapt — remix, transform, and build upon the material.

Under the following terms:

  • Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original
  • No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.

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

pymagnet-0.4.1.tar.gz (59.3 kB view hashes)

Uploaded Source

Built Distribution

pymagnet-0.4.1-py3-none-any.whl (73.0 kB view hashes)

Uploaded Python 3

Supported by

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