git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@16053 f3b2605a-c512-4ea7-a41b...
[lammps.git] / doc / src / dielectric.txt
blobe98badf87b72c94b3a308c806044499966d76463
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 dielectric command :h3
11 [Syntax:]
13 dielectric value :pre
15 value = dielectric constant :ul
17 [Examples:]
19 dielectric 2.0 :pre
21 [Description:]
23 Set the dielectric constant for Coulombic interactions (pairwise and
24 long-range) to this value.  The constant is unitless, since it is used
25 to reduce the strength of the interactions.  The value is used in the
26 denominator of the formulas for Coulombic interactions - e.g. a value
27 of 4.0 reduces the Coulombic interactions to 25% of their default
28 strength.  See the "pair_style"_pair_style.html command for more
29 details.
31 [Restrictions:] none
33 [Related commands:]
35 "pair_style"_pair_style.html
37 [Default:]
39 dielectric 1.0 :pre