← Back to team overview

yade-users team mailing list archive

Re: [Question #482413]: TriaxialStressController lose control of stress

 

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

    Status: Open => Answered

Bruno Chareyre proposed the following answer:
Hi,

This:
triax.stressMask = 0
triax.goal1 = 0.00

Implies that the goal is now to return to the reference
(initial/undeformed) state.  That's what the engine is doing:
uncompacting, then stress goes back to zero.

If you want no deformation after  stressMask = 0 then you need:
triax.goal1 = triax.strain[1] #goal = current

or:
O.cell.trsf=Matrix3.Identity #current = reference
triax.goal1 = 0.00

Cheers

Bruno

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