yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #12749
[Branch ~yade-pkg/yade/git-trunk] Rev 3909: Fix O.engines in examples/cylinders/cylinderconnection-roots.py
------------------------------------------------------------
revno: 3909
committer: Francois <francois.kneib@xxxxxxxxx>
timestamp: Thu 2016-06-16 08:32:32 +0200
message:
Fix O.engines in examples/cylinders/cylinderconnection-roots.py
modified:
examples/cylinders/cylinderconnection-roots.py
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'examples/cylinders/cylinderconnection-roots.py'
--- examples/cylinders/cylinderconnection-roots.py 2016-06-10 12:10:19 +0000
+++ examples/cylinders/cylinderconnection-roots.py 2016-06-16 06:32:32 +0000
@@ -26,14 +26,16 @@
Ig2_Box_Sphere_ScGeom(),
Ig2_GridNode_GridNode_GridNodeGeom6D(),
Ig2_Sphere_GridConnection_ScGridCoGeom(),
+ Ig2_GridConnection_GridConnection_GridCoGridCoGeom()
],
[
Ip2_CohFrictMat_CohFrictMat_CohFrictPhys(setCohesionNow=True,setCohesionOnNewContacts=False), # internal cylinder physics
Ip2_FrictMat_FrictMat_FrictPhys() # physics for external interactions, i.e., cylinder-cylinder, sphere-sphere, cylinder-sphere
],
[
- Law2_ScGeom_FrictPhys_CundallStrack(), # contact law for sphere-sphere, cylinder-sphere
- Law2_ScGeom6D_CohFrictPhys_CohesionMoment(), # contact law for "internal" cylider forces
+ Law2_ScGeom_FrictPhys_CundallStrack(), # contact law for sphere-sphere
+ Law2_ScGridCoGeom_FrictPhys_CundallStrack(), # contact law for cylinder-sphere
+ Law2_ScGeom6D_CohFrictPhys_CohesionMoment(), # contact law for "internal" cylinder forces
Law2_GridCoGridCoGeom_FrictPhys_CundallStrack() # contact law for cylinder-cylinder interaction
]
),