ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mattDisertation/Introduction.tex
(Generate patch)

Comparing trunk/mattDisertation/Introduction.tex (file contents):
Revision 1042 by mmeineke, Mon Feb 9 19:37:45 2004 UTC vs.
Revision 1063 by mmeineke, Mon Feb 23 19:16:22 2004 UTC

# Line 547 | Line 547 | $r_{\text{cut}}$ has a maximum value of $\text{box}/2$
547   efficiency of the force evaluation, as particles farther than a
548   predetermined distance, $r_{\text{cut}}$, are not included in the
549   calculation.\cite{Frenkel1996} In a simulation with periodic images,
550 < $r_{\text{cut}}$ has a maximum value of $\text{box}/2$.
551 < Fig.~\ref{introFig:rMax} illustrates how when using an
552 < $r_{\text{cut}}$ larger than this value, or in the extreme limit of no
553 < $r_{\text{cut}}$ at all, the corners of the simulation box are
554 < unequally weighted due to the lack of particle images in the $x$, $y$,
555 < or $z$ directions past a distance of $\text{box} / 2$.
550 > there are two methods to choose from, both with their own cutoff
551 > limits. In the minimum image convention, $r_{\text{cut}}$ has a
552 > maximum value of $\text{box}/2$. This is because each atom has only
553 > one image that is seen by another atom, and further the image used is
554 > the one that minimizes the distance between the two atoms. A system of
555 > wrapped images about a central atom therefore has a maximum length
556 > scale of box on a side (Fig.~\ref{introFig:rMaxMin}). The second
557 > convention, multiple image convention, has a maximum $r_{\text{cut}}$
558 > of box. Here multiple images of each atom are replicated in the
559 > periodic cells surrounding the central atom, this causes the atom to
560 > see multiple copies of several atoms. If the cutoff radius is larger
561 > than box, however, then the atom will see an image of itself, and
562 > attempt to calculate an unphysical self-self force interaction
563 > (Fig.~\ref{introFig:rMaxMult}). Due to the increased complexity and
564 > commputaional ineffeciency of the multiple image method, the minimum
565 > image method is the periodic method used throughout this research.
566  
567   \begin{figure}
568   \centering
569   \includegraphics[width=\linewidth]{rCutMaxFig.eps}
570 < \caption[An explanation of $r_{\text{cut}}$]{The yellow atom has all other images wrapped to itself as the center. If $r_{\text{cut}}=\text{box}/2$, then the distribution is uniform (blue atoms). However, when $r_{\text{cut}}>\text{box}/2$ the corners are disproportionately weighted (green atoms) vs the axial directions (shaded regions).}
571 < \label{introFig:rMax}
570 > \caption[An explanation of minimum image convention]{The yellow atom has all other images wrapped to itself as the center. If $r_{\text{cut}}=\text{box}/2$, then the distribution is uniform (blue atoms). However, when $r_{\text{cut}}>\text{box}/2$ the corners are disproportionately weighted (green atoms) vs the axial directions (shaded regions).}
571 > \label{introFig:rMaxMin}
572   \end{figure}
573  
574 + \begin{figure}
575 + \centering
576 + \includegraphics[width=\linewidth]{rCutMaxMultFig.eps}
577 + \caption[An explanation of multiple image convention]{The yellow atom is the central wrapping point. The blue atoms are the minimum images of the system about the central atom. The boxes with the green atoms are multiple images of the central box. If $r_{\text{cut}} \geq \{text{box}$ then the central atom sees multiple images of itself (red atom), creating a self-self force evaluation.}
578 + \label{introFig:rMaxMult}
579 + \end{figure}
580 +
581   With the use of an $r_{\text{cut}}$, however, comes a discontinuity in
582   the potential energy curve (Fig.~\ref{introFig:shiftPot}). To fix this
583   discontinuity, one calculates the potential energy at the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines