pair_style dpd/fdt command
pair_style dpd/fdt/energy command
Accelerator Variants: dpd/fdt/energy/kk
Syntax
pair_style style args
style = dpd/fdt or dpd/fdt/energy
args = list of arguments for a particular style
dpd/fdt args = T cutoff seed T = temperature (temperature units) cutoff = global cutoff for DPD interactions (distance units) seed = random # seed (positive integer) dpd/fdt/energy args = cutoff seed cutoff = global cutoff for DPD interactions (distance units) seed = random # seed (positive integer)
Examples
pair_style dpd/fdt 300.0 2.5 34387
pair_coeff * * 3.0 1.0 2.5
pair_style dpd/fdt/energy 2.5 34387
pair_coeff * * 3.0 1.0 0.1 2.5
Description
Styles dpd/fdt and dpd/fdt/energy compute the force for dissipative particle dynamics (DPD) simulations. The dpd/fdt style is used to perform DPD simulations under isothermal and isobaric conditions, while the dpd/fdt/energy style is used to perform DPD simulations under isoenergetic and isoenthalpic conditions (see (Lisal)). For DPD simulations in general, the force on atom I due to atom J is given as a sum of 3 terms
where
For style dpd/fdt, the fluctuation-dissipation theorem defines
A (force units)
(force*time^(1/2) units)cutoff (distance units)
The last coefficient is optional. If not specified, the global DPD cutoff is used.
Style dpd/fdt/energy is used to perform DPD simulations under
isoenergetic and isoenthalpic conditions. The fluctuation-dissipation
theorem defines
where
A (force units)
(force*time^(1/2) units) (energy*temperature/time units)cutoff (distance units)
The last coefficient is optional. If not specified, the global DPD cutoff is used.
The pairwise energy associated with styles dpd/fdt and
dpd/fdt/energy is only due to the conservative force term
The forces computed through the dpd/fdt and dpd/fdt/energy styles can be integrated with the velocity-Verlet integration scheme or the Shardlow splitting integration scheme described by (Lisal). In the cases when these pair styles are combined with the fix shardlow, these pair styles differ from the other dpd styles in that the dissipative and random forces are split from the force calculation and are not computed within the pair style. Thus, only the conservative force is computed by the pair style, while the stochastic integration of the dissipative and random forces are handled through the Shardlow splitting algorithm approach. The Shardlow splitting algorithm is advantageous, especially when performing DPD under isoenergetic conditions, as it allows significantly larger timesteps to be taken.
Styles with a gpu, intel, kk, omp, or opt suffix are functionally the same as the corresponding style without the suffix. They have been optimized to run faster, depending on your available hardware, as discussed on the Accelerator packages page. The accelerated styles take the same arguments and should produce the same results, except for round-off and precision issues.
These accelerated styles are part of the GPU, INTEL, KOKKOS, OPENMP, and OPT packages, respectively. They are only enabled if LAMMPS was built with those packages. See the Build package page for more info.
You can specify the accelerated styles explicitly in your input script by including their suffix, or you can use the -suffix command-line switch when you invoke LAMMPS, or you can use the suffix command in your input script.
See the Accelerator packages page for more instructions on how to use the accelerated styles effectively.
Restrictions
These commands are part of the DPD-REACT package. They are only enabled if LAMMPS was built with that package. See the Build package page for more info.
Pair styles dpd/fdt and dpd/fdt/energy require use of the comm_modify vel yes option so that velocities are stored by ghost atoms.
Pair style dpd/fdt/energy requires atom_style dpd to be used in order to properly account for the particle internal energies and temperatures.
Default
none
(Lisal) M. Lisal, J.K. Brennan, J. Bonet Avalos, J. Chem. Phys., 135, 204105 (2011).