[Yade-users] [Question #690842]: How to get animation of simulation process in Yade simulation?

2020-05-19 Thread weijie
New question #690842 on Yade: https://answers.launchpad.net/yade/+question/690842 Dear all, Is there a way or function to obtain and export the animation of the simulation process? Thanks in advance. Jie -- You received this question notification because your team yade-users is an answer

[Yade-users] [Question #690841]: Damage value from cpm model

2020-05-19 Thread chanaka Udaya
New question #690841 on Yade: https://answers.launchpad.net/yade/+question/690841 Dear all, I would like to obtain the scalar damage value (omega=0-1) from cpm model without using VTK recorder. Afterthat, I wanted to colour the spheres based on damage value using scalarOnColorScale function.

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Jiannan Wang
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Needs information => Open Jiannan Wang gave more information on the question: Hello Janek, Thank you for willing to help. Here is the output. Let me know if there is anything I should provide.

[Yade-users] [Question #690836]: Phi (volume fraction) returned from getDepthProfiles were far too low

2020-05-19 Thread Kevin
New question #690836 on Yade: https://answers.launchpad.net/yade/+question/690836 Hey all, At this point, I am perplexed to see volume fraction (phi) from getDepthProfile returned from each cell (10 cells total) so incredibly low (roughly 2%) when the simulation of the cylindrical model shows

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Janek Kozicki
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Open => Needs information Janek Kozicki requested more information: If yade version is recent enough, you could provide the output of command: printAllVersions() or:

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Jiannan Wang
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Needs information => Open Jiannan Wang gave more information on the question: Hello Robert, That's very odd. Once I start, the error shows up immediately. Should I provide more system information

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Robert Caulk
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Open => Needs information Robert Caulk requested more information: I ran your script with yadedaily (latest) and did not encounter the error you describe. After how many iterations do you see the

Re: [Yade-users] [Question #690825]: writing a yade class

2020-05-19 Thread Jan Stránský
Question #690825 on Yade changed: https://answers.launchpad.net/yade/+question/690825 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > I want to write a specific Yade Class to test a new contact law defined by hpp and cpp files. You have basically two options:

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Jiannan Wang
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Needs information => Open Jiannan Wang gave more information on the question: Hello Robert, Oops... Sorry about the missing variable, again. The following MWE runs as expected. Thank you. Best

Re: [Yade-users] [Question #690815]: CPU random generator warning

2020-05-19 Thread Janek Kozicki
Question #690815 on Yade changed: https://answers.launchpad.net/yade/+question/690815 Janek Kozicki proposed the following answer: Uhh. We had a bug in makeCloud in which the seed was ignored. Before you get around to replacing your CPU , better to make sure that your version of yade had this bug

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Robert Caulk
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Open => Needs information Robert Caulk requested more information: > It should be fine this time. Please test your scripts. It still has undefined variables and syntax errors. -- You received

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Jiannan Wang
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Needs information => Open Jiannan Wang gave more information on the question: Hello Robert, I'm sorry about the missing lines. I just added them back. It should be fine this time. Thank you again

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Robert Caulk
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Open => Needs information Robert Caulk requested more information: The MWE does not reproduce the error you describe. It has syntax errors: sps=SpherePack()

[Yade-users] [Question #690825]: writing a yade class

2020-05-19 Thread Rioual
New question #690825 on Yade: https://answers.launchpad.net/yade/+question/690825 Hello, I want to write a specific Yade Class to test a new contact law defined by hpp and cpp files. I will insert regular prints in this class for the test of the law, following previous advices from Jan and

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Jiannan Wang
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Needs information => Open Jiannan Wang gave more information on the question: Hello Robert, Absolutely. Here is my MWE. Thanks. Best Jiannan Wang # from builtins import range from

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Robert Caulk
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Open => Needs information Robert Caulk requested more information: Great, can you go ahead and paste the MWE here? MWE would include as few lines as possible, would not include anything extraneous

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Jiannan Wang
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Needs information => Open Jiannan Wang gave more information on the question: Hello Robert, Thank you for the swift response. Sorry about the confusion: when I use DFNFlowEngine, I just run the

Re: [Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Robert Caulk
Question #690820 on Yade changed: https://answers.launchpad.net/yade/+question/690820 Status: Open => Needs information Robert Caulk requested more information: >My Yade version: try both compiled from the source and yadedaily, same error The script you provided has DFNFlowEngine, which is

Re: [Yade-users] [Question #690521]: Exponential softening shear force after peak- model implementation

2020-05-19 Thread chanaka Udaya
Question #690521 on Yade changed: https://answers.launchpad.net/yade/+question/690521 Status: Answered => Solved chanaka Udaya confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an

[Yade-users] [Question #690820]: VTKRecorder: Aborted (core dumped)

2020-05-19 Thread Jiannan Wang
New question #690820 on Yade: https://answers.launchpad.net/yade/+question/690820 Hello, I'm trying to inject water into aJCFpm. It is working fine until I enable the VTKRecorder, I got the following error: python3.6: /build/vtk6-VHOYAG/vtk6-6.3.0+dfsg1/IO/XML/vtkXMLOffsetsManager.h:142: void

Re: [Yade-users] [Question #690716]: negative volume for an ordinary pore, stack smashing detected

2020-05-19 Thread Jiannan Wang
Question #690716 on Yade changed: https://answers.launchpad.net/yade/+question/690716 Status: Open => Solved Jiannan Wang confirmed that the question is solved: Hello Robert, I compiled the DFNFlow as you suggested and it works fine. I changed the packing and somehow it works (though I

Re: [Yade-users] [Question #690815]: CPU random generator warning

2020-05-19 Thread Robert Caulk
Question #690815 on Yade changed: https://answers.launchpad.net/yade/+question/690815 Status: Open => Answered Robert Caulk proposed the following answer: Yes, sadly this problem seems very far removed from Yade. I guess the problem would even occur without yade, so just start Python and

Re: [Yade-users] [Question #690815]: CPU random generator warning

2020-05-19 Thread whr
Question #690815 on Yade changed: https://answers.launchpad.net/yade/+question/690815 whr gave more information on the question: I did more tests. I change seed in makeCloud and found out different seed produce the same set of particles. Sad news. Seems I need to find a solution to this problem.

[Yade-users] [Question #690815]: CPU random generator warning

2020-05-19 Thread whr
New question #690815 on Yade: https://answers.launchpad.net/yade/+question/690815 Dear all, I'm trying to move my working environment to one with AMD cpu to take advantage of the AMD ThreadRipper. Before that, I made a test with Ryzen 3700x and the latest Ubuntu 20.04. I'm installing the

Re: [Yade-users] [Question #689234]: How to export relative velocity of spheres to Paraview

2020-05-19 Thread Chien-Cheng Hung
Question #689234 on Yade changed: https://answers.launchpad.net/yade/+question/689234 Status: Answered => Solved Chien-Cheng Hung confirmed that the question is solved: Thanks, Jan. That's really helpful! -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #690803]: bndCondIsPressure

2020-05-19 Thread Luc Scholtès
Question #690803 on Yade changed: https://answers.launchpad.net/yade/+question/690803 Luc Scholtès proposed the following answer: Hi Guillermo, As for your other question [1], could you please provide a minimal working version of your script (something that everyone could run on their computer