[Yade-users] [Question #691913]: O.cell.vellgrad simple shear test

2020-07-16 Thread jsonscript
New question #691913 on Yade: https://answers.launchpad.net/yade/+question/691913 Hello everyone: I want to ask the mechanism of O. Cell.Velgrad, What is the loading mechanism of O. Cell.Velgrad, and if it is used to simulate the simple shear test(like O.cell.velGrad=Matrix3(0,0,0, 0,0,0, 0.02,

Re: [Yade-users] [Question #691907]: How to calculate bond (interaction) breakage ratio

2020-07-16 Thread Leonard
Question #691907 on Yade changed: https://answers.launchpad.net/yade/+question/691907 Status: Answered => Solved Leonard confirmed that the question is solved: Hi Jan, >The order of id1,id2 is not changed for existing interaction. That is great, so using the first approach (in #1) is perfect

Re: [Yade-users] [Question #691907]: How to calculate bond (interaction) breakage ratio

2020-07-16 Thread Jan Stránský
Question #691907 on Yade changed: https://answers.launchpad.net/yade/+question/691907 Status: Open => Answered Jan Stránský proposed the following answer: good point on the ids order. you can change set((i.id1,i.id2) for i in O.interactions) to set(tuple(sorted((i.id1,i.id2))) for i in O.inte

Re: [Yade-users] [Question #691907]: How to calculate bond (interaction) breakage ratio

2020-07-16 Thread Leonard
Question #691907 on Yade changed: https://answers.launchpad.net/yade/+question/691907 Status: Answered => Open Leonard is still having a problem: Hi Jan, Thanks for your reply. Using Python set is a great idea. I still have one doubt, since there is no oder (or random order) for id1 and id2

Re: [Yade-users] [Question #691907]: How to calculate bond (interaction) breakage ratio

2020-07-16 Thread Jan Stránský
Question #691907 on Yade changed: https://answers.launchpad.net/yade/+question/691907 Status: Open => Answered Jan Stránský proposed the following answer: Hello, > for i in O.interactions: > if i.isReal: "if i.isReal" is not needed, as "i" is guaranteed to be real, because "iteration silen

[Yade-users] [Question #691907]: How to calculate bond (interaction) breakage ratio

2020-07-16 Thread Leonard
New question #691907 on Yade: https://answers.launchpad.net/yade/+question/691907 Hi, I am working on a drained triaxial compression test and I'd like to know how to gain the bond (i.e., interaction) breakage ratio (defined as number of broken initial interactions over number of initial interac

Re: [Yade-users] [Question #691885]: thermo-hydro-mechanical modeling

2020-07-16 Thread Zoheir Khademian
Question #691885 on Yade changed: https://answers.launchpad.net/yade/+question/691885 Status: Answered => Open Zoheir Khademian is still having a problem: Thank you Robert for the codes and notes. Can we assign different initial temperature values to different bodies (spheres) in a packing?

Re: [Yade-users] [Question #691874]: batch-table

2020-07-16 Thread Lei Hang
Question #691874 on Yade changed: https://answers.launchpad.net/yade/+question/691874 Lei Hang confirmed that the question is solved: Thanks Jan Stránský, that solved my question. -- You received this question notification because your team yade-users is an answer contact for Yade.

Re: [Yade-users] [Question #691874]: batch-table

2020-07-16 Thread Lei Hang
Question #691874 on Yade changed: https://answers.launchpad.net/yade/+question/691874 Status: Answered => Solved Lei Hang confirmed that the question is solved: Thank you! -- You received this question notification because your team yade-users is an answer contact for Yade. ___

Re: [Yade-users] [Question #691885]: thermo-hydro-mechanical modeling

2020-07-16 Thread Robert Caulk
Question #691885 on Yade changed: https://answers.launchpad.net/yade/+question/691885 Robert Caulk proposed the following answer: >And also, can we do THM with any kind of body in Yade like box elements, walls, or clumps? At the moment, ThermalEngine is only computing conduction between spheres,

Re: [Yade-users] [Question #691885]: thermo-hydro-mechanical modeling

2020-07-16 Thread Robert Caulk
Question #691885 on Yade changed: https://answers.launchpad.net/yade/+question/691885 Robert Caulk proposed the following answer: See other example scripts for a no-flow scenario and conduction only validation here [1]. Or simply inside the examples/ThermalEngine folder AFTER the merge request is

Re: [Yade-users] [Question #691885]: thermo-hydro-mechanical modeling

2020-07-16 Thread Robert Caulk
Question #691885 on Yade changed: https://answers.launchpad.net/yade/+question/691885 Status: Open => Answered Robert Caulk proposed the following answer: Hello, The paper to reference is currently being published by CMAME: " A pore- scale Thermo-Hydro-Mechanical coupled model for particulat

Re: [Yade-users] [Question #691829]: Filterpack predicate definition issue

2020-07-16 Thread Jan Stránský
Question #691829 on Yade changed: https://answers.launchpad.net/yade/+question/691829 Status: Open => Answered Jan Stránský proposed the following answer: > even though I could output their locations. I could also output their position just after the toSimulation. However, if you print thei

Re: [Yade-users] [Question #691874]: batch-table

2020-07-16 Thread Jan Stránský
Question #691874 on Yade changed: https://answers.launchpad.net/yade/+question/691874 Status: Open => Answered Jan Stránský proposed the following answer: > But when I conduct the below script, why it can run normally? I don't know. The evaluation is then "random", so sometimes it can be OK,