Small typos in surface tension description.
authorRossen Apostolov <rossen@kth.se>
Thu, 19 Jun 2014 09:29:56 +0000 (11:29 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 19 Jun 2014 14:45:34 +0000 (16:45 +0200)
Fixes #816.

Change-Id: I9273f186ad17b5c373d4a3e87fcf0a981dba40e3

manual/algorithms.tex

index f0938f884c133021a537aa9a2e82b88d3a37c7c0..51e925ba834f771bd7f2dc3be3c0b950de50779d 100644 (file)
@@ -1652,14 +1652,14 @@ the difference between the normal and the lateral pressure
 \eea
 where $L_z$ is the height of the box and $n$ is the number of surfaces.
 The pressure in the z-direction is corrected by scaling the height of
-the box with $\mu_z$
+the box with $\mu_{zz}$
 \beq
 \Delta P_{zz} = \frac{\Delta t}{\tau_p} \{ P_{0zz} - P_{zz}(t) \}
 \eeq
 \beq
 \mu_{zz} = 1 + \beta_{zz} \Delta P_{zz}
 \eeq
-This is similar to normal pressure coupling, except that the power
+This is similar to normal pressure coupling, except that the factor
 of $1/3$ is missing. 
 The pressure correction in the $z$-direction is then used to get the
 correct convergence for the surface tension to the reference value $\gamma_0$.
@@ -1674,7 +1674,7 @@ The value of $\beta_{zz}$ is more critical than with normal pressure
 coupling. Normally an incorrect compressibility will just scale $\tau_p$,
 but with surface tension coupling it affects the convergence of the surface
 tension. 
-When $\beta_{zz}$ is set to zero (constant box height), $\Delta P_z$ is also set
+When $\beta_{zz}$ is set to zero (constant box height), $\Delta P_{zz}$ is also set
 to zero, which is necessary for obtaining the correct surface tension. 
 
 \subsubsection{MTTK pressure control algorithms}