Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

File:Helmholtz coil, B magnitude cross section.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia
File:Helmholtz coil, B magnitude cross section.svg
Size of this PNG preview of this SVG file:540 × 540 pixels.Other resolutions:240 × 240 pixels |480 × 480 pixels |768 × 768 pixels |1,024 × 1,024 pixels |2,048 × 2,048 pixels.
Original file(SVG file, nominally 540 × 540 pixels, file size: 250 KB)
This is a file from theWikimedia Commons. Information from itsdescription page there is shown below.
Commons is a freely licensed media file repository.You can help.

Summary

DescriptionHelmholtz coil, B magnitude cross section.svg
English: Cross section of B (magnetic field strength) magnitude in aHelmholtz coil (actually consisting of two coils: one at the top, one at the bottom in the plot). The eight contours are for field magnitudes of 0.5 B0, 0.8 B0, 0.9 B0, 0.95 B0, 0.99 B0, 1.01 B0, 1.05 B0, and 1.1 B0, whereB0 is field strength at center. The large center area has almost uniform field strength.
Date
SourceOwn work
AuthorMorn

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attributionshare alike
This file is licensed under theCreative CommonsAttribution-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 thesame or compatible license as the original.
https://creativecommons.org/licenses/by-sa/3.0CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue
GNU headPermission is granted to copy, distribute and/or modify this document under the terms of theGNU Free Documentation License, Version 1.2 or any later version published by theFree 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 entitledGNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
You may select the license of your choice.

Python source code

frompylabimport*# needs Matplotlibr=1res=500# grid resolution (100 seems to be sufficient here and will create a smaller SVG file)figure(figsize=(6,6))axes((0,0,1,1),frameon=False)defdist3(a,b,c,d,e,f):returnmaximum(r,sqrt((a-d)**2+(b-e)**2+(c-f)**2))x=linspace(-150,150,res)y=linspace(-150,150,res)X,Y=meshgrid(x,y)F=zeros((res,res,3))# loop over two coilsforcoilsin1,-1:# sum field contributions from coil in 10-degree stepsforpinrange(0,360,10):xc,yc,zc=(100*sin(pi*p/180),50*coils,100*cos(pi*p/180))MAG=1/((r+dist3(X,Y,0,xc,yc,zc))**3)# (We leave out the necessary constants that would be required# to get proper units because only scaling behavior will be shown# in the plot. This is also why a sum instead of an integral# can be used.)Z=cross((X[:,:,newaxis]-xc,Y[:,:,newaxis]-yc,-zc),(-zc,0,xc))F+=Z[0,:,:]*MAG[:,:,newaxis]B=sqrt(F[:,:,0]**2+F[:,:,1]**2+F[:,:,2]**2)# scale field strength by value at center:B=B/B[res/2,res/2]contour(x,y,B,levels=(.5,.8,.9,.95,.99,1.01,1.05,1.1))# add wire symbols:scatter((100,100,-100,-100),(50,-50,50,-50),s=400,color="black")axis((-130,130,-130,130))xticks([])yticks([])savefig("Helmholtz_coil,_B_magnitude_cross_section.svg")show()

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

13 May 2014

File history

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

Date/TimeThumbnailDimensionsUserComment
current00:09, 13 May 2014Thumbnail for version as of 00:09, 13 May 2014540 × 540(250 KB)Morn{{Information |Description ={{en|1=Cross section of B magnitude in a Helmholtz coil (actually consisting of two coils, one at the top, one at the bottom in the plot). Field strength is scaled by center value, isolines are at .5,.8,.9,.95,.99,1.01,1....

File usage

The following page uses this file:

Global file usage

The following other wikis use this file:

Metadata

This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.

If the file has been modified from its original state, some details may not fully reflect the modified file.

Width432pt
Height432pt
Retrieved from "https://en.wikipedia.org/wiki/File:Helmholtz_coil,_B_magnitude_cross_section.svg"

[8]ページ先頭

©2009-2025 Movatter.jp