Skip to content
Snippets Groups Projects
Commit c19d2011 authored by sjplimp's avatar sjplimp Committed by GitHub
Browse files

Merge pull request #334 from sstrong99/flow_gauss_changeRef

Updated the reference for the flow/gauss method
parents 973bef4d 2540fc28
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ The option default for the {energy} keyword is energy = no. ...@@ -151,7 +151,7 @@ The option default for the {energy} keyword is energy = no.
:line :line
:link(Strong) :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) :link(Evans)
[(Evans)] Evans and Morriss, Phys. Rev. Lett. 56, 2172 (1986). [(Evans)] Evans and Morriss, Phys. Rev. Lett. 56, 2172 (1986).
......
...@@ -34,18 +34,17 @@ using namespace FixConst; ...@@ -34,18 +34,17 @@ using namespace FixConst;
static const char cite_flow_gauss[] = static const char cite_flow_gauss[] =
"Gaussian dynamics package:\n\n" "Gaussian dynamics package:\n\n"
"@Article{strong_atomistic_2016,\n" "@Article{strong_water_2017,\n"
"title = {Atomistic Hydrodynamics and the Dynamical Hydrophobic Effect in Porous Graphene},\n" "title = {The Dynamics of Water in Porous Two-Dimensional Crystals},\n"
"volume = {7},\n" "volume = {121},\n"
"number = {10},\n" "number = {1},\n"
"issn = {1948-7185},\n" "url = {http://dx.doi.org/10.1021/acs.jpcb.6b09387},\n"
"url = {http://dx.doi.org/10.1021/acs.jpclett.6b00748},\n" "doi = {10.1021/acs.jpcb.6b09387},\n"
"doi = {10.1021/acs.jpclett.6b00748},\n" "urldate = {2016-12-07},\n"
"urldate = {2016-05-10},\n" "journal = {J. Phys. Chem. B},\n"
"journal = {J. Phys. Chem. Lett.},\n"
"author = {Strong, Steven E. and Eaves, Joel D.},\n" "author = {Strong, Steven E. and Eaves, Joel D.},\n"
"year = {2016},\n" "year = {2017},\n"
"pages = {1907--1912}\n" "pages = {189--207}\n"
"}\n\n"; "}\n\n";
FixFlowGauss::FixFlowGauss(LAMMPS *lmp, int narg, char **arg) : FixFlowGauss::FixFlowGauss(LAMMPS *lmp, int narg, char **arg) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment