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/taitwater/morris command :h3
13 pair_style sph/taitwater/morris :pre
17 pair_style sph/taitwater/morris
18 pair_coeff * * 1000.0 1430.0 1.0 2.4 :pre
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
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
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
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.
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.
70 "pair_coeff"_pair_coeff.html, pair_sph/rhosum
77 [(Morris)] Morris, Fox, Zhu, J Comp Physics, 136, 214-226 (1997).