yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #07035
Re: [Question #220152]: Cylinder Geometry Problem
Question #220152 on Yade changed:
https://answers.launchpad.net/yade/+question/220152
Status: Open => Answered
Jan Stránský proposed the following answer:
Hi Mohammad,
it is possible. You can directly prescribe position of certain facets (or
prescribe velocity, which is preferable), or you can use TranslationEngine.
movingFacets = [facet1,facet2,...,facetN]
for f in movingFacets:
f.state.vel = Vector3(velx,vely,velz)
I have not used it myself, but isn't the same behavior possible also with
infinite walls?
Jan
2013/1/26 MOHAMMAD MOHSENI <question220152@xxxxxxxxxxxxxxxxxxxxx>
> Question #220152 on Yade changed:
> https://answers.launchpad.net/yade/+question/220152
>
> Status: Answered => Open
>
> MOHAMMAD MOHSENI is still having a problem:
> Hi ,thanks for this
>
> the thing is I want this wall to move , imagine a box full of spheres
> and one of the walls will move to inside and push the spheres to another
> side .I want to create this moving wall . is it possible with facets ?
>
> Mohammad
>
> --
> 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.