1 "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
3 :link(lws,http://lammps.sandia.gov)
5 :link(lc,Section_commands.html#comm)
9 pair_style sph/heatconduction command :h3
13 pair_style sph/heatconduction :pre
17 pair_style sph/heatconduction
18 pair_coeff * * 1.0 2.4 :pre
22 The sph/heatconduction style computes heat transport between SPH particles.
23 The transport model is the diffusion euqation for the internal energy.
25 See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in
28 The following coefficients must be defined for each pair of atoms
29 types via the "pair_coeff"_pair_coeff.html command as in the examples
32 D diffusion coefficient (length^2/time units)
33 h kernel function cutoff (distance units) :ul
37 [Mixing, shift, table, tail correction, restart, rRESPA info]:
39 This style does not support mixing. Thus, coefficients for all
40 I,J pairs must be specified explicitly.
42 This style does not support the "pair_modify"_pair_modify.html
43 shift, table, and tail options.
45 This style does not write information to "binary restart
46 files"_restart.html. Thus, you need to re-specify the pair_style and
47 pair_coeff commands in an input script that reads a restart file.
49 This style can only be used via the {pair} keyword of the "run_style
50 respa"_run_style.html command. It does not support the {inner},
51 {middle}, {outer} keywords.
55 This pair style is part of the USER-SPH package. It is only enabled
56 if LAMMPS was built with that package. See the "Making
57 LAMMPS"_Section_start.html#start_3 section for more info.
61 "pair_coeff"_pair_coeff.html, pair_sph/rhosum