From 1229f6f60b5067d2bd87335c4ae2fbcfcb7ac765 Mon Sep 17 00:00:00 2001 From: Steven Strong Date: Thu, 12 Jan 2017 10:15:18 -0700 Subject: [PATCH 1/2] Updated the reference for the flow/gauss method, the new reference is much more comprehensive --- doc/src/fix_flow_gauss.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/fix_flow_gauss.txt b/doc/src/fix_flow_gauss.txt index e4088cd02f..fcdc4e5589 100644 --- a/doc/src/fix_flow_gauss.txt +++ b/doc/src/fix_flow_gauss.txt @@ -151,7 +151,7 @@ The option default for the {energy} keyword is energy = no. :line :link(Strong) -[(Strong)] Strong and Eaves, J. Phys. Chem. Lett. 7, 1907 (2016). +[(Strong)] Strong and Eaves, J. Phys. Chem. B 121, 189 (2017). :link(Evans) [(Evans)] Evans and Morriss, Phys. Rev. Lett. 56, 2172 (1986). From e8e03dd4409285dad3d119df8480c0c81ae1834d Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Thu, 12 Jan 2017 23:44:33 -0500 Subject: [PATCH 2/2] Updated the reference for the flow/gauss method, the new reference is much more comprehensive --- src/USER-MISC/fix_flow_gauss.cpp | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/USER-MISC/fix_flow_gauss.cpp b/src/USER-MISC/fix_flow_gauss.cpp index ad4c78f87f..6817170013 100644 --- a/src/USER-MISC/fix_flow_gauss.cpp +++ b/src/USER-MISC/fix_flow_gauss.cpp @@ -34,18 +34,17 @@ using namespace FixConst; static const char cite_flow_gauss[] = "Gaussian dynamics package:\n\n" - "@Article{strong_atomistic_2016,\n" - "title = {Atomistic Hydrodynamics and the Dynamical Hydrophobic Effect in Porous Graphene},\n" - "volume = {7},\n" - "number = {10},\n" - "issn = {1948-7185},\n" - "url = {http://dx.doi.org/10.1021/acs.jpclett.6b00748},\n" - "doi = {10.1021/acs.jpclett.6b00748},\n" - "urldate = {2016-05-10},\n" - "journal = {J. Phys. Chem. Lett.},\n" + "@Article{strong_water_2017,\n" + "title = {The Dynamics of Water in Porous Two-Dimensional Crystals},\n" + "volume = {121},\n" + "number = {1},\n" + "url = {http://dx.doi.org/10.1021/acs.jpcb.6b09387},\n" + "doi = {10.1021/acs.jpcb.6b09387},\n" + "urldate = {2016-12-07},\n" + "journal = {J. Phys. Chem. B},\n" "author = {Strong, Steven E. and Eaves, Joel D.},\n" - "year = {2016},\n" - "pages = {1907--1912}\n" + "year = {2017},\n" + "pages = {189--207}\n" "}\n\n"; FixFlowGauss::FixFlowGauss(LAMMPS *lmp, int narg, char **arg) :