← Back to team overview

yade-users team mailing list archive

Re: [Question #696060]: How to make some stress plates consist of 3 circles (that have radius gradually (0.5, 1, 2)?

 

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

Bruno Chareyre posted a new comment:
> def getBottomStress(center,radius):

On this basis you could generate stress for each (x,y) on a grid
(possibly with square domains instead of circles, with square size =
grid size).

Then the average on any subdomain (e.g. a circle) would be the average
on the contained grid points. That's just one of many ways.

I would say you need to separate problems to help people helping you:
1/ suppose you have a list of forces and (x,y,z) coordinates of the corresponding contact points. What do you want to do of this (mathematics)?
2/ how to obtain such a list of forces and (x,y,z) coordinates of the corresponding contact points with yade (and syntax problems)

Bruno

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.