File:VFPt flat cylinder magnet potential.svg
Original file (SVG file, nominally 800 × 800 pixels, file size: 159 KB)
Captions
Summary
[edit]DescriptionVFPt flat cylinder magnet potential.svg |
English: Drawing of a homogeneously magnetized flat cylindrical magnet with exactly computed magnetic field lines. The cylinder has the proportions R/L=2. The magnetic north pole is aligned on top and the magnetic south pole on the bottom, with magnetization along the cylinder axis. The magnetic scalar potential 𝜓 is shown in the background from positive (fuchsia) through zero (yellow) to negative (aqua). Note that the field lines follow the gradient of the scalar potential. |
||
Date | |||
Source | Own work | ||
Author | Geek3 | ||
Other versions | VFPt flat cylinder magnet.svg | ||
SVG development InfoField | This W3C-invalid vector image was created with Inkscape, or with something else.
| ||
Source code InfoField | SVG code# paste this code at the end of VectorFieldPlot 2.2
# https://commons.wikimedia.org/wiki/User:Geek3/VectorFieldPlot
doc = FieldplotDocument('VFPt_flat_cylinder_magnet_potential',
commons=True, width=800, height=800)
R, L2 = 2., 0.5
Bfield = Field({'coils':[ [0, 0, pi/2, R, L2 ,1]]})
Hfield = Field([ ['charged_disc', {'x0':-R, 'y0':-L2, 'x1':R, 'y1':-L2, 'Q':-1}],
['charged_disc', {'x0':-R, 'y0':L2, 'x1':R, 'y1':L2, 'Q':1}] ])
doc.draw_magnets(Bfield)
# distribute field lines proportionally to the field strength at y=0
nlines = 22
startpoints = Startpath(Bfield, lambda t: sc.array([-R + 2. * R * t, 0.])
).npoints(nlines)
for i, p0 in enumerate(startpoints):
line = FieldLine(Bfield, p0, directions='both', maxr=12)
doc.draw_line(line, arrows_style={'dist':2.5, 'scale':1.3})
U0 = Hfield.V([0., L2 + 0.02])
doc.draw_scalar_field(func=Hfield.V, cmap=doc.cmap_AqYlFs, vmin=-U0, vmax=U0)
doc.write()
|
Licensing
[edit]- 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/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 14:24, 21 September 2019 | 800 × 800 (159 KB) | Geek3 (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following 5 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on he.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_flat_cylinder_magnet_potential |
---|---|
Image title | VFPt_flat_cylinder_magnet_potential
created with VectorFieldPlot 2.2 https://commons.wikimedia.org/wiki/User:Geek3/VectorFieldPlot rights: Creative Commons Attribution ShareAlike 4.0 |
Width | 800 |
Height | 800 |