You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Material will change only in young module and conductivity
Filter selects only the element around the filter object
TESTED on VERSION 0.16 in FreeCAD Faild in Version >0.17
Installation
Install python 3.xx
Download ToOptix
General information
Start this program in a user directory so Blender should be for example on the desktop
If you want to start Tooptix in "C:Programms\Blender Foundation ..." you need administrator rights (not reccomended)
So i would suggest you should take a copy of blender and then use it on the desktop or some other user access folder
(Optional) create a environment variable for Calculix (ccx)
Test at first the two example files TwoRectanglesStruc.inp and TwoRectanglesTherm.inp
For using the python FreeCAD Macro
This Macro is tested on FreeCAD 0.17. Later version might not work.
You need to define a python3 path 'python3_path' in the file 'FreeCADMacro.py' because FreeCAD uses python2 as default
You need to define a install path 'installation_path' in the file 'FreeCADMacro.py' that FreeCAD knows where ToOptix is located.
During the macro FreeCAD changes the directory to the ToOptix folder and creates a 'config.json' file with the 'model.inp' path and the 'ccx.exe' path .
Create a FEM Model (which should work) for a static load case. Then run the Macro 'FreeCADMacro.py' in FreeCAD
FreeCAD Macro, you can specifiy a non design material as well, just like before.
Modification should be done in 'run_optimization_freeCAD.py'. This will be changed in the next version.