SlideShare ist ein Scribd-Unternehmen logo
1 von 14
Downloaden Sie, um offline zu lesen
Particle thrown into the air



                                 h4
                                                t4                        At equal time intervals, the
                                                                          height and velocity of the particle
                                                       t5
                                 h3                                       are recorded. After many values
                                             t3
       gravity                                                            are recorded, the distribution of
                                                         t6               velocities at different heights can
                                             t2                           be plotted.
                                h2
                                                            t7
                                           t1
                                h1
                                                            t8




Particle is emitted from surface with a random          Thermal surface of temperature T0
velocity taken from the 1 distribution. When
particle strikes the surface again, it is emitted
with new random velocity from 1 distribution.




  Reference:'Thermal walls in computer simulations', R. Tehver, Phys Rev E 1998
  <http://pre.aps.org/abstract/PRE/v57/i1/pR17_1>
Run 1: Distribution of velocities emitted from surface at temperature of 30 K




vinterval=10;     % what step to bin the velocities when plotting histograms
v=0:vinterval:500; % velocities of interest to plot histograms, ms-1


g=9.8;     % acceleration due to gravity, ms-2
T0=30;     % initial temperature, K
m=4.8e-26;   % average molecular mass of air, kg


spacing=1000;
h1=spacing; % heights to take distributions over
h2=spacing*2;
h3=spacing*3;
h4=spacing*4;


dt=1;       % time step to record the position and velocity of the particle


tmax=5*81000;     % how long to run the calculation for, 81000=1 second




                                                                               Blue line is the random values of velocities
                                                                               that were emitted from the thermal surface
                                                                                          About 17000 throws were recorded

                                                                               Black dashed line is the ideal equation from
                                                                               the reference.
Run 1: T=30 K, 17000 throws, height distribution




Can see how many particles were recorded at height intervals.

Those found between heights 0 and 1000 are counted and plotted at height 500.
Those found between heights 1000 and 2000 are counted and plotted at height 1500.
etc...


These follow an exponential fall off with height
The fall off in height is greater than x10, so one should expect a strong reduction in velocity
Run 1: T=30 K, 17000 throws, velocity distribution




If one counts how many particles had a given             If you normalise those distributions to have
velocity, then get this distribution.                    an area equal to '1', and plot the ideal 1D
                                                         Maxwell-Boltzmann distribution (black
Red line is when you count all the particles from        dashed line), then you can see they are all
heights 0 to 1000 m                                      VERY similar.
Green line is when you count all the particles
between 1000 and 2000 m                                  A little bit noisy though.
Blue is 2000 to 3000 m
Magenta is 3000 to 4000 m.
Run 1: T=30 K, 17000 throws, temperature distribution




By taking the mean velocity of the distributions on the previous slide, one can assign each
one a temperature.

The thermal surface had a temperature of 30 K, and there is no clear trend as the height
increases.

However, data is a little bit noisy, and one can get a 3 K random deviation
         This means any temperature gradient must be less than 0.001 K/m
Run 2: Distribution of velocities emitted from surface at temperature of 30 K, more throws




vinterval=10;     % what step to bin the velocities when plotting histograms
v=0:vinterval:500; % velocities of interest to plot histograms, ms-1


g=9.8;     % acceleration due to gravity, ms-2
T0=30;     % initial temperature, K
m=4.8e-26;   % average molecular mass of air, kg


spacing=1000;
h1=spacing; % heights to take distributions over
h2=spacing*2;
h3=spacing*3;
h4=spacing*4;


dt=1;       % time step to record the position and velocity of the particle

tmax=60*81000;     % how long to run the calculation for, 81000=1 second




             Because the previous run was noisy, let's increase the number of throws and
             replot the data to get a better estimate of any possible temperature gradient.

             This time there were about 204000 throws recorded
Run 2: T=20 K, 204000 throws, height distribution




Still get the exponential fall off with height as expected
Run 2: T=20 K, 204000 throws, velocity distribution




Velocity distribution now looks a little smoother
Run 2: T=20 K, 204000 throws, temperature distribution




Measured temperature fluctuations are less, about 0.3 K this time

This means any temperature gradient must be less than 0.0001 K/m

