Difference between revisions of "TriaxialTest"

From Yade

(Replaced content with '<h1>'''Moved to [https://yade-dem.org/sphinx/yade.wrapper.html?highlight=triaxialtest#yade.wrapper.TriaxialTest sphinx documentation]'''</h1>')
Line 1: Line 1:
  +
Yade includes tools to simulate triaxial tests on particles assemblies. This pre-processor (and variants like e.g. CapillaryTriaxialTest) illustrate how to use them. It generates a scene which will - by default - go through the following steps :
<h1>'''Moved to [https://yade-dem.org/sphinx/yade.wrapper.html?highlight=triaxialtest#yade.wrapper.TriaxialTest sphinx documentation]'''</h1>
 
  +
* generate random loose packings in a parallelepiped.
  +
* compress the packing isotropicaly, either squeezing the packing between moving rigid boxes or expanding the particles while boxes are fixed (depending on flag internalCompaction). The confining pressure in this stage is defined via sigmaIsoCompaction.
  +
* when the packing is dense and stable, simulate a loading path and get the mechanical response as a result.
  +
  +
 
'''See reference documentation in [https://yade-dem.org/sphinx/yade.wrapper.html?highlight=triaxialtest#yade.wrapper.TriaxialTest sphinx documentation]'''

Revision as of 18:08, 1 October 2010

Yade includes tools to simulate triaxial tests on particles assemblies. This pre-processor (and variants like e.g. CapillaryTriaxialTest) illustrate how to use them. It generates a scene which will - by default - go through the following steps :

  • generate random loose packings in a parallelepiped.
  • compress the packing isotropicaly, either squeezing the packing between moving rigid boxes or expanding the particles while boxes are fixed (depending on flag internalCompaction). The confining pressure in this stage is defined via sigmaIsoCompaction.
  • when the packing is dense and stable, simulate a loading path and get the mechanical response as a result.


See reference documentation in sphinx documentation