← Back to team overview

yade-users team mailing list archive

Re: [Question #263634]: MatchMaker use

 

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

    Status: Needs information => Open

Andy Torres gave more information on the question:
Hi Jerome,  thanks for the answer!
Yes, the lp2 is in the only O.engine i have. 
I show you here the full O.engine i used:

O.engines=[
   ForceResetter(),
   InsertionSortCollider([Bo1_Sphere_Aabb(),Bo1_Facet_Aabb()]),
   InteractionLoop(
      [Ig2_Sphere_Sphere_ScGeom(),Ig2_Facet_Sphere_ScGeom()],
      [Ip2_ViscElMat_ViscElMat_ViscElPhys(frictAngle=MatchMaker(matches=[(matId1,matId1,.4),(matId1,matId2,.8)],algo='max')))],
      [Law2_ScGeom_ViscElPhys_Basic()]
   ),
   NewtonIntegrator(gravity=(0,0,-9.81),damping=0.0),
   TranslationEngine(dead=True,ids=EsFix,translationAxis=(0,0,1),velocity=-100,label='TrasEngineSuel'),
   PyRunner(command='checkFlux()',iterPeriod=int(1/deltaT)),
   VTKRecorder(iterPeriod=int(1/deltaT),ascii=True,recorders=['all'],fileName='./VTK/Bunker-d6_')
]

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.