Would have run the simulation with more throws, but ran out of memory
It seems there is no temperature gradient with height under these conditions
Run 3: Distribution of velocities emitted from surface at temperature of 100 K



vinterval=10;     % what step to bin the velocities when plotting histograms
v=0:vinterval:800; % velocities of interest to plot histograms, ms-1

g=9.8;     % acceleration due to gravity, ms-2
T0=100;     % initial temperature, K
m=4.8e-26;   % average molecular mass of air, kg


spacing=1000;
h1=spacing; % heights to take distributions over
h2=spacing*2;
h3=spacing*3;
h4=spacing*4;


dt=1;       % time step to record the position and velocity of the particle

tmax=60*81000;     % how long to run the calculation for, 81000=1 second




                        Previous runs were for a temperature of 30 K.

                        Increase temperature to 100 K to see what happens.
Run 3: T=100 K, 112000 throws, height distribution




Fall off vs height is less than in previous runs, as expected
Run 3: T=100 K, 112000 throws, velocity distribution




        Data looks quite smooth
Run 3: T=100 K, 112000 throws, temperature distribution




Again get about a 0.3 K fluctuation in estimated temperature and no clear trend

Again, any temperature gradient must be less than 0.0001 K/m
Summary




A simulation was written where a particle was thrown upwards in a gravitational field

Its position and velocity were recorded at equal time intervals.

After many such throws, the positions and velocities were analysed at different height ranges

The velocity distribution at any height was found to have the same temperature
          Results were a little bit noisy, but no gradient higher than 0.0001 K/m was found
          Increasing the number of throws reduced the noise level and reduced any possible
                      temperature gradient compatible with the data
          Presumably increasing the number of throws will reduce that value further
          Also shows that the 1 distribution in the physics reference produces the correct MB
                      distribution

So...

If many particles leave at thermal equilibrium with a surface, they will have a Maxwell-Boltzmann
distribution, and the temperature will remain constant with height even in the presence of a
gravitational field.

Weitere ähnliche Inhalte

Was ist angesagt?

Box-fitting algorithm presentation
Box-fitting algorithm presentationBox-fitting algorithm presentation
Box-fitting algorithm presentationRidlo Wibowo
 
Free convection heat and mass transfer
Free convection heat and mass transferFree convection heat and mass transfer
Free convection heat and mass transferTrupesh Upadhyay
 
EES Functions and Procedures for Natural convection heat transfer
EES Functions and Procedures for Natural convection heat transferEES Functions and Procedures for Natural convection heat transfer
EES Functions and Procedures for Natural convection heat transfertmuliya
 
Physics 101 Learning Object 2
Physics 101 Learning Object 2Physics 101 Learning Object 2
Physics 101 Learning Object 2Nicole Jang
 
CH EN 3453 Heat Transfer 2014 Fall Utah Homework HW 01 Solutions
CH EN 3453 Heat Transfer 2014 Fall Utah Homework HW 01 SolutionsCH EN 3453 Heat Transfer 2014 Fall Utah Homework HW 01 Solutions
CH EN 3453 Heat Transfer 2014 Fall Utah Homework HW 01 Solutionssemihypocrite
 
Bifilar trifilar suspension apparatus
Bifilar trifilar suspension apparatusBifilar trifilar suspension apparatus
Bifilar trifilar suspension apparatusLiaquatKhan17
 
Module 9 (second law &amp; carnot cycle)
Module 9 (second law &amp; carnot cycle)Module 9 (second law &amp; carnot cycle)
Module 9 (second law &amp; carnot cycle)Yuri Melliza
 
Fox and McDonalds Introduction to Fluid Mechanics 9th Edition Pritchard Solut...
Fox and McDonalds Introduction to Fluid Mechanics 9th Edition Pritchard Solut...Fox and McDonalds Introduction to Fluid Mechanics 9th Edition Pritchard Solut...
Fox and McDonalds Introduction to Fluid Mechanics 9th Edition Pritchard Solut...KirkMcdowells
 
A Route to Chaos for the Physical Double Pendulum by
A Route to Chaos for the Physical Double Pendulum by A Route to Chaos for the Physical Double Pendulum by
A Route to Chaos for the Physical Double Pendulum by Daniel Berkowitz
 
Thermodynamics -Basic concepts
 Thermodynamics -Basic concepts Thermodynamics -Basic concepts
Thermodynamics -Basic conceptsselvakumar948
 
Derive the relationship between the effectiveness and the number of transfer ...
Derive the relationship between the effectiveness and the number of transfer ...Derive the relationship between the effectiveness and the number of transfer ...
Derive the relationship between the effectiveness and the number of transfer ...AmitKVerma3
 
Zvonimir Vlah "Lagrangian perturbation theory for large scale structure forma...
Zvonimir Vlah "Lagrangian perturbation theory for large scale structure forma...Zvonimir Vlah "Lagrangian perturbation theory for large scale structure forma...
Zvonimir Vlah "Lagrangian perturbation theory for large scale structure forma...SEENET-MTP
 

Was ist angesagt? (20)

Ch02 ssm
Ch02 ssmCh02 ssm
Ch02 ssm
 
All experiments 1
All experiments 1All experiments 1
All experiments 1
 
Units &amp; measurements
Units  &amp;  measurementsUnits  &amp;  measurements
Units &amp; measurements
 
Box-fitting algorithm presentation
Box-fitting algorithm presentationBox-fitting algorithm presentation
Box-fitting algorithm presentation
 
Free convection heat and mass transfer
Free convection heat and mass transferFree convection heat and mass transfer
Free convection heat and mass transfer
 
EES Functions and Procedures for Natural convection heat transfer
EES Functions and Procedures for Natural convection heat transferEES Functions and Procedures for Natural convection heat transfer
EES Functions and Procedures for Natural convection heat transfer
 
Free convection
Free convectionFree convection
Free convection
 
Physics 101 Learning Object 2
Physics 101 Learning Object 2Physics 101 Learning Object 2
Physics 101 Learning Object 2
 
ME300Lab4
ME300Lab4ME300Lab4
ME300Lab4
 
CH EN 3453 Heat Transfer 2014 Fall Utah Homework HW 01 Solutions
CH EN 3453 Heat Transfer 2014 Fall Utah Homework HW 01 SolutionsCH EN 3453 Heat Transfer 2014 Fall Utah Homework HW 01 Solutions
CH EN 3453 Heat Transfer 2014 Fall Utah Homework HW 01 Solutions
 
Bifilar trifilar suspension apparatus
Bifilar trifilar suspension apparatusBifilar trifilar suspension apparatus
Bifilar trifilar suspension apparatus
 
Heat Convection by Latif M. Jiji - solutions
Heat Convection by Latif M. Jiji - solutionsHeat Convection by Latif M. Jiji - solutions
Heat Convection by Latif M. Jiji - solutions
 
Seismic velocity analysis _ aghazade
Seismic velocity analysis _ aghazadeSeismic velocity analysis _ aghazade
Seismic velocity analysis _ aghazade
 
Module 9 (second law &amp; carnot cycle)
Module 9 (second law &amp; carnot cycle)Module 9 (second law &amp; carnot cycle)
Module 9 (second law &amp; carnot cycle)
 
Fox and McDonalds Introduction to Fluid Mechanics 9th Edition Pritchard Solut...
Fox and McDonalds Introduction to Fluid Mechanics 9th Edition Pritchard Solut...Fox and McDonalds Introduction to Fluid Mechanics 9th Edition Pritchard Solut...
Fox and McDonalds Introduction to Fluid Mechanics 9th Edition Pritchard Solut...
 
Chapter 1(2)INTRODUCTION TO PHYSICS
Chapter 1(2)INTRODUCTION TO PHYSICSChapter 1(2)INTRODUCTION TO PHYSICS
Chapter 1(2)INTRODUCTION TO PHYSICS
 
A Route to Chaos for the Physical Double Pendulum by
A Route to Chaos for the Physical Double Pendulum by A Route to Chaos for the Physical Double Pendulum by
A Route to Chaos for the Physical Double Pendulum by
 
Thermodynamics -Basic concepts
 Thermodynamics -Basic concepts Thermodynamics -Basic concepts
Thermodynamics -Basic concepts
 
Derive the relationship between the effectiveness and the number of transfer ...
Derive the relationship between the effectiveness and the number of transfer ...Derive the relationship between the effectiveness and the number of transfer ...
Derive the relationship between the effectiveness and the number of transfer ...
 
Zvonimir Vlah "Lagrangian perturbation theory for large scale structure forma...
Zvonimir Vlah "Lagrangian perturbation theory for large scale structure forma...Zvonimir Vlah "Lagrangian perturbation theory for large scale structure forma...
Zvonimir Vlah "Lagrangian perturbation theory for large scale structure forma...
 

Ähnlich wie Maxwell-Boltzmann particle throw

Thermal diffusivity
Thermal diffusivityThermal diffusivity
Thermal diffusivityKushaji
 
Experiment 4Newtonian CoolingEGME 306AGroup 2ABS.docx
Experiment 4Newtonian CoolingEGME 306AGroup 2ABS.docxExperiment 4Newtonian CoolingEGME 306AGroup 2ABS.docx
Experiment 4Newtonian CoolingEGME 306AGroup 2ABS.docxgitagrimston
 
ABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docxABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docxannetnash8266
 
GATE Mechanical Engineering notes on Heat Transfer
GATE Mechanical Engineering notes on Heat TransferGATE Mechanical Engineering notes on Heat Transfer
GATE Mechanical Engineering notes on Heat TransferHimanshu Vasistha
 
Mohammad AlbuloushiExperiment IVNewtonian CoolingEGME 30.docx
Mohammad AlbuloushiExperiment IVNewtonian CoolingEGME 30.docxMohammad AlbuloushiExperiment IVNewtonian CoolingEGME 30.docx
Mohammad AlbuloushiExperiment IVNewtonian CoolingEGME 30.docxmoirarandell
 
forced convection heat transfer chapter 3.ppt
forced convection heat transfer chapter 3.pptforced convection heat transfer chapter 3.ppt
forced convection heat transfer chapter 3.pptAmentiDEmiru
 
427962671-HT3-Unsteady-State-Heat-Transfer-f-pptx-Lipika-Mam-Ppt.pptx
427962671-HT3-Unsteady-State-Heat-Transfer-f-pptx-Lipika-Mam-Ppt.pptx427962671-HT3-Unsteady-State-Heat-Transfer-f-pptx-Lipika-Mam-Ppt.pptx
427962671-HT3-Unsteady-State-Heat-Transfer-f-pptx-Lipika-Mam-Ppt.pptxKajalMIshra63
 
Heat and Mass Transfer - HMT
Heat and Mass Transfer - HMTHeat and Mass Transfer - HMT
Heat and Mass Transfer - HMTThe Learning Hub
 
Conduction equation cartesian, Cylindrical, spherical (7).pptx
Conduction equation  cartesian, Cylindrical, spherical (7).pptxConduction equation  cartesian, Cylindrical, spherical (7).pptx
Conduction equation cartesian, Cylindrical, spherical (7).pptxYaredAssefa10
 
HMT CONVhdhdhdhdhdhdh hv vhvh vECTION 1.pdf
HMT CONVhdhdhdhdhdhdh hv vhvh vECTION 1.pdfHMT CONVhdhdhdhdhdhdh hv vhvh vECTION 1.pdf
HMT CONVhdhdhdhdhdhdh hv vhvh vECTION 1.pdfRaviShankar269655
 
heat cond electrical.pdf
heat cond electrical.pdfheat cond electrical.pdf
heat cond electrical.pdfawais893983
 
Biofluid Chapter 3.6.pdf
Biofluid Chapter 3.6.pdfBiofluid Chapter 3.6.pdf
Biofluid Chapter 3.6.pdfAbrarFarhan3
 
Qpedia apr07 understanding_heat_transfer_coefficient
Qpedia apr07 understanding_heat_transfer_coefficientQpedia apr07 understanding_heat_transfer_coefficient
Qpedia apr07 understanding_heat_transfer_coefficientTeguh Apriy
 
Top School in india
Top School in indiaTop School in india
Top School in indiaEdhole.com
 
HT3_Unsteady State Heat Transfer_f.pptx
HT3_Unsteady State Heat Transfer_f.pptxHT3_Unsteady State Heat Transfer_f.pptx
HT3_Unsteady State Heat Transfer_f.pptxVaishaleeApoorva
 
7 Heat Equation-2.pdf
7 Heat Equation-2.pdf7 Heat Equation-2.pdf
7 Heat Equation-2.pdfShehbazAli22
 

