← Back to team overview

yade-users team mailing list archive

Re: [Question #691785]: Triaxial test using polyhedra

 

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

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
Hi,

Yes, we can.
As a engine controlling boundaries, TriaxialStressController is fortunately insensitive to the packing's particle Shape.

Except for the measure of TriaxialStressController.porosity [*] which will be biaised because particlesVolume assumes Sphere shape (that's the only place where Sphere assumption appears, search for "Sphere" in [**])
If porosity is of interest to you, it will be easier to recompute it yourself, from your own solid volume (your Polyhedra) and using TriaxialStressController.boxVolume if you wish.


[*] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.TriaxialStressController.porosity
[**] https://gitlab.com/yade-dev/trunk/-/blob/master/pkg/dem/TriaxialStressController.cpp

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