Search found 395 matches

by makkemal
Tue Sep 10, 2019 4:52 am
Forum: Users Showcase
Topic: Screw Centrifugal Pump--FreeCAD to CFD
Replies: 4
Views: 7232

Re: Screw Centrifugal Pump--FreeCAD to CFD

Do any of you think a process like this can be automated through scripting ?
by makkemal
Sat Aug 31, 2019 12:16 pm
Forum: FEM
Topic: Fem constraint contact
Replies: 147
Views: 47717

Re: Fem constraint contact

I like the idea but only getting to the code every now an then I once again have problems rebasing my code https://github.com/makkemal/FreeCAD.git FEM has some many formatting changes can anybody recommend a editor/settings which which these updates are handled easier ? Every time I have time to pro...
by makkemal
Wed Aug 14, 2019 7:04 am
Forum: CfdOF / CFD
Topic: Interesting project: DesignSPHysics fluid simulator
Replies: 78
Views: 44145

Re: Interesting project: DesignSPHysics fluid simulator

Can anyone point me to a step by step tutorial on how to setup a problem and run it ?

Thanks
Michael
by makkemal
Wed Aug 07, 2019 12:31 pm
Forum: Python scripting and macros
Topic: List Select Macro (Select hidden sub-objects)
Replies: 41
Views: 13553

Re: List Select Macro (Select hidden sub-objects)

Is this tool still working for everyone else ? This is default code on git repository I am getting the following error. During initialization the error inconsistent use of tabs and spaces in indentation (ListSelect.py, line 145) occurred in C:\Users\MichaelHindley\AppData\Roaming\FreeCAD\Mod\Selecti...
by makkemal
Thu Aug 01, 2019 7:48 am
Forum: FEM
Topic: Python Result Extraction for nodes along a line
Replies: 2
Views: 1022

Re: Python Result Extraction for nodes along a line

FEM std result mesh nodes

Thanks
Bernd
by makkemal
Wed Jul 31, 2019 1:17 pm
Forum: FEM
Topic: Python Result Extraction for nodes along a line
Replies: 2
Views: 1022

Python Result Extraction for nodes along a line

I am running a transient thermal structural analysis. I would like to plot temperatures along a line lets say all nodes where z=0 and y=0 So what I want to do is identify all nodes where z=0 and Y=0 in the result object Then use those indexes and extract temperatures in the result object and plot th...
by makkemal
Tue Jul 16, 2019 7:47 am
Forum: FEM
Topic: Linearized stress plot problem in 0.18
Replies: 7
Views: 1788

Re: Linearized stress plot problem in 0.18

I am working on the tutorial I can confirm that you can only do 1 data along a line filter otherwise thing go haywire. The user-defined plot has been broken. For ASME you want to do P1+P2+P3 < $S where S is material allowable stress It gives the following error. Traceback (most recent call last): Fi...
by makkemal
Wed Jul 03, 2019 11:27 am
Forum: Install / Compile
Topic: [Solved]Issues with new libpacks for Windows
Replies: 2
Views: 1438

Re: New libpacks for Windows with Qt5.12, OCC7.3 and Python 3.6 by apeltauer

Somehow cmake detects python 3.7, but shiboken was build with python 3.6.
Thanks I had anaconda python installed with ver 3.7 once uninstalled it everything worked
by makkemal
Wed Jul 03, 2019 3:47 am
Forum: Install / Compile
Topic: [Solved]Issues with new libpacks for Windows
Replies: 2
Views: 1438

[Solved]Issues with new libpacks for Windows

I get the following error using the official libpack pre19 Is this a setting Shiboken2Config: Using default python: .cp36-win_amd64 CMake Error at C:/Freecad/FreeCADLibs_12.1.2_x64_VC15/lib/cmake/Shiboken2-5.12.2/shiboken_helpers.cmake:193 (message): The detected Python minor version is not compatib...
by makkemal
Tue Jul 02, 2019 11:11 am
Forum: FEM
Topic: Linearized stress plot problem in 0.18
Replies: 7
Views: 1788

Re: Linearized stress plot problem in 0.18

[
How about a small tutorial, what is the linearized stress plot useful for. We might have some informations and examples on the forum alredy, but it would be cool to collect it in a small tutorial!
Good idea i will do that