
April 21, 2017
1:14 p.m.
On 04/21/2017 02:23 PM, fatune@gmail.com wrote:
What if I want to check each step for plastic deformation? For example, I want to check stress on each step and if stress at some parts of the domain is over certain threshold I want to drastically lower viscosity to emulate fracture. Should I do it manually or there is a way to do it via sfepy?
OK, check [1] - the stiffness is modified there based on the strain.
For something more advanced, you would need to write your own script, using the interactive commands.
r.
[1] http://sfepy.org/doc-devel/examples/linear_elasticity/material_nonlinearity....