Skip to main content

Parametric coil and inductor geometry generator

Project description

PyPI - Version PyPI - License

coil-geom

coil-geom is a Python package for generating and visualizing coil and inductor geometries using clean, parametric definitions.
It is designed for engineering, scientific visualization, and symbolic / schematic-style plotting.

  • Pure geometry first (NumPy-friendly)
  • Easy plotting with Matplotlib
  • Suitable for electronics, physics, and CAD-style workflows

🔗 Project Links

Installation

pip install coil-geom

Mathematical Background

import matplotlib.pyplot as plt
import coil_geom as cg

coil = cg.CoilGeom()
xc, yc = coil.circle_coil()
xe, ye = coil.ellipse_coil()
xu, yu = coil.circle_coil(p_dist=-0.7)

fig, axs = plt.subplots(nrows=3, ncols=1, sharex=True, figsize=(8, 6))
fig.suptitle('Circle & Ellipse Coil Geometry')
axs[0].plot(xc, yc)
axs[1].plot(xe, ye)
axs[2].plot(xu, yu)

plt.show()

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

coil_geom-0.2.9.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

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

coil_geom-0.2.9-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file coil_geom-0.2.9.tar.gz.

File metadata

  • Download URL: coil_geom-0.2.9.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.9

File hashes

Hashes for coil_geom-0.2.9.tar.gz
Algorithm Hash digest
SHA256 721a553e63ccd250ae9ce07448b362b4e4c5d9cf121c13df03a90b39aaed5e40
MD5 0e6a4ec5c817bd3242e38475e3282f88
BLAKE2b-256 d6f05cd314455406e4027e55152d07b4502b583bb8ea272eb427724b6ce9c2ed

See more details on using hashes here.

File details

Details for the file coil_geom-0.2.9-py3-none-any.whl.

File metadata

  • Download URL: coil_geom-0.2.9-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.9

File hashes

Hashes for coil_geom-0.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 04ddd80332cd28c1b77a27f8bf80b40e85b743c5d49470ebdd7984469341ac50
MD5 ed4fb8e17833693e879d947b3b39998a
BLAKE2b-256 d53e10a64fde0103b33e50d862c23a03e7c603953eb71eaa35f021874b9fea0d

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