yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #11826
Re: [Question #271463]: Problem by plotting a force on a MESH plate
Question #271463 on Yade changed:
https://answers.launchpad.net/yade/+question/271463
Status: Open => Answered
Anton Gladky proposed the following answer:
totalForce returns you the resulting force as Vector3, so you
can plot any of its components. So, if you have something like:
ForceRecorder(ids=rod,file='force-'+mesh+'.dat',iterPeriod=50,label='ForceRec')
ForceRec.totalForce will contain values of force. You can plot it of course.
Cheers
Anton
2015-09-17 12:57 GMT+02:00 Borja Pedro Beltrán
<question271463@xxxxxxxxxxxxxxxxxxxxx>:
> Question #271463 on Yade changed:
> https://answers.launchpad.net/yade/+question/271463
>
> Status: Answered => Open
>
> Borja Pedro Beltrán is still having a problem:
> Yeah, exactly that is what i needed! I was able to create a text
> document that contains the force in x,y and z dirección at each given
> iteration. I tríed to call for the data from inside yade in order to
> plot it With the plot() function, but wasn't able to do it. Is it
> possible to do that, and if it is, how should it be done?
>
> --
> You received this question notification because your team yade-users 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 your team yade-users is
an answer contact for Yade.