← Back to team overview

yade-users team mailing list archive

Re: [Question #681119]: code of penetrationVolume in yade

 

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

    Status: Open => Answered

Jan Stránský proposed the following answer:
theory: https://www.yade-dem.org/doc/publications.html, Elias2013,
Elias2014

code:

assignment from 'volume' variable
https://gitlab.com/yade-dev/trunk/blob/master/pkg/dem/Polyhedra_Ig2.cpp#L113

computating 'volume' from intersecting polyhedron 'Int'
https://gitlab.com/yade-dev/trunk/blob/master/pkg/dem/Polyhedra_Ig2.cpp#L87

computing intersecting polyhedron 'Int'
https://gitlab.com/yade-dev/trunk/blob/master/pkg/dem/Polyhedra_Ig2.cpp#L82

Polyhedron Polyhedron_Polyhedron_intersection function implementation
https://gitlab.com/yade-dev/trunk/blob/master/pkg/dem/Polyhedra_support.cpp#L595

cheers
Jan

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