← Back to team overview

yade-users team mailing list archive

Re: [Question #708020]: Reassigning rolling friction after compaction

 

Question #708020 on Yade changed:
https://answers.launchpad.net/yade/+question/708020

    Status: Open => Solved

Kevin Kuei confirmed that the question is solved:
Update: seems to be working now.

I needed to use Ig2_Sphere_Sphere_ScGeom6D instead of
Ig2_Sphere_Sphere_ScGeom for the geometry functor, and was missing the
always_use_moment_law=True attribute in
Law2_ScGeom6D_CohFrictPhys_CohesionMoment.

InteractionLoop(
  [Ig2_Sphere_Sphere_ScGeom6D()], 
  [Ip2_CohFrictMat_CohFrictMat_CohFrictPhys(setCohesionNow=True 
  [Law2_ScGeom6D_CohFrictPhys_CohesionMoment(always_use_moment_law=True, useIncrementalForm=True)])

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.