๐ Ideal gas
Two-dimensional Boltzmann gas
Section titled โTwo-dimensional Boltzmann gasโMaxwell-Boltzmann 2D vis-ร -vis 3D
Section titled โMaxwell-Boltzmann 2D vis-ร -vis 3DโMaxwell-Boltzmann velocity distributions for
Section titled โMaxwell-Boltzmann velocity distributions for vโ\overrightarrow{v}vโThe velocity distribution for is given by
3D case
Section titled โ3D caseโ2D case
Section titled โ2D caseโ- We have in 3 dimensions and in 2 dimensions.
- Normalisation because the integral volume depends on the dimension.
Maxwell-Boltzmann velocity distributions for
Section titled โMaxwell-Boltzmann velocity distributions for โฅvโโฅ\|\overrightarrow{v}\|โฅvโฅโIn the graphs we reduce to a radial distribution, so we take the โsurface of the cirkel/sphereโ:
where denotes the angular part. This amounts to an additional factor for 2D, for 3D.
3D case
Section titled โ3D caseโ2D case
Section titled โ2D caseโ- Factor originates from the velocities with the same speeds (surface of a cirkel/sphere).
- This is what is used in the code, e.g.
value = (v / T) * exp(-v*v / (2 * T))in 2D.