← Back to team overview

yade-users team mailing list archive

Re: [Question #620981]: record deformed shape in cohesive triaxil test

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
Hello,

Are you asking us about how to record the strain of a specimen being
triaxially compressed by TriaxialStressController() [1]?

If your TriaxialStressController is labeled "triax":

e11, e22, e33 = triax.strain[0], triax.strain[1], triax.strain[2]

If you are more interested in the physical dimensions of the sample,
rather than the strain:

width, depth, height = triax.width, triax.depth, triax.height

-Robert

[1] https://yade-
dem.org/doc/yade.wrapper.html#yade.wrapper.TriaxialStressController

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