File:Maxwell-Boltzmann distribution.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 600 × 480 pixels, file size: 17 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary

[edit]
Description

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]
I, the copyright holder of this work, hereby publish it under the following licenses:
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.
This licensing tag was added to this file as part of the GFDL licensing update.
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.
You may select the license of your choice.

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/TimeThumbnailDimensionsUserComment
current23:19, 23 April 2013Thumbnail for version as of 23:19, 23 April 2013600 × 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)...

Metadata