New question #684022 on Yade:
https://answers.launchpad.net/yade/+question/684022
Hi, everybody!
I am confused about something with the tutorial of Periodic triaxial test. To
be specific, I don't understand that What does dynCell = True mean in
PeriTriaxController? And why maxStrainrate takes the value of (10, 10, 10)?
Here is the part codes in the tutorial.
PeriTriaxController(label='triax',
# specify target values and whether they are strains or stresses
goal=(sigmaIso,sigmaIso,sigmaIso),stressMask=7,
# type of servo-control
dynCell=True,maxStrainRate=(10,10,10),
# wait until the unbalanced force goes below this value
maxUnbalanced=.1,relStressTol=1e-3,
# call this function when goal is reached and the packing is
stable
doneHook='compactionFinished()'
),
Thanks
--
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 : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp