How to measure lateral strain in uniaxial compression

Asked by trucgiao91

Hallo,
could someone share his approach use for measuring lateral strain in Uniaxial compression? :)

Bests,
G

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Robert Caulk
Solved:
Last query:
Last reply:
Revision history for this message
Best Robert Caulk (rcaulk) said :
#1

Hello,

I guess the answer kind of depends on the shape of your sample and how to plan to uniaxially compress your sample :-). At the very least you always have access to the specimen bounding box (specimen max min coordinates) at any point in time [1], so strain is a trivial calc from there. If you use TriaxialStressController, the strains are collected for you [2].

Cheers,

Robert

[1]https://yade-dev.gitlab.io/trunk/yade.utils.html#yade.utils.aabbDim
[2]https://yade-dev.gitlab.io/trunk/yade.wrapper.html#yade.wrapper.TriaxialStressController.strain

Revision history for this message
trucgiao91 (giao) said :
#2

Thanks Robert Caulk, that solved my question.