git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / fix_drude.txt
blobfaa354b31439dbecf3dc8e04a3b31e47d1011757
2 "LAMMPS WWW Site"_lws - "LAMMPS Documentation"_ld - "LAMMPS Commands"_lc :c
4 :link(lws,http://lammps.sandia.gov)
5 :link(ld,Manual.html)
6 :link(lc,Section_commands.html#comm)
8 :line
10 fix drude command :h3
12 [Syntax:]
14 fix ID group-ID drude flag1 flag2 ... flagN :pre
16 ID, group-ID are documented in "fix"_fix.html command
17 drude = style name of this fix command
18 flag1 flag2 ... flagN = Drude flag for each atom type (1 to N) in the system :ul
20 [Examples:]
22 fix 1 all drude 1 1 0 1 0 2 2 2
23 fix 1 all drude C C N C N D D D :pre
25 [Description:]
27 Assign each atom type in the system to be one of 3 kinds of atoms
28 within the Drude polarization model. This fix is designed to be
29 used with the "thermalized Drude oscillator
30 model"_tutorial_drude.html.  Polarizable models in LAMMPS
31 are described in "this Section"_Section_howto.html#howto_25.
33 The three possible types can be designated with an integer (0,1,2)
34 or capital letter (N,C,D):
36 0 or N = non-polarizable atom (not part of Drude model)
37 1 or C = Drude core
38 2 or D = Drude electron :ul
40 [Restrictions:]
42 This fix should be invoked before any other commands that implement
43 the Drude oscillator model, such as "fix
44 langevin/drude"_fix_langevin_drude.html, "fix
45 drude/transform"_fix_drude_transform.html, "compute
46 temp/drude"_compute_temp_drude.html, "pair_style
47 thole"_pair_thole.html.
49 [Related commands:]
51 "fix langevin/drude"_fix_langevin_drude.html, "fix
52 drude/transform"_fix_drude_transform.html, "compute
53 temp/drude"_compute_temp_drude.html, "pair_style
54 thole"_pair_thole.html
56 [Default:] None