File:VFPt wire out.svg

Summary

Description
English: Magnetic field of an infinite wire perpendicular to the image plane, conducting current out of the image plane.
Date
Source Own work
Author Geek3
SVG development
InfoField
Source code
InfoField

Python code

# paste this code at the end of VectorFieldPlot 1.0
doc = FieldplotDocument('VFPt_wire_out', width=400, height=400, commons=True)
field = Field({'wires':[[0,0,1]]})
doc.draw_currents(field)
r0 = 0.19
r1 = 2.2
n = 8
for i in range(n):
    r = r0 * pow(r1 / r0, i / (n - 1.))
    line = FieldLine(field, [0, r*(-1)**i], directions='both')
    doc.draw_line(line, arrows_style={'dist':2.,
        'min_arrows':1, 'offsets':[0.0, 0.5, 0.5, 1.0]})
doc.write()

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head 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.
Category:License migration redundant#VFPt%20wire%20out.svgCategory:GFDL#VFPt%20wire%20out.svg
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 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.
  • 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.
Category:CC-BY-SA-3.0#VFPt%20wire%20out.svg
You may select the license of your choice.
Category:Self-published work Category:Magnetic fields around conductors Category:Photos by User:Geek3 Category:VFPt electric and magnetic fields (image set)
Category:CC-BY-SA-3.0 Category:GFDL Category:License migration redundant Category:Magnetic fields around conductors Category:Photos by User:Geek3 Category:Self-published work Category:VFPt electric and magnetic fields (image set) Category:Valid SVG created with VectorFieldPlot code