next up previous contents
Next: The Statistics File Up: Concepts & Files Previous: Coordinate Files   Contents


Generation of Initial Coordinates

As was stated in Sec. 2.4, an initial coordinate file is needed to provide the starting coordinates for a simulation. Since each simulation is different, system creation is left to the end user; however, we have included a few sample programs which make some specialized structures. The .in file must list the integrable objects in the correct order. The ordering of the integrable objects relies on the ordering of molecules within the meta-data file. OOPSE expects the order to comply with the following guidelines:

  1. All of the molecules of the first declared component are given before proceeding to the molecules of the second component, and so on for all subsequently declared components.
  2. The ordering of the atoms for each molecule follows the order declared in the molecule's declaration within the model file.
  3. Only atoms which are not members of a rigidBody are included.
  4. Rigid Body coordinates for a molecule are listed immediately after the the other atoms in a molecule. Some molecules may be entirely rigid, in which case, only the rigid body coordinates are given.
An example is given in the meta-data file in Scheme 2.6 which results in the .in file shown in Scheme 2.7.


\begin{lstlisting}[float,caption={Example declaration of the
$\text{I}_2$\ molec...
... ''I2'';
nMol = 1;
}
\par
initialConfig = ''mixture.in'';
\par
\end{lstlisting}


\begin{lstlisting}
% latex2shtml id marker 327
[float,caption={The contents of th...
...
Cl ...
H ...
Cl ...
H ...
Cl ...
H ...
Cl ...
I ...
I ...
\par
\end{lstlisting}


next up previous contents
Next: The Statistics File Up: Concepts & Files Previous: Coordinate Files   Contents
Copyright © 2006 - University of Notre Dame

Updated on January 16, 2006