← Back to team overview

yade-users team mailing list archive

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