File:Maxwell-Boltzmann distribution.svg
Original file (SVG file, nominally 600 × 480 pixels, file size: 17 KB)
Captions
Summary
[edit]DescriptionMaxwell-Boltzmann distribution.svg |
Maxwell-Boltzmann distribution for oxygen. Gnuplot script: #Gnuplot script for Maxwell-Boltzman distribution
#There is 1 mln particles of oxygen in three temperatures (T1,T2,T3)
set terminal svg enhanced fname "Times" fsize 14
#set name for file
set output "Maxwell-Boltzmann_distribution_1.svg"
set border 31 lw 0.5
#Boltzmann constant [J/K]
k=1.380658E-23
#Avogadro number [1/mol]
Na=6.02214199E+23
#Mole mass of oxygen [kg/mol]
M=0.032
#conversion factor
C=273.15
#temperature [K]
T1=-100+273.15
T2=20+273.15
T3=600+273.15
#mass of particle
m=M/Na
#number of particles
N=1000000
#range 0 to 1500 m/s
set xrange [0:1500]
#number of particles
set ylabel "n"
#speed of particles
set xlabel "v (m/s)"
#plotting graph (x^2 -> x**2)
plot 4*pi*(m/(2*pi*k*T1))**(1.5)*x**2*exp(-(m*x**2)/(2*k*T1))*N title "-100",
4*pi*(m/(2*pi*k*T2))**(1.5)*x**2*exp(-(m*x**2)/(2*k*T2))*N title "20",
4*pi*(m/(2*pi*k*T3))**(1.5)*x**2*exp(-(m*x**2)/(2*k*T3))*N title "600"
|
Date | (UTC) |
Source |
This file was derived from: Maxwell-Boltzmann distribution 1.png: |
Author |
|
Other versions |
|
This is a retouched picture, which means that it has been digitally altered from its original version. Modifications: vector version. The original can be viewed here: Maxwell-Boltzmann distribution 1.png: . Modifications made by InverseHypercube.
|
Licensing
[edit]This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license. | ||
| ||
This licensing tag was added to this file as part of the GFDL licensing update.http://creativecommons.org/licenses/by-sa/3.0/CC BY-SA 3.0Creative Commons Attribution-Share Alike 3.0truetrue |
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 |
Original upload log
[edit]This image is a derivative work of the following images:
- File:Maxwell-Boltzmann_distribution_1.png licensed with Cc-by-sa-3.0-migrated, GFDL
- 2005-10-17T22:34:05Z Superborsuk 1500x1050 (89635 Bytes) #This is comment #Gnuplot script for Maxwell-Boltzman distribution #There is 1 mln particles of oxygen in three temperatures (T1,T2,T3) Maxwell-Boltzmann distribution for oxygen. [[:en:Gnuplot]] script: #output set to EPS fi
Uploaded with derivativeFX
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:19, 23 April 2013 | 600 × 480 (17 KB) | InverseHypercube (talk | contribs) | == {{int:filedesc}} == {{Information |Description=Maxwell-Boltzmann distribution for oxygen. Gnuplot script: <source> #Gnuplot script for Maxwell-Boltzman distribution #There is 1 mln particles of oxygen in three temperatures (T1,T2,T3)... |
You cannot overwrite this file.
File usage on Commons
The following 3 pages use this file:
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 | Gnuplot |
---|---|
Image title | Produced by GNUPLOT 4.6 patchlevel 1 |
Width | 600 |
Height | 480 |