Ähnlich wie Maxwell-Boltzmann particle throw (20)

Thermal diffusivity
Thermal diffusivityThermal diffusivity
Thermal diffusivity
 
Experiment 4Newtonian CoolingEGME 306AGroup 2ABS.docx
Experiment 4Newtonian CoolingEGME 306AGroup 2ABS.docxExperiment 4Newtonian CoolingEGME 306AGroup 2ABS.docx
Experiment 4Newtonian CoolingEGME 306AGroup 2ABS.docx
 
ABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docxABSTRACTThe objective of this experiment is to understa.docx
ABSTRACTThe objective of this experiment is to understa.docx
 
GATE Mechanical Engineering notes on Heat Transfer
GATE Mechanical Engineering notes on Heat TransferGATE Mechanical Engineering notes on Heat Transfer
GATE Mechanical Engineering notes on Heat Transfer
 
Lectures on Extended surfaces ppt
Lectures on Extended surfaces        pptLectures on Extended surfaces        ppt
Lectures on Extended surfaces ppt
 
Mohammad AlbuloushiExperiment IVNewtonian CoolingEGME 30.docx
Mohammad AlbuloushiExperiment IVNewtonian CoolingEGME 30.docxMohammad AlbuloushiExperiment IVNewtonian CoolingEGME 30.docx
Mohammad AlbuloushiExperiment IVNewtonian CoolingEGME 30.docx
 
forced convection heat transfer chapter 3.ppt
forced convection heat transfer chapter 3.pptforced convection heat transfer chapter 3.ppt
forced convection heat transfer chapter 3.ppt
 
427962671-HT3-Unsteady-State-Heat-Transfer-f-pptx-Lipika-Mam-Ppt.pptx
427962671-HT3-Unsteady-State-Heat-Transfer-f-pptx-Lipika-Mam-Ppt.pptx427962671-HT3-Unsteady-State-Heat-Transfer-f-pptx-Lipika-Mam-Ppt.pptx
427962671-HT3-Unsteady-State-Heat-Transfer-f-pptx-Lipika-Mam-Ppt.pptx
 
Heat and Mass Transfer - HMT
Heat and Mass Transfer - HMTHeat and Mass Transfer - HMT
Heat and Mass Transfer - HMT
 
Conduction equation cartesian, Cylindrical, spherical (7).pptx
Conduction equation  cartesian, Cylindrical, spherical (7).pptxConduction equation  cartesian, Cylindrical, spherical (7).pptx
Conduction equation cartesian, Cylindrical, spherical (7).pptx
 
Lec11 lumped h capacity no mark.pdf
Lec11 lumped h capacity no mark.pdfLec11 lumped h capacity no mark.pdf
Lec11 lumped h capacity no mark.pdf
 
HMT CONVhdhdhdhdhdhdh hv vhvh vECTION 1.pdf
HMT CONVhdhdhdhdhdhdh hv vhvh vECTION 1.pdfHMT CONVhdhdhdhdhdhdh hv vhvh vECTION 1.pdf
HMT CONVhdhdhdhdhdhdh hv vhvh vECTION 1.pdf
 
heat cond electrical.pdf
heat cond electrical.pdfheat cond electrical.pdf
heat cond electrical.pdf
 
Biofluid Chapter 3.6.pdf
Biofluid Chapter 3.6.pdfBiofluid Chapter 3.6.pdf
Biofluid Chapter 3.6.pdf
 
Qpedia apr07 understanding_heat_transfer_coefficient
Qpedia apr07 understanding_heat_transfer_coefficientQpedia apr07 understanding_heat_transfer_coefficient
Qpedia apr07 understanding_heat_transfer_coefficient
 
Top School in india
Top School in indiaTop School in india
Top School in india
 
HT3_Unsteady State Heat Transfer_f.pptx
HT3_Unsteady State Heat Transfer_f.pptxHT3_Unsteady State Heat Transfer_f.pptx
HT3_Unsteady State Heat Transfer_f.pptx
 
Simple Harmonic Motion
Simple Harmonic MotionSimple Harmonic Motion
Simple Harmonic Motion
 
