This page is dedicated to the description of the Google Summer of Code project idea regarding FEM post processing based on the VTK library.
FreeCAD is not only a traditional CAD platform but also aims at providing general engineering functionality. One of the most valuable design tools for modern product development is the finite element method. It provides advanced means for design analysis, stress tests and optimisation. Over the last two years a FEM workbench in FreeCAD has been developed based on the calculix solver and already reached a usable state in the 0.16 release. However, the typical FEM workflow involving Pre and Post processing and the problem solving itself is a huge area and not fully handled by the small community. This is why FreeCAD tries to utilize other open source projects as much as possible in order to minimize work and maximise quality and functionality. This has been done with the SMESH and Netgen components for preprocessing, Calculix for solving. For postprocessing FreeCAD relies on VTK, but the integration currently lacks a few important points.
The GSoC project aims at including the well known and powerful VTK library better into FreeCAD for FEM postprocessing. The basics of this have been laid out in the current implementation, showing the feasibility of the approach. This implementation has to be adopted to the updated SMESH data structure, a python interface has to be designed around it and the whole functionality should be further incorporated into the FEM workbench.
If this project is finished successfully futher work on the FEM workbench can be done. Advancing the preprocessing with better control over the meshing process come to mind, or integrating different solvers for other analysis types. Also calulix implementation can be advanced, for example allowing nonelinear calculations.
Medium