Identification of the temperature

Introduction

Consider the molecular dynamics simulation of two solids that are initially separated by an insulating wall. Each system has fixed values of its energy, volume, and number of particles. The two systems will not be in thermal equilibrium and will have different temperatures. What happens when we relax the internal constraint and allow the two systems to exchange energy with one another? That is, what changes when we allow the particles in the two systems to interact with one another?

    To do the simulation we consider two systems of particles that interact via the Lennard-Jones potential. We write the potential in the form

Vab(r) = 4 εab[(σab/r)12 - (σab/r)6].

We will assume that there are two kinds of particles (red and green) and their associated parameters are

σRR = 1, σGG = 1.2, σRG = 1.1,

εRR = 1, εGG = 1.5, εRG = 1.25.

    In this simulation periodic boundary conditions are not used and the particles also interact with fixed particles (with infinite mass) that make up the walls (ε = 1 and σ = 1 for the wall particles). To ensure that we can continue to identify which particle belongs to system A and which to system B, we have added a spring to each particle so that it cannot wander too far from its original lattice site. Initially, the two systems are isolated from each other and from their surroundings.

Problems

  1. Run the simulation using the default parameters until each system appears to be in equilibrium. Initially the particles in the two solids do not interact with each other. Does the mean kinetic energy and potential energy of each system change with time? What is the mean potential and kinetic energy of each system? Is the total energy of each system fixed (to within numerical error)? Before contact describe the relation between the potential energy and kinetic energy for each solid. Are these quantities the same for each solid?
  2. Click the Contact button. When this button is clicked, the particles in the two solids are allowed to interact. What quantity is exchanged between the two systems? (The volume of each system is fixed.) Describe how the potential energy and kinetic change after contact.
  3. We are looking for a quantity that is the same in both systems after equilibrium has been established. We can associate this quantity with the temperature. Are the average kinetic and potential energies the same? If not, think about what would happen if you doubled the number of particles and the area of each system. Would the temperature change? Does it make more sense to compare the average kinetic and potential energies or the average kinetic and potential energies per particle? What quantity does become the same once the two systems are in equilibrium? Do any other quantities become approximately equal? What can you conclude about the possible identification of the temperature?

Java Classes

Updated 28 December 2007.