File: Osmosis.JPG

From New World Encyclopedia

Original file(1,214 × 898 pixels, file size: 83 KB, MIME type: image/jpeg)

Copyleft This work of art is distributed under the Free Art license. You are free to redistribute it and/or modify it according to terms of this license.

ArtLibre.org

This is a shot from a three dimensional computer simulation of the process of osmosis. The blue mesh is impermeable to the larger balls, whereas all of the balls are (in the animated version) bouncing about according to the rules of physical simulation of the kinetics of an ideal gas. Averaged over long period of time, each ball has has the same kinetic energy as each of the other balls, even though at any given moment the velocities are distributed according to the appropriate Boltzmann functions. Likewise, each species (in this case color) of balls (as a group) exerts time averaged force (due to the bouncing) upon the walls of the box, which corresponds to the partial pressure contribution associated with that group. These properties emerge even though the collision function used in the simulation is trivial, to wit:

void Mass::collide (Mass *X) {

 vector v_cm;
 v_cm = (velocity*mass+X->velocity*X->mass)/(mass+X->mass);
 velocity = v_cm*2 - velocity;
 X->velocity = v_cm*2 - X->velocity;
 m_bCollision = true;
 X->m_bCollision = true;

}

Accordingly, one can make theoretical assumtions about the behaviour of such mixtures according to the application of Daltons law of partial pressures, and so on, and thereby gain some insights into how certain physical processes really work.


GFDL

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. Subject to disclaimers.

source and rights

File history

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

Date/TimeThumbnailDimensionsUserComment
current12:15, 9 February 2007Thumbnail for version as of 12:15, 9 February 20071,214 × 898 (83 KB)Katya Swarts (talk | contribs)[http://en.wikipedia.org/wiki/Image:Osmosis.JPG source and rights]

The following page uses this file: