[Yade-dev] [yade dev] running simulations without contact detection?

2010-04-22 Thread luc scholtes
Hi folks, I am wondering if there is a way to avoid contact detections during simulations, in order to transform the DEM into a Lattice-like model? For example, given a classical particles assembly with all interactions defined in the first time step, do you think that it could be possible to run

Re: [Yade-dev] [yade dev] running simulations without contact detection?

2010-04-22 Thread Václav Šmilauer
I am wondering if there is a way to avoid contact detections during simulations, in order to transform the DEM into a Lattice-like model? For example, given a classical particles assembly with all interactions defined in the first time step, do you think that it could be possible to run the

[Yade-dev] documentation of TriaxialTest

2010-04-22 Thread Václav Šmilauer
Hi Bruno, thanks for docs for TriaxialTest and other classes. Please fix hyperlink syntax in docstrings (see e.g. https://www.yade-dem.org/sphinx/yade.wrapper.html#yade.wrapper.TriaxialTest.autoUnload ). The :yref: etc roles (as they call it) take their argument in `backticks`, not

[Yade-dev] PeriTriaxController

2010-04-22 Thread Václav Šmilauer
Hi Bruno, me and Jan, we need to prescribe full strain tensor or stress tensor on periodic cell (9 components, only 6 independent); I don't know whether to extend PeriTriaxController or write new engine from scratch. Your opinion? v. ___ Mailing

[Yade-dev] Error functor

2010-04-22 Thread chiara modenese
Hi, I wrote a physics functor, it compiles, but when a run a script I get this error 7425 FATAL yade.InteractionDispatchers /home/chia/Documents/yade-r2153-edited/pkg/common/Engine/Dispatcher/InteractionDispatchers.cpp:142 action: getFunctor2D returned empty functor for #1+0, types ScGeom=6

Re: [Yade-dev] PeriTriaxController

2010-04-22 Thread Bruno Chareyre
If I understand correctly (not sure), there is no reason not to do that in PeriTriaxController. Is it stress OR strain or any combination of components? Bruno Václav Šmilauer a écrit : Hi Bruno, me and Jan, we need to prescribe full strain tensor or stress tensor on periodic cell (9

Re: [Yade-dev] PeriTriaxController

2010-04-22 Thread Václav Šmilauer
If I understand correctly (not sure), there is no reason not to do that in PeriTriaxController. Is it stress OR strain or any combination of components? Any combination, as it is now (chosen per-component). v ___ Mailing list:

Re: [Yade-dev] documentation of TriaxialTest

2010-04-22 Thread Václav Šmilauer
Please fix hyperlink syntax in docstrings (see e.g. https://www.yade-dem.org/sphinx/yade.wrapper.html#yade.wrapper.TriaxialTest.autoUnload ). The :yref: etc roles (as they call it) take their argument in `backticks`, not 'apostrophes'. Oh, sure! Why is the autoUnload line yellow

Re: [Yade-dev] documentation of TriaxialTest - {rotationBlocked, biaxial2Dtest}

2010-04-22 Thread Bruno Chareyre
To whom it may concern : I didn't document those two attributes in triaxial test because I'm not sure how it works exactly (of course I have a guess when I read the names...). I don't remember who implemented them. Are authors around? Bruno ((bool,biaxial2dTest,false,FIXME : what is that?))

Re: [Yade-dev] documentation of TriaxialTest - {rotationBlocked, biaxial2Dtest}

2010-04-22 Thread chiara modenese
On 22 April 2010 13:06, Bruno Chareyre bruno.chare...@hmg.inpg.fr wrote: To whom it may concern : I didn't document those two attributes in triaxial test because I'm not sure how it works exactly (of course I have a guess when I read the names...). I don't remember who implemented them. Are

Re: [Yade-dev] documentation of TriaxialTest - {rotationBlocked, biaxial2Dtest}

2010-04-22 Thread Bruno Chareyre
I do not see this bool doing anything in the code atm, You are right. I removed it. The 2D is doing something though. I never used that and I'm not sure how it works, but Janek did IIRC. Bruno ___ Mailing list: https://launchpad.net/~yade-dev

[Yade-dev] [Branch ~yade-dev/yade/trunk] Rev 2171: - Remove equilibriumDistance and initialEquilibriumDistance from FrictPhys and inheriting code.

2010-04-22 Thread noreply
revno: 2171 committer: Bruno Chareyre bchare...@r1arduina branch nick: trunk timestamp: Thu 2010-04-22 18:40:45 +0200 message: - Remove equilibriumDistance and initialEquilibriumDistance from FrictPhys and inheriting code. - Remove

Re: [Yade-dev] documentation of TriaxialTest

2010-04-22 Thread Bruno Chareyre
It is fixed in this class and others too. equilibriumDistance is completely removed in the same commit. Bruno Please fix hyperlink syntax in docstrings (see e.g. https://www.yade-dem.org/sphinx/yade.wrapper.html#yade.wrapper.TriaxialTest.autoUnload ). The :yref: etc roles (as they call it)