mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5804 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
41900e5e1c
commit
5e200777de
|
@ -368,5 +368,5 @@ void FixWallRegion::colloid(double r, double rad)
|
||||||
void FixWallRegion::harmonic(double r)
|
void FixWallRegion::harmonic(double r)
|
||||||
{
|
{
|
||||||
fwall = 2.0*epsilon*r;
|
fwall = 2.0*epsilon*r;
|
||||||
eng = epsilon*r*r - offset;
|
eng = epsilon*r*r;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue