Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-01 Thread Zhicheng Gao
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Answered => Solved Zhicheng Gao confirmed that the question is solved: Thanks Bruno Chareyre, that solved my question. -- You received this question notification because your team yade-users is an

Re: [Yade-users] [Question #697791]: yade installation: AttributeError: module 'mpmath.ctx_mp_python' has no attribute 'mpf'

2021-07-01 Thread Janek Kozicki
Question #697791 on Yade changed: https://answers.launchpad.net/yade/+question/697791 Status: Open => Answered Janek Kozicki proposed the following answer: No, The standard method to install is following: sudo apt install cmake git freeglut3-dev libloki-dev libboost-all-dev fakeroot \

Re: [Yade-users] [Question #697791]: yade installation: AttributeError: module 'mpmath.ctx_mp_python' has no attribute 'mpf'

2021-07-01 Thread Rohit John
Question #697791 on Yade changed: https://answers.launchpad.net/yade/+question/697791 Status: Answered => Open Rohit John is still having a problem: Dear Janek Kozicki, I thought pip was the standard method to install python modules. I am able to import mpmath to python, however, it says

Re: [Yade-users] [Question #697791]: yade installation: AttributeError: module 'mpmath.ctx_mp_python' has no attribute 'mpf'

2021-07-01 Thread Janek Kozicki
Question #697791 on Yade changed: https://answers.launchpad.net/yade/+question/697791 Status: Open => Answered Janek Kozicki proposed the following answer: Hi, mixing third party package management software (e.g. pip) with native apt/aptitude/dpkg/*.deb package management does not go well. I

Re: [Yade-users] [Question #697799]: CPM model "omega threshold" parameter in source code

2021-07-01 Thread chanaka Udaya
Question #697799 on Yade changed: https://answers.launchpad.net/yade/+question/697799 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

Re: [Yade-users] [Question #697799]: CPM model "omega threshold" parameter in source code

2021-07-01 Thread Jan Stránský
Question #697799 on Yade changed: https://answers.launchpad.net/yade/+question/697799 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > I would like to know what it means by > (void)">=1. concerning line [1], have a look at documentation [2] how it looks

Re: [Yade-users] [Question #697313]: Facing problem in stabilizing the DEM simulation sample when using Hertz-mindlin contact model

2021-07-01 Thread Launchpad Janitor
Question #697313 on Yade changed: https://answers.launchpad.net/yade/+question/697313 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Yade-users] [Question #697790]: Generating a cone shaped single particle

2021-07-01 Thread Jan Stránský
Question #697790 on Yade changed: https://answers.launchpad.net/yade/+question/697790 Status: Open => Needs information Jan Stránský requested more information: Hello, please provide more information and context [1]: - what does "vary the shape" mean? Change the shape before simulation?

Re: [Yade-users] [Question #697642]: Many errors with PeriodicFlowEngine

2021-07-01 Thread Bruno Chareyre
Question #697642 on Yade changed: https://answers.launchpad.net/yade/+question/697642 Status: Open => Answered Bruno Chareyre proposed the following answer: Just replace it with a new one in O.engines. Something like: O.engines = O.engines[:3]+FlowEngine()+O.engines[4:] B -- You received