← Back to team overview

yade-users team mailing list archive

Re: [Question #700348]: Treatment of particle radius

 

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

    Status: Open => Answered

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

changing sphere radius of a given body is as easy as
body.shape.radius = whateverValue # [1], consider adjusting mass and inertia
or
growParticle(body.id,factor) # [2], by default also automatically adjust mass

I am a bit confused (or even lost) in the description which particles
should be affected. Please try to describe better the terms like "range
of a circle in the rectangle" etc.

Cheers
Jan

[1] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.Sphere.radius
[2] https://yade-dem.org/doc/yade.utils.html#yade._utils.growParticle

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.