← Back to team overview

yade-users team mailing list archive

Re: [Question #656498]: WireMat -> Change Force Displacement curve during simulation

 

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

Klaus Thoeni proposed the following answer:
It should be possible if you don't change the equilibrium state. So
let's say in your first phase you are loading up to a specific strain
(or displacement). For the second phase you change only the behaviour
thereafter. You still need to replicate parts of the C++ code to assign
all relevant parameters (displForceValues, stiffnessValues). This is
because everything is initialised at the creation of an interaction and
the C++ code assumes it can not change during the simulation. Also, you
would not be able to change the number of points of the stress-strain
curve, hence start with the maximum points (it doesn't matter if they
are on one line).

Klaus

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