Calculix: A Free Software Three-Dimensional Structural Finite Element Program
1–5 of 5 posts
Re: Calculix: A Free Software Three-Dimensional Structural Finite Element Program
#2Re: Calculix: A Free Software Three-Dimensional Structural Finite Element Program
#3Of course we won't 1-shot a new CAD kernel but the human work will likely shift more towards identifying failure modes, specifying test cases and sometimes solving really hard details. Sometimes even working out details that have no precedent in literature or free code.
Re: Calculix: A Free Software Three-Dimensional Structural Finite Element Program
#4I have great hope that the CAD & FEM field will benefit greatly from LLM use. To my understanding we currently don't have a free CAD kernel and broadly applicable FEM solver because these are just too hard to make because geometry and physics are hard unforgiving problems. But all pieces of information are available and many implementations covering some details exist. So, the task is a lot of literature research and…
gmsh/Calculix is great. Sure it doesn't reach quite as far as Ansys, but you can solve real meaningful problems with it.
> we currently don't have a free CAD kernel
BRLCAD is OK and OCCT is pretty good. The hard part isn't the CAD kernel; it's the user interface and interconnects.
Re: Calculix: A Free Software Three-Dimensional Structural Finite Element Program
#5I have great hope that the CAD & FEM field will benefit greatly from LLM use. To my understanding we currently don't have a free CAD kernel and broadly applicable FEM solver because these are just too hard to make because geometry and physics are hard unforgiving problems. But all pieces of information are available and many implementations covering some details exist. So, the task is a lot of literature research and…