yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #19291
Re: [Question #679411]: About cell.trsf and cell.velGrad
Question #679411 on Yade changed:
https://answers.launchpad.net/yade/+question/679411
Status: Open => Answered
Jan Stránský proposed the following answer:
Hi,
see [1]. The code says:
trsfNew = trsfOld + dt*velGrad*trsfOld
then (e.g.)
velGrad = (trsfNew-trsfOld)/dt * inv(trsfOld)
cheers
Jan
[1] https://gitlab.com/yade-dev/trunk/blob/master/core/Cell.cpp#L6
--
You received this question notification because your team yade-users is
an answer contact for Yade.