------------------------------------------------------------ revno: 2419 fixes bug(s): https://launchpad.net/bugs/626409 committer: Anton Gladky <[email protected]> branch nick: trunk timestamp: Sun 2010-08-29 23:12:17 +0200 message: 1. 626409 fix. Thanks to Sergei for spotting that. modified: scripts/multi.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 'scripts/multi.py' --- scripts/multi.py 2010-08-15 17:21:04 +0000 +++ scripts/multi.py 2010-08-29 21:12:17 +0000 @@ -1,9 +1,10 @@ # -# see http://yade.wikia.com/wiki/ScriptParametricStudy#scripts.2Fmulti.py for explanations +# https://yade-dem.org/wiki/ScriptParametricStudy # ## read parameters from table here from yade import utils, plot utils.readParamsFromTable(gravity=-9.81,density=2400,initialSpeed=10,noTableOk=True) +from yade.params.table import * print gravity,density,initialSpeed O.materials.append(FrictMat(young=30e9,density=density,poisson=.3)) ## use the 'density' parameter here
_______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

