← Back to team overview

yade-users team mailing list archive

Re: [Question #238836]: Elastic deformable plate

 

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

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hi Carol,

what particle shapes do you use to model such plane? Facets? If so, they
are non-dynamic by default..
cheers
Jan



2013/11/7 Carol <question238836@xxxxxxxxxxxxxxxxxxxxx>

> New question #238836 on Yade:
> https://answers.launchpad.net/yade/+question/238836
>
> Hi There,
>
> I am trying to simulate a deformable elastic plate by gluying particles
> together. I use the following function to glue particles together, but I am
> still not able deform the plate.
>
> def glueSpheres():
>   for i in O.interactions:
>     if i.id1 in Plate and i.id2 in Plate:
>       i.phys.initCohesion=True
>
> any ideas?
>
>
> --
> You received this question notification because you are a member of
> yade-users, which is an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to     : yade-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-users
> More help   : https://help.launchpad.net/ListHelp
>

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