lammps/doc/pair_dpd_conservative.txt

73 lines
2.0 KiB
Plaintext

"LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
:link(lws,http://lammps.sandia.gov)
:link(ld,Manual.html)
:link(lc,Section_commands.html#comm)
:line
pair_style dpd/conservative command :h3
[Syntax:]
pair_style dpd/conservative cutoff :pre
cutoff = global cutoff for DPD interactions (distance units) :ul
[Examples:]
pair_style dpd/conservative 2.5
pair_coeff * * 3.0 2.5
pair_coeff 1 1 3.0 :pre
[Description:]
Style {dpd/conservative} computes the conservative force for
dissipative particle dynamics (DPD). The conservative force on atom I
due to atom J is given by
:c,image(Eqs/pair_dpd_conservative.jpg)
where the weighting factor, omega_ij, varies between 0 and 1, and is
chosen to have the following functional form:
:c,image(Eqs/pair_dpd_omega.jpg)
where Rij is a unit vector in the direction Ri - Rj, and Rc is the
cutoff. Note that alternative definitions of the weighting function
exist, but would have to be implemented as a separate pair style
command.
Style {dpd/conservative} differs from the other dpd styles in that the
dissipative and random forces are not computed within the pair style.
For style {dpd/conservative}, the pairwise energy is due only to the
conservative force term Fc, and is shifted to be zero at the cutoff
distance Rc. The pairwise virial is calculated using only the
conservative term.
Style {dpd/conservative} requires the following coefficients to be
defined for each pair of atoms types via the
"pair_coeff"_pair_coeff.html command as in the examples above, or in
the data file or restart files read by the "read_data"_read_data.html
or "read_restart"_read_restart.html commands:
A (force units)
cutoff (distance units) :ul
The last coefficient is optional. If not specified, the global DPD
cutoff is used.
:line
[Restrictions:]
The pair style {dpd/conservative} is only available if LAMMPS is built
with the USER-DPD package.
[Related commands:]
"pair_coeff"_pair_coeff.html, "pair_dpd"_pair_dpd.html
[Default:] none