Skip to content
Snippets Groups Projects
Commit 30432b97 authored by Rafael Ravedutti's avatar Rafael Ravedutti
Browse files

Fix static friction

parent 719cce65
Branches
Tags
1 merge request!1Implement DEM and many other features
...@@ -122,7 +122,7 @@ skin = 0.003 ...@@ -122,7 +122,7 @@ skin = 0.003
ntypes = 1 ntypes = 1
lnDryResCoeff = math.log(restitutionCoefficient); lnDryResCoeff = math.log(restitutionCoefficient);
frictionStatic = frictionCoefficient # TODO: check if this is correct frictionStatic = 0.0
frictionDynamic = frictionCoefficient frictionDynamic = frictionCoefficient
psim = pairs.simulation("dem", timesteps=timeSteps) psim = pairs.simulation("dem", timesteps=timeSteps)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment