Changed a few; now pulling new ones from commit c2115c2 so I do not replicate
This commit is contained in:
@ -34,13 +34,14 @@
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
static const char cite_pair_gayberne[] =
|
||||
"pair gayberne command:\n\n"
|
||||
"pair gayberne command: doi:10.1063/1.3058435\n\n"
|
||||
"@Article{Brown09,\n"
|
||||
" author = {W. M. Brown, M. K. Petersen, S. J. Plimpton, and G. S. Grest},\n"
|
||||
" title = {Liquid crystal nanodroplets in solution},\n"
|
||||
" journal = {J.~Chem.~Phys.},\n"
|
||||
" year = 2009,\n"
|
||||
" volume = 130,\n"
|
||||
" number = 4,\n"
|
||||
" pages = {044901}\n"
|
||||
"}\n\n";
|
||||
|
||||
|
||||
@ -42,13 +42,14 @@ using namespace LAMMPS_NS;
|
||||
using namespace FixConst;
|
||||
|
||||
static const char cite_user_bocs_package[] =
|
||||
"BOCS package:\n\n"
|
||||
"BOCS package: doi:10.1021/acs.jpcb.7b09993\n\n"
|
||||
"@Article{Dunn2018,\n"
|
||||
" author = {NJH Dunn, KM Lebold, MR DeLyser, JF Rudzinski, WG Noid},\n"
|
||||
" title = {BOCS: Bottom-Up Open-Source Coarse-Graining Software},\n"
|
||||
" journal = {J. Phys. Chem. B},\n"
|
||||
" title = {{BOCS}: Bottom-Up Open-Source Coarse-Graining Software},\n"
|
||||
" journal = {J.~Phys.\\ Chem.~B},\n"
|
||||
" year = 2018,\n"
|
||||
" volume = 122,\n"
|
||||
" number = 13,\n"
|
||||
" pages = {3363--3377}\n"
|
||||
"}\n\n";
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ using namespace LAMMPS_NS;
|
||||
#define EPSILON 1.0e-10
|
||||
|
||||
static const char cite_pair_edpd[] =
|
||||
"pair edpd command:\n\n"
|
||||
"pair edpd command: doi:10.1016/j.jcp.2014.02.003\n\n"
|
||||
"@Article{ZLi2014_JCP,\n"
|
||||
" author = {Li, Z. and Tang, Y.-H. and Lei, H. and Caswell, B. and Karniadakis, G.E.},\n"
|
||||
" title = {Energy-conserving dissipative particle dynamics with temperature-dependent properties},\n"
|
||||
|
||||
@ -37,13 +37,14 @@ using namespace LAMMPS_NS;
|
||||
#define EPSILON 1.0e-10
|
||||
|
||||
static const char cite_pair_mdpd[] =
|
||||
"pair mdpd command:\n\n"
|
||||
"pair mdpd command: doi:10.1063/1.4812366\n\n"
|
||||
"@Article{ZLi2013_POF,\n"
|
||||
" author = {Li, Z. and Hu, G.H. and Wang, Z.L. and Ma Y.B. and Zhou, Z.W.},\n"
|
||||
" title = {Three dimensional flow structures in a moving droplet on substrate: a dissipative particle dynamics study},\n"
|
||||
" journal = {Physics of Fluids},\n"
|
||||
" year = {2013},\n"
|
||||
" volume = {25},\n"
|
||||
" number = {7},\n"
|
||||
" pages = {072103}\n"
|
||||
"}\n\n";
|
||||
|
||||
|
||||
@ -40,13 +40,14 @@ using namespace LAMMPS_NS;
|
||||
#define EPSILON 1.0e-10
|
||||
|
||||
static const char cite_pair_tdpd[] =
|
||||
"pair tdpd command:\n\n"
|
||||
"pair tdpd command: doi:10.1063/1.4923254\n\n"
|
||||
"@Article{ZLi2015_JCP,\n"
|
||||
" author = {Li, Z. and Yazdani, A. and Tartakovsky, A. and Karniadakis, G.E.},\n"
|
||||
" title = {Transport dissipative particle dynamics model for mesoscopic advection-diffusion-reaction problems},\n"
|
||||
" journal = {The Journal of Chemical Physics},\n"
|
||||
" year = {2015},\n"
|
||||
" volume = {143},\n"
|
||||
" number = {1},\n"
|
||||
" pages = {014101}\n"
|
||||
"}\n\n";
|
||||
|
||||
|
||||
@ -53,7 +53,7 @@ extern double lmp_gpu_update_bin_size(const double subx, const double suby, cons
|
||||
const int nlocal, const double cut);
|
||||
|
||||
static const char cite_gpu_package[] =
|
||||
"GPU package (short-range, long-range and three-body potentials):\n\n"
|
||||
"GPU package (short-range, long-range and three-body potentials): doi:10.1016/j.cpc.2010.12.021\n\n"
|
||||
"@Article{Brown11,\n"
|
||||
" author = {W. M. Brown, P. Wang, S. J. Plimpton, A. N. Tharrington},\n"
|
||||
" title = {Implementing Molecular Dynamics on Hybrid High Performance Computers - Short Range Forces},\n"
|
||||
|
||||
@ -32,13 +32,14 @@
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
static const char cite_atm_package[] =
|
||||
"ATM package:\n\n"
|
||||
"ATM package: doi:10.1063/1.4704930\n\n"
|
||||
"@Article{Lishchuk:2012:164501,\n"
|
||||
" author = {S. V. Lishchuk},\n"
|
||||
" title = {Role of three-body interactions in formation of bulk viscosity in liquid argon},\n"
|
||||
" journal = {J.~Chem.~Phys.},\n"
|
||||
" year = 2012,\n"
|
||||
" volume = 136,\n"
|
||||
" number = 16,\n"
|
||||
" pages = {164501}\n"
|
||||
"}\n\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user