Re: [Yade-dev] Some cleaning in capillary law

2014-10-29 Thread Christian Jakob
Hi Jerome, I introduced isBroken some years ago to deactivate liquid bridges. I used it to simulate rising water level: O.engines=O.engines+[PyRunner(iterPeriod=100,command='eraseLiquidBridges()')] def eraseLiquidBridges(): for i in O.interactions: if i.geom.contactPoint[2]

Re: [Yade-dev] Server down???

2014-10-29 Thread Klaus Thoeni
I just updated it. Apparently it doesn't look like you can download any revision from github. I just found releases. Well should be fine anyway. Cheers Klaus On Tue, 28 Oct 2014 05:32:34 PM Bruno Chareyre wrote: Proposal: For those behind firewall, you can download any revision of the

Re: [Yade-dev] Some cleaning in capillary law

2014-10-29 Thread Bruno Chareyre
On 29/10/14 01:31, Jerome Duriez wrote: Hi, * CapillaryPhys/MindlinPhys.isBroken is a bool attribute that is false by default, never updated, and never usefully used neither in c++ nor py files of source. Furthermore, its meaning according to the doc seems quite redundant with meniscus. Do

Re: [Yade-dev] Server down???

2014-10-29 Thread Bruno Chareyre
Thanks. Github does offer all revisions. In the list of revisions [1], click the of one revision. It sends you to another page [2], where you can Download ZIP of this revision [3]. Bruno [1] https://github.com/yade/trunk/commits/master [2]

Re: [Yade-dev] Some cleaning in capillary law

2014-10-29 Thread Christian Jakob
I already answered today in the morning, but somehow the message did not get through. I send you the message again: Hi Jerome, I introduced isBroken some years ago to deactivate liquid bridges. I used it to simulate rising water level:

Re: [Yade-dev] Some cleaning in capillary law

2014-10-29 Thread Bruno Chareyre
On 29/10/14 13:16, Christian Jakob wrote: I already answered today in the morning, but somehow the message did not get through. I send you the message again: I got the one from yesterday. :) B ___ Mailing list: https://launchpad.net/~yade-dev Post

Re: [Yade-dev] Some cleaning in capillary law

2014-10-29 Thread Christian Jakob
Zitat von Bruno Chareyre bruno.chare...@3sr-grenoble.fr: On 29/10/14 13:16, Christian Jakob wrote: I already answered today in the morning, but somehow the message did not get through. I send you the message again: I got the one from yesterday. :) B So I guess you are not in france right

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3513: update some links and typos

2014-10-29 Thread noreply
revno: 3513 committer: Klaus Thoeni klaus.tho...@gmail.com timestamp: Wed 2014-10-29 22:11:49 +1100 message: update some links and typos modified: doc/sphinx/installation.rst -- lp:yade

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3512: update references

2014-10-29 Thread noreply
revno: 3512 committer: Klaus Thoeni klaus.tho...@gmail.com timestamp: Wed 2014-10-29 22:11:20 +1100 message: update references modified: doc/yade-articles.bib doc/yade-conferences.bib -- lp:yade

Re: [Yade-dev] Some cleaning in capillary law

2014-10-29 Thread Jerome Duriez
Ok, thanks for explanations. For meniscus and the non-erased interactions, at least, see the attached script, in which the interaction is never erased. As said Christian, this does not harm because the capillary force is 0. Still, it is maybe useless to keep it. Inserting the following lines

Re: [Yade-dev] Some cleaning in capillary law

2014-10-29 Thread Bruno Chareyre
On 29/10/14 17:59, Jerome Duriez wrote: Inserting the following lines else if (!hertzOn) { if (!cundallContactPhysics-meniscus) scene-interactions-requestErase(interaction); } else { if (!mindlinContactPhysics-meniscus)

Re: [Yade-dev] Some cleaning in capillary law

2014-10-29 Thread Jerome Duriez
Ah, this is a clarification... I knew this was succion value dependant, but did not catch that the zero volume is inconsistent... Then, would it possible to know a validity range of the capillary data files ? A second thing is that I was thinking to commit, with the reverted fCap, the use of

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3515: explicit error message when trying to interpolate capillary forces out-of-range of the data files

2014-10-29 Thread noreply
revno: 3515 committer: Bruno Chareyre bruno.chare...@hmg.inpg.fr timestamp: Wed 2014-10-29 19:47:32 +0100 message: explicit error message when trying to interpolate capillary forces out-of-range of the data files modified:

[Yade-dev] [Branch ~yade-pkg/yade/git-trunk] Rev 3514: FlowEngine: enhanced setter macro, detect changes in imposed pressure and update the linear syste...

2014-10-29 Thread noreply
revno: 3514 committer: Bruno Chareyre bruno.chare...@hmg.inpg.fr timestamp: Wed 2014-10-29 17:49:20 +0100 message: FlowEngine: enhanced setter macro, detect changes in imposed pressure and update the linear system accordingly