Skip to content

Commit 787a6ac

Browse files
authored
Update lammps-tutorials.tex
1 parent 2cbd203 commit 787a6ac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lammps-tutorials.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2513,7 +2513,8 @@ \subsubsection{System preparation}
25132513
and 1 type of angle (both required by the water molecules).
25142514
The parameters for these bond and angle constraints will be given later. The \lmpcmd{extra/ (...)}
25152515
keywords are for memory allocation. Finally, the \lmpcmd{labelmap} commands assign
2516-
alphanumeric type labels to each numeric atom type, bond type, and angle type.
2516+
alphanumeric type labels to each numeric atom type, bond type, and angle type{\color{blue}, a concept
2517+
already introduced in previous tutorials}.
25172518

25182519
Now, we can add atoms to the system. First, let us create two sub-regions corresponding
25192520
respectively to the two solid walls, and create a larger region from the union of the
@@ -2540,7 +2541,7 @@ \subsubsection{System preparation}
25402541
\end{lstlisting}
25412542
Within the last three lines, a \lmpcmd{region} named \lmpcmd{rliquid} is
25422543
created based on the last defined lattice, \lmpcmd{fcc 4.04}. \lmpcmd{rliquid}
2543-
will be used for depositing the water molecules. The \lmpcmd{molecule} command
2544+
will be used for {\color{blue} introducing} the water molecules. The \lmpcmd{molecule} command
25442545
opens up the molecule template called \flecmd{water.mol}, and names the
25452546
associated molecule \lmpcmd{h2omol}. The new molecules are placed on the
25462547
\lmpcmd{fcc 4.04} lattice by the \lmpcmd{create\_atoms} command. The first

0 commit comments

Comments
 (0)