[Yade-users] [Question #693739]: Energy conservation in thermal and flow Engines

2020-10-30 Thread Zoheir Khademian
New question #693739 on Yade: https://answers.launchpad.net/yade/+question/693739 I am evaluating the conservation of energy within a cubic box of spheres with voids filled by a fluid. There is no flow in the model and thermal boundary condition forces transfer of heat at only one boundary. The

Re: [Yade-users] [Question #693734]: hertz model

2020-10-30 Thread ytang
Question #693734 on Yade changed: https://answers.launchpad.net/yade/+question/693734 ytang posted a new comment: Hi Jan, The total particle number is around: 1. As shown here: sp.makeCloud(mn,mx,psdSizes=psdSizes,psdCumm=psdCumm,num=11526,distributeMass=1,seed=1) ## It

Re: [Yade-users] [Question #693698]: Trouble when compiling with g++-9 or g++-7

2020-10-30 Thread Janek Kozicki
Question #693698 on Yade changed: https://answers.launchpad.net/yade/+question/693698 Janek Kozicki posted a new comment: And yeah, checking if without VTK we get a different output might be useful. -- You received this question notification because your team yade-users is an answer contact for

Re: [Yade-users] [Question #693734]: hertz model

2020-10-30 Thread Jan Stránský
Question #693734 on Yade changed: https://answers.launchpad.net/yade/+question/693734 Status: Open => Needs information Jan Stránský requested more information: > The total number is around 1. total number of what? bodies in simulation? > The unbalanced force did not reach the

Re: [Yade-users] [Question #693698]: Trouble when compiling with g++-9 or g++-7

2020-10-30 Thread Janek Kozicki
Question #693698 on Yade changed: https://answers.launchpad.net/yade/+question/693698 Janek Kozicki posted a new comment: I realized that at this stage the "-f6" command is not effective because the filter level is set in yade after all modules finish loading. We have two ways to force yade to

Re: [Yade-users] [Question #693698]: Trouble when compiling with g++-9 or g++-7

2020-10-30 Thread Sacha Duverger
Question #693698 on Yade changed: https://answers.launchpad.net/yade/+question/693698 Sacha Duverger posted a new comment: The first line of install/bin/yade-2020-10-20.git-427f64c invokes /usr/bin/python3.6, but my python3 command invokes /usr/bin/python3 . I guess the first command in the gdb

[Yade-users] [Question #693734]: hertz model

2020-10-30 Thread ytang
New question #693734 on Yade: https://answers.launchpad.net/yade/+question/693734 Hi All, I'm trying to use this constitutive model (Law2_ScGeom_MindlinPhys_Mindlin()) to simulate the triaxial tests. here is my code: ### ### DEFINING

Re: [Yade-users] [Question #693698]: Trouble when compiling with g++-9 or g++-7

2020-10-30 Thread Janek Kozicki
Question #693698 on Yade changed: https://answers.launchpad.net/yade/+question/693698 Janek Kozicki posted a new comment: Also it is worth checking out if the first line in yade python startup file install/bin/yade-2020-10-20.git-427f64c invokes correct python executable. Which one is correct is

Re: [Yade-users] [Question #693698]: Trouble when compiling with g++-9 or g++-7

2020-10-30 Thread Janek Kozicki
Question #693698 on Yade changed: https://answers.launchpad.net/yade/+question/693698 Janek Kozicki posted a new comment: The output looks very similar. This suggests that yade did not get a chance to start executing its own code, and problem is during python startup. Please install debug symbols

Re: [Yade-users] [Question #693698]: Trouble when compiling with g++-9 or g++-7

2020-10-30 Thread Janek Kozicki
Question #693698 on Yade changed: https://answers.launchpad.net/yade/+question/693698 Janek Kozicki posted a new comment: Also add -DMAX_LOG_LEVEL=6 to cmake. And when you start gdb session invoke yade -f6, so that we get more debug info. -- You received this question notification because your

Re: [Yade-users] [Question #693698]: Trouble when compiling with g++-9 or g++-7

2020-10-30 Thread Janek Kozicki
Question #693698 on Yade changed: https://answers.launchpad.net/yade/+question/693698 Janek Kozicki posted a new comment: Now this looks like a binary conflict between versions of some libraries. Maybe we will find out what are the offending libraries when you compile with cmake -DDEBUG=ON and

Re: [Yade-users] [Question #693698]: Trouble when compiling with g++-9 or g++-7

2020-10-30 Thread Sacha Duverger
Question #693698 on Yade changed: https://answers.launchpad.net/yade/+question/693698 Sacha Duverger posted a new comment: After this change the compilation works with g++-9 (see [1] for the outputs) but YADE crashes upon starting as it did when compiled with g++-7. However the origin of the

Re: [Yade-users] [Question #693727]: Bond plasticity

2020-10-30 Thread Jan Stránský
Question #693727 on Yade changed: https://answers.launchpad.net/yade/+question/693727 Status: Open => Needs information Jan Stránský requested more information: Hello > I am new to the platform welcome :-) Please describe more in detail the problem, e.g.: - will the fibers interact with

Re: [Yade-users] [Question #693469]: questions about plotDirections

2020-10-30 Thread Launchpad Janitor
Question #693469 on Yade changed: https://answers.launchpad.net/yade/+question/693469 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Yade-users] [Question #692613]: Order of defining object and engine is causing problems

2020-10-30 Thread Rohit John
Question #692613 on Yade changed: https://answers.launchpad.net/yade/+question/692613 Status: Expired => Open Rohit John is still having a problem: Hello , Can anyone please help me with this issue -- You received this question notification because your team yade-users is an answer

Re: [Yade-users] [Question #693698]: Trouble when compiling with g++-9 or g++-7

2020-10-30 Thread Janek Kozicki
Question #693698 on Yade changed: https://answers.launchpad.net/yade/+question/693698 Janek Kozicki posted a new comment: So we are moving forward. Change file lib/high-precision/Real.hpp line 72 from: #if (__GNUC__ > 7) or (not BOOST_GCC) to #if 0 let's see what happens. -- You received