|
|
Next: Mechanics
Up: The Empirical Energy Functions
Previous: Embedded Atom Method
Contents
Periodic Boundary Conditions
Periodic boundary conditions are widely used to simulate bulk
properties with a relatively small number of particles. In this method
the simulation box is replicated throughout space to form an infinite
lattice. During the simulation, when a particle moves in the primary
cell, its image in other cells move in exactly the same direction with
exactly the same orientation. Thus, as a particle leaves the primary
cell, one of its images will enter through the opposite face. If the
simulation box is large enough to avoid ``feeling'' the symmetries of
the periodic lattice, surface effects can be ignored. The available
periodic cells in OOPSE are cubic, orthorhombic and
parallelepiped. OOPSE use a
matrix,
,
to describe the shape and size of the simulation box.
is
defined:
 |
(3.23) |
where
is the column vector of the
axis of the
box. During the course of the simulation both the size and shape of
the box can be changed to allow volume fluctuations when constraining
the pressure.
A real space vector,
can be transformed in to a box space
vector,
, and back through the following transformations:
The vector
is now a vector expressed as the number of box
lengths in the
,
, and
directions. To find the minimum image of a vector
, OOPSE first converts it to its corresponding vector in box space, and
then casts each element to lie in the range
:
 |
(3.26) |
where
is the
th element of
, and
is given by
 |
(3.27) |
Here
is the floor operator, and gives the largest
integer value that is not greater than
, and
is
the ceiling operator, and gives the smallest integer that is not less
than
.
Finally, the minimum image coordinates
are
obtained by transforming back to real space,
 |
(3.28) |
In this way, particles are allowed to diffuse freely in
,
but their minimum images, or
, are used to compute
the inter-atomic forces.
Next: Mechanics
Up: The Empirical Energy Functions
Previous: Embedded Atom Method
Contents
|