[Yade-users] [Question #701803]: Use of O.Step and O.Pause when saving Packing

2022-05-15 Thread Gianni Pellegrini
New question #701803 on Yade: https://answers.launchpad.net/yade/+question/701803 Hi, I think I did not get how O.Step and O.Pause are supposed to work. In a basic triaxial testing script, I am using the following function to save the packing. Before doing that , I would like to change some

Re: [Yade-users] [Question #701755]: about visualizing jcfpm cracks .vtu files

2022-05-15 Thread Ziyu Wang
Question #701755 on Yade changed: https://answers.launchpad.net/yade/+question/701755 Status: Needs information => Open Ziyu Wang gave more information on the question: Hi,Robert Following is my MWE. from yade import pack, ymport, plot,

Re: [Yade-users] [Question #701755]: about visualizing jcfpm cracks .vtu files

2022-05-15 Thread Ziyu Wang
Question #701755 on Yade changed: https://answers.launchpad.net/yade/+question/701755 Status: Needs information => Open Ziyu Wang gave more information on the question: Hi,Robert 'packing-JCFPM_uniaxial.spheres' is my text file generated by RandomDensePack.. (The model is a cube containing

Re: [Yade-users] [Question #701755]: about visualizing jcfpm cracks .vtu files

2022-05-15 Thread Robert Caulk
Question #701755 on Yade changed: https://answers.launchpad.net/yade/+question/701755 Status: Open => Needs information Robert Caulk requested more information: FileNotFoundError: [Errno 2] No such file or directory: 'packing- JCFPM_uniaxial.spheres' -- You received this question

Re: [Yade-users] [Question #701793]: Replace by clump

2022-05-15 Thread Karol Brzezinski
Question #701793 on Yade changed: https://answers.launchpad.net/yade/+question/701793 Status: Open => Answered Karol Brzezinski proposed the following answer: Hi Fereshteh, you can achieve this by splitting a sphere pack into two separate packs. First, load only the spheres that you want to

Re: [Yade-users] [Question #701792]: friction coefficient between different materials

2022-05-15 Thread Robert Caulk
Question #701792 on Yade changed: https://answers.launchpad.net/yade/+question/701792 Status: Open => Answered Robert Caulk proposed the following answer: Hello, You would use a MatchMaker, exemplified here [1]. [1]https://gitlab.com/yade-

Re: [Yade-users] [Question #701803]: Use of O.Step and O.Pause when saving Packing

2022-05-15 Thread Robert Caulk
Question #701803 on Yade changed: https://answers.launchpad.net/yade/+question/701803 Status: Open => Answered Robert Caulk proposed the following answer: Hello, Yade reads your script sequentially. If you write O.run(#iters,1), then it will run #iters before moving to the next command in

Re: [Yade-users] [Question #701755]: about visualizing jcfpm cracks .vtu files

2022-05-15 Thread Ziyu Wang
Question #701755 on Yade changed: https://answers.launchpad.net/yade/+question/701755 Ziyu Wang gave more information on the question: Hi,Robert. Here is the complete code that can be run: from yade import pack, ymport, plot, utils, export, timing