Re: [Yade-users] [Question #652966]: utils.getStressAndTangent()

2017-08-01 Thread Wang Wang
Question #652966 on Yade changed: https://answers.launchpad.net/yade/+question/652966 Status: Answered => Solved Wang Wang confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-us

[Yade-users] [Question #652261]: at the beginning steps, the stresses are the same when i use different young of balls

2017-07-22 Thread Wang Wang
New question #652261 on Yade: https://answers.launchpad.net/yade/+question/652261 what i did is use another softeware in Windows system to send a strain to Yade, and then Yade will send back the stress. so you cannnot test it only using Yade. However, the question i faced is that no matter how

Re: [Yade-users] [Question #652261]: at the beginning steps, the stresses are the same when i use different young of balls

2017-07-23 Thread Wang Wang
Question #652261 on Yade changed: https://answers.launchpad.net/yade/+question/652261 Status: Answered => Open Wang Wang is still having a problem: "no matter how i change the young of balls": i mean i have two python files, all of the codes are the same except the young

Re: [Yade-users] [Question #652261]: at the beginning steps, the stresses are the same when i use different young of balls

2017-07-24 Thread Wang Wang
Question #652261 on Yade changed: https://answers.launchpad.net/yade/+question/652261 Status: Answered => Open Wang Wang is still having a problem: OK, I have edit the code in Yade so that you can see what i met. the c

[Yade-users] [Question #652966]: utils.getStressAndTangent()

2017-07-24 Thread Wang Wang
New question #652966 on Yade: https://answers.launchpad.net/yade/+question/652966 from your website, i can see there is a command called utlis.getStressAndTangent() which can give a macroscopic Tangent. However, the program with such command has error: AttributeError: 'module' object has no

[Yade-users] [Question #653503]: stressMask

2017-07-25 Thread Wang Wang
New question #653503 on Yade: https://answers.launchpad.net/yade/+question/653503 Hi! I want to know the stressMask 's meanning in Peri3dController. in your official document, it sais: stressMask(=0, all strains)¶ mask determining whether components of goal are strain (0) or stress (1).

[Yade-users] [Question #652185]: when i give a zero strain at the first step

2017-07-22 Thread Wang Wang
New question #652185 on Yade: https://answers.launchpad.net/yade/+question/652185 when i give a [0,0,0] strain to the Yade, the Yade gives back a stress that is not zero, and then give a zero strain to Yade, and Yade will give back a different stress. the question is when i set different young

Re: [Yade-users] [Question #652185]: when i give a zero strain at the first step

2017-07-22 Thread Wang Wang
Question #652185 on Yade changed: https://answers.launchpad.net/yade/+question/652185 Description changed to: when i give a [0,0,0] strain to the Yade, the Yade gives back a stress that is not zero, and then give a zero strain to Yade, and Yade will give back a different stress. the question

Re: [Yade-users] [Question #640434]: check if the model is right

2017-06-03 Thread Wang Wang
Question #640434 on Yade changed: https://answers.launchpad.net/yade/+question/640434 Status: Answered => Solved Wang Wang confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-us

[Yade-users] [Question #640434]: usage of O.forces.addF

2017-06-03 Thread Wang Wang
New question #640434 on Yade: https://answers.launchpad.net/yade/+question/640434 Hi, I am new here. I want to build a simple model in Yade to verify some thoughts. However, I don't know what is wrong in my model that the move of the spheres is not consistent with the actual situation. The

Re: [Yade-users] [Question #658548]: invalid signature when run the code O.load

2017-09-23 Thread Wang Wang
Question #658548 on Yade changed: https://answers.launchpad.net/yade/+question/658548 Wang Wang gave more information on the question: I think I may know the reason: the package was generated using a 64-bit computer, and the new computer is 32-bit. SO how can I solve the problem? -- You

[Yade-users] [Question #658548]: invalid signature when run the code O.load

2017-09-22 Thread Wang Wang
New question #658548 on Yade: https://answers.launchpad.net/yade/+question/658548 system:Ubuntu14.04 yade:1.07.0 When i simply run the code: O.load(/'tmp/.gz') it shows: Yade [1]: O.load('/tmp/.gz') ---

Re: [Yade-users] [Question #658548]: invalid signature when run the code O.load

2017-09-22 Thread Wang Wang
Question #658548 on Yade changed: https://answers.launchpad.net/yade/+question/658548 Wang Wang gave more information on the question: However,when I save another file on this new computer and load it, it works. ... -- You received this question notification because your team yade-users

Re: [Yade-users] [Question #652261]: at the beginning steps, the stresses are the same when i use different young of balls

2017-10-14 Thread Wang Wang
Question #652261 on Yade changed: https://answers.launchpad.net/yade/+question/652261 Status: Answered => Open Wang Wang is still having a problem: Hi, Jan I choose your first suggestion and it solve the problem. ( 1) edit IPhys instead of material, but then you should know the mo