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

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

> PeriTriaxController no longer runs (periodic spheres are added but
spheres are not compressed).

always try to get numerical evidence of such statements, do not make judgments 
from visual observing.
In this case, you can simply try
##
for i in range(10):
   print compressor.strain
   O.run(1000,True)
##
to see that the strain is constantly increasing. If you add "print 
compressor.strainRate" and compare it to compressor.maxStrainRate, the reason 
for "no longer runs" and "are not compress" pops out.

I added "maxStrainRate=(1e6,1e6,1e6)" argument to PeriTriaxController
and see the cell being compressed.

cheers
Jan

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

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : yade-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to