File:VFPt Solenoid correct3.svg
Original file (SVG file, nominally 490 × 490 pixels, file size: 18 KB)
Captions
Summary
[edit]DescriptionVFPt Solenoid correct3.svg |
English: Diagram of a solenoid and its magnetic field lines. The shape of all lines was computed according to the laws of electrodynamics. |
Date | |
Source | Own work |
Author | Geek3 |
Other versions | |
SVG development InfoField | This plot was created with VectorFieldPlot. |
Source code InfoField | Python code# paste this code at the end of VectorFieldPlot 3.3
# https://commons.wikimedia.org/wiki/User:Geek3/VectorFieldPlot
doc = FieldplotDocument('VFPt_Solenoid_correct3',
width=490, height=490, unit=100, commons=True, bg_color=None)
doc.arrow_geo = {'x_nock':-2, 'x_head':4, 'x_tail':-2, 'width':4}
R = 0.49
L = 1.96
field = Field([ ['coil', {'x':0, 'y':0, 'phi':0, 'R':R, 'Lhalf':L/2, 'I':1}] ])
for a in [-0.455, -0.385, -0.275, -0.165, -0.055, 0.055, 0.165, 0.275, 0.385, 0.455]:
line = FieldLine(field, [0, a], directions='both', maxr=5)
doc.draw_line(line, linewidth=1.0, arrows_style={'dist':1.5,
'min_arrows':1, 'max_arrows':3, 'scale':2,
'offsets':{'start':1, 'leave_image':0.25, 'enter_image':0.25, 'end':1} })
current_out = doc.draw_object('g', {'id':'current_out'}, group=doc._get_defs())
doc.draw_object('circle', {'cx':'0', 'cy':'0', 'r':12.5, 'fill':'#ffffff',
'stroke':'#000000', 'stroke-width':3}, group=current_out)
doc.draw_object('circle', {'cx':'0', 'cy':'0', 'r':2.6, 'fill':'#000000',
'stroke':'none'}, group=current_out)
current_in = doc.draw_object('g', {'id':'current_in'}, group=doc._get_defs())
doc.draw_object('circle', {'cx':'0', 'cy':'0', 'r':12.5, 'fill':'#ffffff',
'stroke':'#000000', 'stroke-width':3}, group=current_in)
doc.draw_object('path', {'d':"M -8.8,-8.8 L 8.8,8.8 M -8.8,8.8 L 8.8,-8.8",
'fill':'none', 'stroke':'#000000', 'stroke-width':3}, group=current_in)
for x in sc.linspace(-0.84, 0.84, 7):
doc.draw_object('use', {'{http://www.w3.org/1999/xlink}href':'#current_out',
'transform':"translate({:.3f},{:.3f}) scale(0.01, 0.01)".format(x, R)})
doc.draw_object('use', {'{http://www.w3.org/1999/xlink}href':'#current_in',
'transform':"translate({:.3f},{:.3f}) scale(0.01, 0.01)".format(x, -R)})
doc.write()
|
Licensing
[edit]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.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
- 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.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 23:39, 22 January 2017 | 490 × 490 (18 KB) | Geek3 (talk | contribs) | == {{int:filedesc}} == {{Information |description={{en|1=Diagram of a solenoid and its magnetic field lines. The shape of all lines is correct according to the laws of electrodynamics.}} |source={{own}} |author={{U|Geek3}} |date=2010-6 |other versions=... |
You cannot overwrite this file.
File usage on Commons
The following 4 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on bar.wikipedia.org
- Usage on de.wikipedia.org
- Usage on en.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on no.wikipedia.org
- Usage on ro.wiktionary.org
- Usage on sv.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | VFPt_Solenoid_correct3 |
---|---|
Image title | VFPt_Solenoid_correct3
created with VectorFieldPlot 1.3 http://commons.wikimedia.org/wiki/User:Geek3/VectorFieldPlot and manually modified for style of arrows and symbols about: http://commons.wikimedia.org/wiki/File:VFPt_Solenoid_correct3.svg rights: GNU Free Documentation license, Creative Commons Attribution ShareAlike license |
Width | 490 |
Height | 490 |