← Back to team overview

yade-users team mailing list archive

Re: [Question #169815]: velocity field - non-periodic case

 

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

    Status: Open => Answered

Chareyre proposed the following answer:
Interesting!
I think you could use exactly the same equations as for periodic cases,
with velGrad like this:

velGrad(0,0)=stressController.strainRate(0);
velGrad(1,1)=stressController.strainRate(1);
velGrad(2,2)=stressController.strainRate(2);

strainRate doesn't exist explicitely in stressController at the moment
but it is not difficult to define.

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.