File: pair_none.html

package info (click to toggle)
liggghts 3.0.3%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 106,076 kB
  • ctags: 34,406
  • sloc: cpp: 363,723; python: 21,138; ansic: 9,146; perl: 3,687; sh: 2,841; fortran: 2,802; xml: 788; makefile: 485; objc: 238; lisp: 169; f90: 145; csh: 16; awk: 14
file content (45 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<HTML>
<CENTER><A HREF = "http://lammps.sandia.gov">LAMMPS WWW Site</A> - <A HREF = "Manual.html">LAMMPS Documentation</A> - <A HREF = "Section_commands.html#comm">LAMMPS Commands</A> 
</CENTER>






<HR>

<H3>pair_style none command 
</H3>
<P><B>Syntax:</B>
</P>
<PRE>pair_style none 
</PRE>
<P><B>Examples:</B>
</P>
<PRE>pair_style none 
</PRE>
<P><B>Description:</B>
</P>
<P>Using a pair style of none means pair forces are not computed.
</P>
<P>With this choice, the force cutoff is 0.0, which means that only atoms
within the neighbor skin distance (see the <A HREF = "neighbor.html">neighbor</A>
command) are communicated between processors.  You must insure the
skin distance is large enough to acquire atoms needed for computing
bonds, angles, etc.
</P>
<P>A pair style of <I>none</I> will also prevent pairwise neighbor lists from
being built.  However if the <A HREF = "neighbor.html">neighbor</A> style is <I>bin</I>,
data structures for binning are still allocated.  If the neighbor skin
distance is small, then these data structures can consume a large
amount of memory.  So you should either set the neighbor style to
<I>nsq</I> or set the skin distance to a larger value.
</P>
<P><B>Restrictions:</B> none
</P>
<P><B>Related commands:</B> none
</P>
<P><B>Default:</B> none
</P>
</HTML>