Search found 23 matches

by Mx74
Thu Mar 29, 2018 9:18 am
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 126296

Re: glider workbench

And for me both fail with exactly the same error: Traceback (most recent call last): File "<input>", line 1, in <module> File "/usr/lib/freecad-daily/Mod/freecad/freecad_glider/tools/_tools.py", line 16, in SoGroup__iadd__ raise(AttributeError('rhs must be list')) AttributeError:...
by Mx74
Wed Mar 28, 2018 12:45 pm
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 126296

Re: glider workbench

Yes, it works perfectly. I can move the points, create some new line attachment points, create lines in-between and validate.
The glider is displayed with the change in the lines.

But the others menu I mentioned just show an error and the glider disappears.
by Mx74
Wed Mar 28, 2018 10:09 am
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 126296

Re: glider workbench

Me again... So the installation seemed to work fine, I can launch the workbench, create a glider. But most of the menu actions fail. In the first menu for example, I have only create glider, import and export glider, airfoil, lines, colors that works. All the rest gives error message. For example &q...
by Mx74
Tue Mar 27, 2018 4:50 pm
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 126296

Re: glider workbench

I finally did everything as described in the readme of both Openglider and freecad_glider. Git clone both, installed OpenGlider, linked freecad_glider in Freecad/Mod folder, and it seems to be ok ! No idea why pip installation doesn't work. I'll start playing with it. Now the real questions will com...
by Mx74
Tue Mar 27, 2018 4:25 pm
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 126296

Re: glider workbench

That's weird. I tried as you said, but "pip install https://github.com/booya-at/OpenGlider/archive/develop.tar.gz" keeps on trying to install MeshPy, despite you removed it.. I installed Boost (sudo apt-get install python-boost doesn't work for me, but sudo apt-get install boostlib-python-...
by Mx74
Tue Mar 27, 2018 11:24 am
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 126296

Re: glider workbench

Ok, I just tried, but : creating build/temp.linux-x86_64-2.7/src/cpp x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -O1 -DNDEBUG -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-l1RrwO/python2.7-2.7.14=. -fstack-protector-strong -Wformat -Werror=format-securit...
by Mx74
Tue Mar 27, 2018 7:42 am
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 126296

Re: glider workbench

Output:

['lines', 'vector', 'glider', '__init__.pyc', 'freecad', 'graphics', '__init__.py', 'plots', 'config.py', 'utils', 'jsonify', 'config.pyc', 'airfoil']
by Mx74
Tue Mar 27, 2018 6:26 am
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 126296

Re: glider workbench

Hello, Following you advice on pivy issues, I finally installed pivy 0.6.2. Then install of freecad seems to works, I can see the workbench in FC, but when I click on it, it says "cannot import name mesh". In the termnal I have the following: cannot import name mesh Traceback (most recent ...
by Mx74
Fri Mar 23, 2018 11:51 am
Forum: Users Showcase
Topic: glider workbench
Replies: 139
Views: 126296

Re: glider workbench

Hello, I'm interested in this workbench, but I struggle with the installation process. I have freecad-daily. As explained I tried to install your version of Pivy, but I got the following error: Platform...linux2 Python version...2.7.12 Checking for swig... '/usr/bin/swig' Checking for SWIG version.....
by Mx74
Fri Dec 15, 2017 8:20 am
Forum: CfdOF / CFD
Topic: Computational Fluid Dynamics (CFD) workbench using OpenFOAM
Replies: 421
Views: 170396

Re: Computational Fluid Dynamics (CFD) workbench using OpenFOAM

Hello Thomas,

Thanks a lot for your help.
I got my mistake. I was trying to mesh two different objects, the computational domain and the object to analyse.
I didn't realized I had to make only one object by soustracting both.

Again, many thanx !