yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15093
Re: [Question #641979]: Stress path control in True triaxial test
Question #641979 on Yade changed:
https://answers.launchpad.net/yade/+question/641979
Status: Open => Answered
Gary Pekmezi proposed the following answer:
Stressmask is a bitmask. In our case it is the decimal interpretation of
a 3 digit binary number. Each of the three binary digits represents
stress/strain control on one of the three Cartesian 3D axes, it can be
XYZ, or 123.
You want strain control in direction 1 (or X) only, the bitmask for that
is 011 in binary. Try converting that to a decimal number (*)
*here's an online converter
http://www.rapidtables.com/convert/number/binary-to-decimal.htm
--
You received this question notification because your team yade-users is
an answer contact for Yade.