git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / fix_meso_stationary.txt
blob5b83573bc8bcc58d2ad6aedc1d8b18c7d46f9368
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 fix meso/stationary command :h3
11 [Syntax:]
13 fix ID group-ID meso/stationary :pre
15 ID, group-ID are documented in "fix"_fix.html command
16 meso = style name of this fix command :ul
18 [Examples:]
20 fix 1 boundary meso/stationary :pre
22 [Description:]
24 Perform time integration to update internal energy and local density,
25 but not position or velocity for atoms in the group each timestep.
26 This fix is needed for SPH simulations to correctly time-integrate
27 fixed boundary particles which constrain a fluid to a given region in
28 space.
30 See "this PDF guide"_USER/sph/SPH_LAMMPS_userguide.pdf to using SPH in
31 LAMMPS.
33 [Restart, fix_modify, output, run start/stop, minimize info:]
35 No information about this fix is written to "binary restart
36 files"_restart.html.  None of the "fix_modify"_fix_modify.html options
37 are relevant to this fix.  No global or per-atom quantities are stored
38 by this fix for access by various "output
39 commands"_Section_howto.html#howto_15.  No parameter of this fix can
40 be used with the {start/stop} keywords of the "run"_run.html command.
41 This fix is not invoked during "energy minimization"_minimize.html.
43 [Restrictions:]
45 This fix is part of the USER-SPH package.  It is only enabled if
46 LAMMPS was built with that package.  See the "Making
47 LAMMPS"_Section_start.html#start_3 section for more info.
49 [Related commands:]
51 "fix meso"
53 [Default:] none