← Back to team overview

yade-users team mailing list archive

Re: [Question #660034]: Engineering strain (%)

 

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

    Status: Open => Answered

Robert Caulk proposed the following answer:
The strain() function of TriaxialStressController yields logarithmic
strain [1]. So its just a matter of converting to engineering strain:

engStrain = exp(-triax.strain[0]) - 1

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

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