← Back to team overview

yade-users team mailing list archive

Re: [Question #697479]: Spheres swelling

 

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

    Status: Needs information => Open

Mithushan Soundaranathan gave more information on the question:
Hi Both,

Thank you very much, the problem is that I do not how implement the
swelling model in Yade and different option I have to implement it.

I am thinking of something similar to:

def fradius(t):
   return *insert your function here(t)*

for b in O.bodies:
   if isinstance(shape, Sphere): b.shape.radius = fradius(O.time)

would be great.

Best,
Mithu

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