File:VFPt fanselau coil.svg

Original file(SVG file, nominally 800 × 600 pixels, file size: 45 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary edit

Description
English: Magnetic field around a Fanselau coil[1] consisting of four round current loops symmetric around their common axis with identical current. This arrangement removes variations in the magnetic field, up to its 5th-order derivative with respect to the center.

The inner loops have an axial position and radius . The outer loops have an axial position and radius . The current through all loops is . The central magnetic field is .

The dots symbolize where the current flows out of the image plane, whereas the crosses are where the current flows into the plane.
Date
Source Own work
Author Geek3
SVG development
InfoField
 
The SVG code is valid.
 
This plot was created with VectorFieldPlot.
Source code
InfoField

Python code

# paste this code at the end of VectorFieldPlot 1.7
doc = FieldplotDocument('VFPt_fanselau_coil', commons=True)
field = Field({'ringcurrents':[[-0.9067,0,0,0.7632,1], [-0.2976,0,0,1,1],
               [0.2976,0,0,1,1], [0.9067,0,0,0.7632,1]]})

for x0, y0, off in [[-0.2976, -0.904, 0], [0.2976, -0.904, 0],
    [0.,-0.9102,0], [0.,-0.7447,0], [0.,-0.6053,.5], [0.,-0.4701,.5],
    [0.,-0.3357,.5], [0.,-0.2014,.5], [0.,-0.0671,.5], [0.,0.0671,.5],
    [0.,0.2014,.5], [0.,0.3357,.5], [0.,0.4701,.5], [0.,0.6053,.5],
    [0.,0.7447,0], [0.,0.9102,0], [-0.2976, 0.904, 0], [0.2976, 0.904, 0]]:
    line = FieldLine(field, [x0, y0], directions='both', maxr=8)
    doc.draw_line(line, arrows_style={'dist':2,
        'min_arrows':2, 'max_arrows':4, 'offsets':[off,0.5,0.5,1.0-off]})

doc.draw_currents(field)
doc.write()

Licensing edit

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International 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.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current23:34, 12 March 2018Thumbnail for version as of 23:34, 12 March 2018800 × 600 (45 KB)Geek3 (talk | contribs)User created page with UploadWizard

Metadata