7 Heat Equation-2.pdf
7 Heat Equation-2.pdf7 Heat Equation-2.pdf
7 Heat Equation-2.pdf
 
Fourier series
Fourier seriesFourier series
Fourier series
 

Mehr von brslides

Lunar vs earth_temperature
Lunar vs earth_temperatureLunar vs earth_temperature
Lunar vs earth_temperaturebrslides
 
Corrections to Turtur's simple model
Corrections to Turtur's simple modelCorrections to Turtur's simple model
Corrections to Turtur's simple modelbrslides
 
Simulation of Rossi Ecat temperature profiles from the Levi report
Simulation of Rossi Ecat temperature profiles from the Levi reportSimulation of Rossi Ecat temperature profiles from the Levi report
Simulation of Rossi Ecat temperature profiles from the Levi reportbrslides
 
Rossi Hot-Cat Penon report simulation
Rossi Hot-Cat Penon report simulationRossi Hot-Cat Penon report simulation
Rossi Hot-Cat Penon report simulationbrslides
 
Analytic velocity distribution under gravity
Analytic velocity distribution under gravityAnalytic velocity distribution under gravity
Analytic velocity distribution under gravitybrslides
 
Gas in a box temperature gradient 1d
Gas in a box temperature gradient 1dGas in a box temperature gradient 1d
Gas in a box temperature gradient 1dbrslides
 
Walton applied to_vander_waals_gas
Walton applied to_vander_waals_gasWalton applied to_vander_waals_gas
Walton applied to_vander_waals_gasbrslides
 

Mehr von brslides (7)

Lunar vs earth_temperature
Lunar vs earth_temperatureLunar vs earth_temperature
Lunar vs earth_temperature
 
Corrections to Turtur's simple model
Corrections to Turtur's simple modelCorrections to Turtur's simple model
Corrections to Turtur's simple model
 
Simulation of Rossi Ecat temperature profiles from the Levi report
Simulation of Rossi Ecat temperature profiles from the Levi reportSimulation of Rossi Ecat temperature profiles from the Levi report
Simulation of Rossi Ecat temperature profiles from the Levi report
 
Rossi Hot-Cat Penon report simulation
Rossi Hot-Cat Penon report simulationRossi Hot-Cat Penon report simulation
Rossi Hot-Cat Penon report simulation
 
Analytic velocity distribution under gravity
Analytic velocity distribution under gravityAnalytic velocity distribution under gravity
Analytic velocity distribution under gravity
 
Gas in a box temperature gradient 1d
Gas in a box temperature gradient 1dGas in a box temperature gradient 1d
Gas in a box temperature gradient 1d
 
Walton applied to_vander_waals_gas
Walton applied to_vander_waals_gasWalton applied to_vander_waals_gas
Walton applied to_vander_waals_gas
 

Kürzlich hochgeladen

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 

Kürzlich hochgeladen (20)

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 

