Hi,
I am running the blending mixer example, but failed. There is the error message . Please find the attached file.
Could you help me to solve this problem.
Thanks
Attachment | Size |
---|---|
![]() | 707.28 KB |
A project by DCS Computing and CFDEMresearch
Hi,
I am running the blending mixer example, but failed. There is the error message . Please find the attached file.
Could you help me to solve this problem.
Thanks
Attachment | Size |
---|---|
![]() | 707.28 KB |
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
mschramm | Thu, 01/24/2019 - 15:37
random numbers
Hello
You need to go through the example input script and remove the random seeds that were given and replace them with new ones...
There use to be NO requirements for what numbers you could use to seed the random number generator.... but now all seeds must be
unique (cannot reuse random numbers you used previously in the same script), the seed value must be greater than 10000, and the number MUST be a prime number...
The error message tells you this and even gives some random numbers that you can use.
rohitch13 | Fri, 08/28/2020 - 07:21
Same problem
Hi, I am facing the same problem. I changed seed value multiple times (>10000 and a prime number) but it's still giving me the same error. Any solution?
Thanks
mschramm | Fri, 08/28/2020 - 17:55
script with error
Hello,
Would you be able to post the script (or an example) that shows the error.
Please run it with the {-echo both} command.