yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #14917
[Question #632670]: a problem about approxSectionArea
New question #632670 on Yade:
https://answers.launchpad.net/yade/+question/632670
I learn the example: https://github.com/yade/trunk/blob/master/examples/concrete/triax.py
There is a parameter in the script---- approxSectionArea,which is shown like this:
--------------------------------------------------------------------------------------------------------------------------------------------------------
mm,mx=[pt[axis] for pt in aabbExtrema()]
coord_25,coord_50,coord_75=mm+.25*(mx-mm),mm+.5*(mx-mm),mm+.75*(mx-mm)
area_25,area_50,area_75=approxSectionArea(coord_25,axis),approxSectionArea(coord_50,axis),approxSectionArea(coord_75,axis)
--------------------------------------------------------------------------------------------------------------------------------------------------------
can you explain the meaning of coord_25 in approxSectionArea(coord_25,axis)?
Does it mean the center of the section?
Thank you very much!
--
You received this question notification because your team yade-users is
an answer contact for Yade.