Question #680375 on Yade changed:
https://answers.launchpad.net/yade/+question/680375
Status: Answered => Solved
zheng confirmed that the question is solved:
Thanks Robert Caulk, that solved my question.
--
You received this question notification because your team yade-users is
an answer co
Question #680375 on Yade changed:
https://answers.launchpad.net/yade/+question/680375
Status: Open => Answered
Robert Caulk proposed the following answer:
Why don't you give that a shot and tell us where the difficulties lie?
--
You received this question notification because your team yade
Question #680375 on Yade changed:
https://answers.launchpad.net/yade/+question/680375
Status: Answered => Open
zheng is still having a problem:
Thanks Caulk and Jan, this solved most of my question. However, deleting
particles by sizes may not be suitable for all cases. For example, how
to de
Question #680375 on Yade changed:
https://answers.launchpad.net/yade/+question/680375
Jan Stránský proposed the following answer:
Hello,
use PyRunner [1]:
###
def getSmallParticles():
ret = []
# fill ret with particles satisfying "10% percent of small particles"
return ret
def deleteSma
Question #680375 on Yade changed:
https://answers.launchpad.net/yade/+question/680375
Status: Open => Answered
Robert Caulk proposed the following answer:
I guess it's a python question.
import numpy as np
def delBelowPercentile(a, q):
maxRad = np.percentile(a,q)
for b in bodyRadius
New question #680375 on Yade:
https://answers.launchpad.net/yade/+question/680375
Dear all,
I am very new in Yade. In my simulation, I have a polydisperse particle size
distribution, from size 0.2~1.0mm. Thanks to this poster:
https://answers.launchpad.net/yade/+question/211937, I now know how
6 matches
Mail list logo