I wrote a library to run quick structural parametric studies in FreeCAD!
It's available to everyone on pypi, instructions on the project's GitHub: https://github.com/da-crivelli/freecad-parametric-fea
Did I mention it's free and open source? And that it only takes 20 lines of Python to run hundreds of test cases?
You can download the tutorial model and Python script from here: https://github.com/da-crivelli/freecad-tutorials/tree/main/fea-parametric-library
If you like what you are seeing and you want to see more, consider buying me a coffee :) https://www.buymeacoffee.com/dacrivelli
Prerequisites:
- FreeCAD 0.20 https://www.freecad.org/
- Python 3.8.10 https://www.python.org/downloads/release/python-3810/
- (optional) pipenv https://pipenv.pypa.io/en/latest/
- (optional) ParaView https://www.paraview.org/
Timestamps:
00:00 Intro
00:50 Part design in FreeCAD
03:46 FEA set up in FreeCAD
09:46 Parametric study in Python
18:00 Looking at plots of results
19:20 Full results in Paraview