2.2.15.3 pair_style dpd

Setup the dissipative particle dynamics (DPD) pair style.

pair_style          dpd temp rgcut random-seed 
pair_coeff          i-type j-type a γ rcut

Examples:

pair_style          dpd 1.0 1.0 22717 2 
pair_coeff          * * 18.75 4.5 1.0

Description:

The force in the DPD potential have three components: conservative force, dissipative force and random force:

fI = JI(fCIJ + fDIJ + fRIJ ).

The formulation of these three force components are given below:

fCIJ = aIJ ωCnIJ
fDIJ = -γωD(nIJ vIJ )nIJ
fRIJ = σωRζIJ (t)-12nIJ
where ωD = (ωR)2 =, σ = √ ------
  2kBT γ, and rcut is the local cutoff set by the command pair_coeff. ζIJ is the random number and the “random-seed” is used to generate random number. In DPD, the random number is generated with a Gaussian distribution.

A common choice for the weight functions are given as

ωC = (
|{     rIJ-     IJ
  1-  rcut   (r  < rcut),
|( 0         (rIJ ≥ rcut),
ωD(rIJ ) = [ωR(rIJ )]2 = ((       )
|{     rIJ  2     IJ
   1- rcut      (r  < rcut),
|(0             (rIJ ≥ r ),
                      cut