git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / pair_sph_taitwater_morris.txt
blobe6c5a6bb20dc302fa3105af4c3c224d9e2411b98
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/taitwater/morris command :h3
11 [Syntax:]
13 pair_style sph/taitwater/morris :pre
15 [Examples:]
17 pair_style sph/taitwater/morris
18 pair_coeff * * 1000.0 1430.0 1.0 2.4 :pre
20 [Description:]
22 The sph/taitwater/morris style computes pressure forces between SPH
23 particles according to Tait's equation of state:
25 :c,image(Eqs/pair_sph_tait.jpg)
27 where gamma = 7 and B = c_0^2 rho_0 / gamma, with rho_0 being the
28 reference density and c_0 the reference speed of sound.
30 This pair style also computes laminar viscosity "(Morris)"_#Morris.
32 See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in
33 LAMMPS.
35 The following coefficients must be defined for each pair of atoms
36 types via the "pair_coeff"_pair_coeff.html command as in the examples
37 above.
39 rho0 reference density (mass/volume units)
40 c0 reference soundspeed (distance/time units)
41 nu dynamic viscosity (mass*distance/time units)
42 h kernel function cutoff (distance units) :ul
44 :line
46 [Mixing, shift, table, tail correction, restart, rRESPA info]:
48 This style does not support mixing.  Thus, coefficients for all
49 I,J pairs must be specified explicitly.
51 This style does not support the "pair_modify"_pair_modify.html
52 shift, table, and tail options.
54 This style does not write information to "binary restart
55 files"_restart.html.  Thus, you need to re-specify the pair_style and
56 pair_coeff commands in an input script that reads a restart file.
58 This style can only be used via the {pair} keyword of the "run_style
59 respa"_run_style.html command.  It does not support the {inner},
60 {middle}, {outer} keywords.
62 [Restrictions:]
64 This pair style is part of the USER-SPH package.  It is only enabled
65 if LAMMPS was built with that package.  See the "Making
66 LAMMPS"_Section_start.html#start_3 section for more info.
68 [Related commands:]
70 "pair_coeff"_pair_coeff.html, pair_sph/rhosum
72 [Default:] none
74 :line
76 :link(Morris)
77 [(Morris)] Morris, Fox, Zhu, J Comp Physics, 136, 214-226 (1997).