← Back to team overview

yade-users team mailing list archive

Re: [Question #205137]: impact of sphere on a granular media

 

Question #205137 on Yade changed:
https://answers.launchpad.net/yade/+question/205137

Jan Stránský proposed the following answer:
Hello Samuel,

I meant a bit different approach. What would really help us is both *short*
and *working* script reproducing problem you have. For example:

# materials
mat1 = O.material.append(FrictMat(...))
mat2 = O.material.append(FrictMat(...))

# spheres
s1 = utils.sphere(...)
s2 = utils.sphere(...)

# initial conditions
s1.state.blockedDOFs = 'xyzXYZ' # substrate
s1.state.vel = Vector3(2,0,0) # for vel > 2. I have this and that problem

# engines
O.engines = [
  ...
]
O.run(2000)


Thanks
Jan

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.