forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14774 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
8f3d0f743e
commit
b4abf2abd2
|
@ -5,7 +5,7 @@
|
|||
LAMMPS Documentation
|
||||
====================
|
||||
|
||||
14 Mar 2016 version
|
||||
22 Mar 2016 version
|
||||
-------------------
|
||||
|
||||
Version info:
|
||||
|
|
|
@ -78,9 +78,12 @@ results from a unitless LJ simulation into physical quantities.
|
|||
* density = mass/volume, where rho* = rho sigma^dim
|
||||
|
||||
Note that for LJ units, the default mode of thermodyamic output via
|
||||
the :doc:`thermo_style <thermo_style>` command is to normalize energies
|
||||
by the number of atoms, i.e. energy/atom. This can be changed via the
|
||||
:doc:`thermo_modify norm <thermo_modify>` command.
|
||||
the :doc:`thermo_style <thermo_style>` command is to normalize all
|
||||
extensive quantities by the number of atoms. E.g. potential energy is
|
||||
extensive because it is summed over atoms, so it is output as
|
||||
energy/atom. Temperature is intensive since it is already normalized
|
||||
by the number of atoms, so it is output as-is. This behavior can be
|
||||
changed via the :doc:`thermo_modify norm <thermo_modify>` command.
|
||||
|
||||
For style *real*, these are the units:
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -192,9 +192,12 @@ results from a unitless LJ simulation into physical quantities.</p>
|
|||
<li>density = mass/volume, where rho* = rho sigma^dim</li>
|
||||
</ul>
|
||||
<p>Note that for LJ units, the default mode of thermodyamic output via
|
||||
the <a class="reference internal" href="thermo_style.html"><em>thermo_style</em></a> command is to normalize energies
|
||||
by the number of atoms, i.e. energy/atom. This can be changed via the
|
||||
<a class="reference internal" href="thermo_modify.html"><em>thermo_modify norm</em></a> command.</p>
|
||||
the <a class="reference internal" href="thermo_style.html"><em>thermo_style</em></a> command is to normalize all
|
||||
extensive quantities by the number of atoms. E.g. potential energy is
|
||||
extensive because it is summed over atoms, so it is output as
|
||||
energy/atom. Temperature is intensive since it is already normalized
|
||||
by the number of atoms, so it is output as-is. This behavior can be
|
||||
changed via the <a class="reference internal" href="thermo_modify.html"><em>thermo_modify norm</em></a> command.</p>
|
||||
<p>For style <em>real</em>, these are the units:</p>
|
||||
<ul class="simple">
|
||||
<li>mass = grams/mole</li>
|
||||
|
|
|
@ -74,9 +74,12 @@ electric field = force/charge, where E* = E (4 pi perm0 sigma epsilon)^1/2 sigma
|
|||
density = mass/volume, where rho* = rho sigma^dim :ul
|
||||
|
||||
Note that for LJ units, the default mode of thermodyamic output via
|
||||
the "thermo_style"_thermo_style.html command is to normalize energies
|
||||
by the number of atoms, i.e. energy/atom. This can be changed via the
|
||||
"thermo_modify norm"_thermo_modify.html command.
|
||||
the "thermo_style"_thermo_style.html command is to normalize all
|
||||
extensive quantities by the number of atoms. E.g. potential energy is
|
||||
extensive because it is summed over atoms, so it is output as
|
||||
energy/atom. Temperature is intensive since it is already normalized
|
||||
by the number of atoms, so it is output as-is. This behavior can be
|
||||
changed via the "thermo_modify norm"_thermo_modify.html command.
|
||||
|
||||
For style {real}, these are the units:
|
||||
|
||||
|
|
Loading…
Reference in New Issue