------------------------------------------------------------ revno: 2548 committer: Bruno Chareyre <[email protected]> branch nick: yade timestamp: Mon 2010-11-15 10:59:10 +0100 message: - declare deprecated names (part of r2543) - revert experimental parameters previously commited by mistake in cylinder script modified: py/system.py scripts/test/chained-cylinder-spring.py
-- lp:yade https://code.launchpad.net/~yade-dev/yade/trunk Your team Yade developers is subscribed to branch lp:yade. To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'py/system.py' --- py/system.py 2010-11-03 15:50:02 +0000 +++ py/system.py 2010-11-15 09:59:10 +0000 @@ -149,6 +149,8 @@ 'SpiralEngine':'HelixEngine', # Sat Oct 30 05:52:06 2010, vac...@flux 'InterpolatingSpiralEngine':'InterpolatingHelixEngine', # Sat Oct 30 05:52:21 2010, vac...@flux 'SpiralInteractionLocator2d':'HelixInteractionLocator2d', # Sat Oct 30 05:53:04 2010, vac...@flux + 'Law2_ScGeom_CohFrictPhys_CohesionMoment':'Law2_ScGeom6D_CohFrictPhys_CohesionMoment', # Fri Nov 12 18:45:23 2010, bchare...@dt-rv020 + 'Ig2_ChainedCylinder_ChainedCylinder_ScGeom':'Ig2_ChainedCylinder_ChainedCylinder_ScGeom6D', # Fri Nov 12 18:47:44 2010, bchare...@dt-rv020 ### END_RENAMED_CLASSES_LIST ### (do not delete this line; scripts/rename-class.py uses it } === modified file 'scripts/test/chained-cylinder-spring.py' --- scripts/test/chained-cylinder-spring.py 2010-11-12 18:44:15 +0000 +++ scripts/test/chained-cylinder-spring.py 2010-11-15 09:59:10 +0000 @@ -5,11 +5,11 @@ # Experiment beam-like behaviour with chained cylinders + CohFrict connexions from yade import utils -young=1.0e5 +young=1.0e6 poisson=4 density=2.60e3 frictionAngle=radians(30) -O.materials.append(CohFrictMat(young=young,poisson=poisson,density=density,frictionAngle=frictionAngle,normalCohesion=1e13,shearCohesion=1e13,momentRotationLaw=False,label='mat')) +O.materials.append(CohFrictMat(young=young,poisson=poisson,density=density,frictionAngle=frictionAngle,normalCohesion=1e13,shearCohesion=1e13,momentRotationLaw=True,label='mat')) O.dt=1e-4 O.engines=[
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

