git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / pair_sph_heatconduction.txt
blobd25debe91b5ec090c66b96eda7bc8bce9e7a3ba0
1 "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
3 :link(lws,http://lammps.sandia.gov)
4 :link(ld,Manual.html)
5 :link(lc,Section_commands.html#comm)
7 :line
9 pair_style sph/heatconduction command :h3
11 [Syntax:]
13 pair_style sph/heatconduction :pre
15 [Examples:]
17 pair_style sph/heatconduction
18 pair_coeff * * 1.0 2.4 :pre
20 [Description:]
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
26 LAMMPS.
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
30 above.
32 D diffusion coefficient (length^2/time units)
33 h kernel function cutoff (distance units) :ul
35 :line
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.
53 [Restrictions:]
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.
59 [Related commands:]
61 "pair_coeff"_pair_coeff.html, pair_sph/rhosum
63 [Default:] none