I’ve read the wiki and it seems to indicate that other solvers can be used other than those that come with FreeCAD but I can’t figure out how to do that. I’m trying to get the NASA-JPL NASTRAN to run because I have need to do a DDAM analysis. What would that workflow be like? Any help on this appreciated. Also has anyone here gotten pyNastran to work? Apparently someone ported the nastran code to python but I’m not having success getting it to work but I suspect the python port would be easier to get to work within FreeCAD.
Before a new solver runs with FreeCAD FEM the new solver needs to be implemented in FreeCAD FEM. As an example have a look at the implementation of oofem solver in FreeCAD FEM.
As I understand https://github.com/SteveDoyle2/pyNastran is only about reading and writing the input and output files for Nastran, so you still need the actual solver. While there seems to be some work going on on the open source code of the Nastran https://github.com/SteveDoyle2/NASTRAN-95 I don’t think it is actually working, so at least for now, as I understand, one still needs an commercial Nastran solver for this to work.
How about the holes? Are these holes or elements with normals in the other direction? If the later you should set BackfaceCulling to False in the mesh View properties to show all Faces colored.