File:VFPt anti-helmholtz coil1.svg
Summary
Description |
English: Magnetic field around two coils in anti-Helmholtz configuration. The distance of the coils matches their radius. The current inside the two coils flows in opposite direction. |
Date | |
Source | Own work |
Author | Geek3 |
Other versions |
VFPt anti-helmholtz coil.svg (rotated version) |
SVG development | |
Source code | Python code# paste this code at the end of VectorFieldPlot 1.3
doc = FieldplotDocument('VFPt_anti-helmholtz_coil1', commons=True)
rx, ry = 1.0, 0.5
n=7
field = Field({'ringcurrents':[[0, -ry, pi/2, rx, -1], [0, ry, pi/2, rx, 1]]})
for sx, sy in [(a, b) for a in (-1, 1) for b in (-1, 1)]:
for i in range(n):
ex=1.30; t = (1 - (1 - 0.88 ** ex) ** ((i + 1.0) / n)) ** (1./ex)
line = FieldLine(field, [sx*rx*t, sy*ry*t], directions='both', maxr=6)
doc.draw_line(line, arrows_style={'dist':2.5, 'min_arrows':1})
doc.draw_currents(field)
doc.write()
|
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
![]() |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- 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.
You may select the license of your choice.
Category:CC-BY-3.0
Category:GFDL
Category:Helmholtz coils
Category:License migration redundant
Category:Magnetic fields around current loops
Category:Photos by User:Geek3
Category:Self-published work
Category:VFPt electric and magnetic fields (image set)
Category:Valid SVG created with VectorFieldPlot code