Closed ramess101 closed 6 years ago
@ejmaginn
I just wanted to point you to this issue from a few months ago discussing how we want to express the viscosity equations.
@ejmaginn
Also, I think that there is a typo in Liu et al. Equation 6. I think the p(alpha,beta) term before tr(p) is the only term that is 1 for alpha=beta and 0 for alpha!=beta. In other words, it likely was supposed to be a different variable, like delta(alpha,beta).
So I think the equation should be something like:
P(\alpha,\beta) = \frac{p{\alpha,\beta}+p{\beta,\alpha}}{2} - \frac{\delta{\alpha,\beta}}{3}tr(p) where p is the stress tensor, $\delta{\alpha,\beta} = 1 for $\alpha = \beta$ and $\delta{\alpha,\beta} = 0 for $\alpha \ne \beta$. Otherwise, you have a units issue and the math does not work out. The article that Liu cites as Ref 20 (the 1994 Australian publication by Daivis and Evans) is not very clear but Chen et al. and Mondello et al. (see above) seem to use this expression.
Furthermore, the factor of 4/3 that arises appears to be a debated issue that is put forward by Borodin et al. but Chen et al. explains why they prefer not using a factor of 4/3 (see above).
Borodin et al. (also notice that they use the delta_(alpha,beta) notation)
However, if you do not use a factor of 4/3 for the alpha=beta terms, you will not get 10 eta, just 9 eta. So I am still unclear about the weighting factor. But I guess this just demonstrates why we need a document that explains these confusing nuances.
@ejmaginn @dcarls0n
I did not enter the Einstein viscosity expression correctly in Table 1. I am missing an integral inside of the average (a units check shows that Table 1 is missing a factor of time^2). I will fix this after @ejmaginn has pushed his changes. Also, I think we should adopt the notation used by Hess (see above) where we explicitly show that the average is over different initial times (t0). GROMACS provides the same expression:
Thanks Richard. I will push my changes Monday and let everyone know. I won’t mess with the equations.
Ed
Edward Maginn Dorini Family Professor and Department Chair Department of Chemical and Biomolecular Engineering University of Notre Dame Notre Dame, IN 46556 USA cbe.nd.edu ed@nd.edu @ejmaginn view my papers: https://goo.gl/kgMMBe
On Apr 20, 2018, at 9:41 AM, Richard Messerly notifications@github.com wrote:
@ejmaginn https://github.com/ejmaginn @dcarls0n https://github.com/dcarls0n I did not enter the Einstein viscosity expression correctly in Table 1. I am missing an integral inside of the average. I will fix this after @ejmaginn https://github.com/ejmaginn has pushed his changes. Also, I think we should adopt the notation used by Hess (see above) where we explicitly show that the average is over different initial times (t0). GROMACS provides the same expression:
https://user-images.githubusercontent.com/23408516/39054120-07629d52-446e-11e8-812f-1c521aafa8a0.png — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ejmaginn/TransportCheckList/issues/4#issuecomment-383099516, or mute the thread https://github.com/notifications/unsubscribe-auth/AJKiXXVqYczB_LfzGdS1fD5wruPtZoZqks5tqeV_gaJpZM4RN0he.
A few variations of the Green-Kubo/Einstein equations are found in the literature, particularly for viscosity. The primary differences are related to what terms of the pressure/stress tensor are included. Some earlier studies appear to have only included Pxy (or Pxz), while more recent studies include at least the three off-diagonal terms and some studies use additional terms.
For example, this is what Mundy et al. (Siepmann) reported in 1996:
This is what Hess reported in 2002:
Notice that he still used the Pxz syntax although it appears that he included all three off-diagonal terms. If he did use all three off-diagonal terms, I believe his equations are missing a normalization constant. Although perhaps the constant is lumped into the integrand since he does not explicitly define Pxz.
However, in 1997 Mondello et al. reported using off-diagonal and additional terms:
In fact, Allen and Tildesley discussed averaging the three off-diagonal contributions in their famous text from 1987:
Chen et al. in 2002 provided a comparison between using just off-diagonal terms and all six terms. They also discussed different methods for weighting the contributions of each term:
Chen et al. also demonstrated that using all six terms is very similar to just the off-diagonal terms:
Liu et al. (Maginn) provided a useful mini-derivation for the normalization factor of the six term approach:
So what should we do with these variations? Should we include multiple forms of the Green-Kubo/Einstein equations since they are prevalent in the literature? I think our recommendation should be to use all six terms to improve statistical averaging but I think we should still include the other versions.