yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #01398
Re: Monitoring of tangential stress ?
> Hello everybody.
> Short question : Considering a box containing my numerical sample I'ld
> want to monitor the tangential stress acting on one plate of the box
> and I wonder if someone has already made it ?
Hi, there is utils.sumBexForces for mutliple bodies to get sum of forces
on those.
If it is just one body that is of interest for you, you use engine like
StandAloneEngine('PeriodicPythonRunner',{'iterPeriod':1000,'command':'print
O.actions.f(plateId)'})
in your simulation (O.actions.f(id) means force from physicalActions on
body #id).
Vaclav
Follow ups
References