git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / fix_planeforce.txt
blob67956c8b6ddfdcf7c3cfe0520f0fa888b4c9c87c
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 planeforce command :h3
11 [Syntax:]
13 fix ID group-ID planeforce x y z :pre
15 ID, group-ID are documented in "fix"_fix.html command
16 planeforce = style name of this fix command
17 x y z = 3-vector that is normal to the plane :ul
19 [Examples:]
21 fix hold boundary planeforce 1.0 0.0 0.0 :pre
23 [Description:]
25 Adjust the forces on each atom in the group so that only the
26 components of force in the plane specified by the normal vector
27 (x,y,z) remain.  This is done by subtracting out the component of
28 force perpendicular to the plane.
30 If the initial velocity of the atom is 0.0 (or in the plane), then it
31 should continue to move in the plane thereafter.
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.
42 The forces due to this fix are imposed during an energy minimization,
43 invoked by the "minimize"_minimize.html command.
45 [Restrictions:] none
47 [Related commands:]
49 "fix lineforce"_fix_lineforce.html
51 [Default:] none