~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to doc/units.html

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
</P>
46
46
<UL><LI>mass = mass or m
47
47
<LI>distance = sigma, where x* = x / sigma
48
 
<LI>time = tau, where tau = t* = t (epsilon / m / sigma^2)^1/2
 
48
<LI>time = tau, where t* = t (epsilon / m / sigma^2)^1/2
49
49
<LI>energy = epsilon, where E* = E / epsilon
50
50
<LI>velocity = sigma/tau, where v* = v tau / sigma
51
51
<LI>force = epsilon/sigma, where f* = f sigma / epsilon
61
61
<P>Note that for LJ units, the default mode of thermodyamic output via
62
62
the <A HREF = "thermo_style.html">thermo_style</A> command is to normalize energies
63
63
by the number of atoms, i.e. energy/atom.  This can be changed via the
64
 
<A HREF = "therm_modify.html">thermo_modify norm</A> command.
 
64
<A HREF = "thermo_modify.html">thermo_modify norm</A> command.
65
65
</P>
66
66
<P>For style <I>real</I>, these are the units:
67
67
</P>