mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3286 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
7cf177e20f
commit
7771093a6a
|
@ -38,8 +38,9 @@ a random force. Rij is a unit vector in the direction Ri - Rj, Vij is
|
|||
the vector difference in velocities of the two atoms = Vi - Vj, alpha
|
||||
is a Gaussian random number with zero mean and unit variance, dt is
|
||||
the timestep size, and w(r) is a weighting factor that varies between
|
||||
0 and 1. Rc is the cutoff. Sigma is set equal to sqrt(2 T gamma),
|
||||
where T is a parameter in the pair_style command.
|
||||
0 and 1. Rc is the cutoff. Sigma is set equal to sqrt(2 Kb T gamma),
|
||||
where Kb is the Boltzmann constant and T is the temperature parameter
|
||||
in the pair_style command.
|
||||
</P>
|
||||
<P>The pairwise energy associated with this potential is only due to the
|
||||
conservative force term Fc.
|
||||
|
|
|
@ -35,8 +35,9 @@ a random force. Rij is a unit vector in the direction Ri - Rj, Vij is
|
|||
the vector difference in velocities of the two atoms = Vi - Vj, alpha
|
||||
is a Gaussian random number with zero mean and unit variance, dt is
|
||||
the timestep size, and w(r) is a weighting factor that varies between
|
||||
0 and 1. Rc is the cutoff. Sigma is set equal to sqrt(2 T gamma),
|
||||
where T is a parameter in the pair_style command.
|
||||
0 and 1. Rc is the cutoff. Sigma is set equal to sqrt(2 Kb T gamma),
|
||||
where Kb is the Boltzmann constant and T is the temperature parameter
|
||||
in the pair_style command.
|
||||
|
||||
The pairwise energy associated with this potential is only due to the
|
||||
conservative force term Fc.
|
||||
|
|
Loading…
Reference in New Issue