[Yade-users] [Question #295301]: calculate external work in Uniaxial Strainer

2016-06-14 Thread Yor1
New question #295301 on Yade: https://answers.launchpad.net/yade/+question/295301 Hello Yade users ! I try to calculate the external work on a sample in tensile test. In fact, i calculate the external work with this simple formulate "Wext_incremental=AppliedForce*displacement_incremental". I want

Re: [Yade-users] [Question #295301]: calculate external work in Uniaxial Strainer

2016-06-14 Thread Jan Stránský
Question #295301 on Yade changed: https://answers.launchpad.net/yade/+question/295301 Jan Stránský proposed the following answer: Hi Jabrane, you came to c++ variables and scopes [2]. to get correct behavior, one option is to change the declaration of dAX [1]. Currently (Real dAX=) it create

Re: [Yade-users] [Question #295301]: calculate external work in Uniaxial Strainer

2016-06-14 Thread Jérôme Duriez
Question #295301 on Yade changed: https://answers.launchpad.net/yade/+question/295301 Status: Open => Answered Jérôme Duriez proposed the following answer: Hello, You tried to modify the source code, that's it ? Did you also modify UniaxialStrainer.cpp in order to update this new variable "d

Re: [Yade-users] [Question #295301]: calculate external work in Uniaxial Strainer

2016-06-14 Thread Yor1
Question #295301 on Yade changed: https://answers.launchpad.net/yade/+question/295301 Yor1 posted a new comment: Hello Jerome and Jan Thank you of your response. Jerome, I simulate the tensile test with TriaxialStressController using a positive strainRate but i doesn't work. I get sigma=sigma2=

Re: [Yade-users] [Question #295301]: calculate external work in Uniaxial Strainer

2016-06-14 Thread Jan Stránský
Question #295301 on Yade changed: https://answers.launchpad.net/yade/+question/295301 Jan Stránský proposed the following answer: Hi Jabrane, But i have a question how do you know that dAX is a local variable ? it just comes from how C++ works / is defined, nothing else. "Real dAX" in cpp file

Re: [Yade-users] [Question #295301]: calculate external work in Uniaxial Strainer

2016-06-14 Thread Yor1
Question #295301 on Yade changed: https://answers.launchpad.net/yade/+question/295301 Yor1 posted a new comment: Hello Jan, The behavior of dAX is related to the line in which i put "this->dAX = dAX" In fact i put "this->dAX = dAX" just after https://github.com/yade/trunk/blob/master/pkg/dem/Un

Re: [Yade-users] [Question #295301]: calculate external work in Uniaxial Strainer

2016-06-14 Thread Jan Stránský
Question #295301 on Yade changed: https://answers.launchpad.net/yade/+question/295301 Jan Stránský proposed the following answer: Hi Jabrane, you should put "this->dAX = dAX" to a place such that dAX is not changed afterwards. e.g. it is changed at https://github.com/yade/trunk/blob/master/pkg/dem

[Yade-users] Yade 2016.06a released

2016-06-14 Thread Anton Gladky
Dear Yade users and developers, After almost 8 months of development I am glad to announce the next Yade version 2016.06a. The complete changelog you will find as always at the end of this message. The versioning of releases is changed and now is in the form .MMx. Where x is the letter, which

[Yade-users] [Question #295309]: Use of GID for Yade

2016-06-14 Thread paula
New question #295309 on Yade: https://answers.launchpad.net/yade/+question/295309 Hey there! I want to know if I can transform surfaces from Cad using GID to use them later in Yade? . Thanks a lot!!! -- You received this question notification because your team yade-users is an answer contact fo

Re: [Yade-users] [Yade-dev] Yade 2016.06a released

2016-06-14 Thread ntthangvn
Dear Anton, Thank you so much for your update. It's the great news. We will work hard for the development of YADE in the future!  Cheers,  Thang Sent from my BlackBerry 10 smartphone.   Original Message   From: Anton Gladky Sent: Wednesday, 15 June 2016 05:00 To: yade-users@lists.launchpad.net C

Re: [Yade-users] [Question #295309]: Use of GID for Yade

2016-06-14 Thread Anton Gladky
Question #295309 on Yade changed: https://answers.launchpad.net/yade/+question/295309 Status: Open => Answered Anton Gladky proposed the following answer: Hi, the common way is to convert your surfaces to STL and then import them into Yade. GID is not supported by Yade due to its commercial

Re: [Yade-users] [Question #295309]: Use of GID for Yade

2016-06-14 Thread paula
Question #295309 on Yade changed: https://answers.launchpad.net/yade/+question/295309 Status: Answered => Solved paula confirmed that the question is solved: Thanks Anton. -- You received this question notification because your team yade-users is an answer contact for Yade. ___