Maxwell-Boltzmann particle throw

  • 1. Particle thrown into the air h4 t4 At equal time intervals, the height and velocity of the particle t5 h3 are recorded. After many values t3 gravity are recorded, the distribution of t6 velocities at different heights can t2 be plotted. h2 t7 t1 h1 t8 Particle is emitted from surface with a random Thermal surface of temperature T0 velocity taken from the 1 distribution. When particle strikes the surface again, it is emitted with new random velocity from 1 distribution. Reference:'Thermal walls in computer simulations', R. Tehver, Phys Rev E 1998 <http://pre.aps.org/abstract/PRE/v57/i1/pR17_1>
  • 2. Run 1: Distribution of velocities emitted from surface at temperature of 30 K vinterval=10; % what step to bin the velocities when plotting histograms v=0:vinterval:500; % velocities of interest to plot histograms, ms-1 g=9.8; % acceleration due to gravity, ms-2 T0=30; % initial temperature, K m=4.8e-26; % average molecular mass of air, kg spacing=1000; h1=spacing; % heights to take distributions over h2=spacing*2; h3=spacing*3; h4=spacing*4; dt=1; % time step to record the position and velocity of the particle tmax=5*81000; % how long to run the calculation for, 81000=1 second Blue line is the random values of velocities that were emitted from the thermal surface About 17000 throws were recorded Black dashed line is the ideal equation from the reference.
  • 3. Run 1: T=30 K, 17000 throws, height distribution Can see how many particles were recorded at height intervals. Those found between heights 0 and 1000 are counted and plotted at height 500. Those found between heights 1000 and 2000 are counted and plotted at height 1500. etc... These follow an exponential fall off with height The fall off in height is greater than x10, so one should expect a strong reduction in velocity
  • 4. Run 1: T=30 K, 17000 throws, velocity distribution If one counts how many particles had a given If you normalise those distributions to have velocity, then get this distribution. an area equal to '1', and plot the ideal 1D Maxwell-Boltzmann distribution (black Red line is when you count all the particles from dashed line), then you can see they are all heights 0 to 1000 m VERY similar. Green line is when you count all the particles between 1000 and 2000 m A little bit noisy though. Blue is 2000 to 3000 m Magenta is 3000 to 4000 m.
  • 5. Run 1: T=30 K, 17000 throws, temperature distribution By taking the mean velocity of the distributions on the previous slide, one can assign each one a temperature. The thermal surface had a temperature of 30 K, and there is no clear trend as the height increases. However, data is a little bit noisy, and one can get a 3 K random deviation This means any temperature gradient must be less than 0.001 K/m
  • 6. Run 2: Distribution of velocities emitted from surface at temperature of 30 K, more throws vinterval=10; % what step to bin the velocities when plotting histograms v=0:vinterval:500; % velocities of interest to plot histograms, ms-1 g=9.8; % acceleration due to gravity, ms-2 T0=30; % initial temperature, K m=4.8e-26; % average molecular mass of air, kg spacing=1000; h1=spacing; % heights to take distributions over h2=spacing*2; h3=spacing*3; h4=spacing*4; dt=1; % time step to record the position and velocity of the particle tmax=60*81000; % how long to run the calculation for, 81000=1 second Because the previous run was noisy, let's increase the number of throws and replot the data to get a better estimate of any possible temperature gradient. This time there were about 204000 throws recorded
  • 7. Run 2: T=20 K, 204000 throws, height distribution Still get the exponential fall off with height as expected
  • 8. Run 2: T=20 K, 204000 throws, velocity distribution Velocity distribution now looks a little smoother
  • 9. Run 2: T=20 K, 204000 throws, temperature distribution Measured temperature fluctuations are less, about 0.3 K this time This means any temperature gradient must be less than 0.0001 K/m Would have run the simulation with more throws, but ran out of memory It seems there is no temperature gradient with height under these conditions
  • 10. Run 3: Distribution of velocities emitted from surface at temperature of 100 K vinterval=10; % what step to bin the velocities when plotting histograms v=0:vinterval:800; % velocities of interest to plot histograms, ms-1 g=9.8; % acceleration due to gravity, ms-2 T0=100; % initial temperature, K m=4.8e-26; % average molecular mass of air, kg spacing=1000; h1=spacing; % heights to take distributions over h2=spacing*2; h3=spacing*3; h4=spacing*4; dt=1; % time step to record the position and velocity of the particle tmax=60*81000; % how long to run the calculation for, 81000=1 second Previous runs were for a temperature of 30 K. Increase temperature to 100 K to see what happens.
  • 11. Run 3: T=100 K, 112000 throws, height distribution Fall off vs height is less than in previous runs, as expected
  • 12. Run 3: T=100 K, 112000 throws, velocity distribution Data looks quite smooth
  • 13. Run 3: T=100 K, 112000 throws, temperature distribution Again get about a 0.3 K fluctuation in estimated temperature and no clear trend Again, any temperature gradient must be less than 0.0001 K/m
  • 14. Summary A simulation was written where a particle was thrown upwards in a gravitational field Its position and velocity were recorded at equal time intervals. After many such throws, the positions and velocities were analysed at different height ranges The velocity distribution at any height was found to have the same temperature Results were a little bit noisy, but no gradient higher than 0.0001 K/m was found Increasing the number of throws reduced the noise level and reduced any possible temperature gradient compatible with the data Presumably increasing the number of throws will reduce that value further Also shows that the 1 distribution in the physics reference produces the correct MB distribution So... If many particles leave at thermal equilibrium with a surface, they will have a Maxwell-Boltzmann distribution, and the temperature will remain constant with height even in the presence of a gravitational field.