Parametric FEA from Python scripts

A place to share learning material: written tutorials, videos, etc.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
dacrivelli
Posts: 4
Joined: Sun Jan 15, 2023 10:34 am
Contact:

Parametric FEA from Python scripts

Post by dacrivelli »

I have been developing a Python library to do headless FEA parametric studies:

https://github.com/da-crivelli/freecad-parametric-fea

It's available on pypi so you can pip install freecadparametricfea or install it in your virtualenv of choice.

Here's a tutorial on how it works: https://www.youtube.com/watch?v=cwtgB4KpdJo

Feedback, contributions etc... appreciated :)
Post Reply