← Back to team overview

yade-users team mailing list archive

Re: [Question #688950]: period triaxial test and apply shear stress

 

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

    Status: Open => Answered

Jan Stránský proposed the following answer:
Hello,

because of implementation reasons, you have to set the velGrad as a Matrix3 at once (I can provide links if wanted). So
O.cell.velGrad[0,2]=Matrix3(0,0,0.01, 0,0,0, 0,0,0)
or
O.cell.velGrad = O.cell.velGrad + Matrix3(0,0,0.01, 0,0,0, 0,0,0)
should fix the problem

cheers
Jan

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