Link FEM result to spreadsheet, and get (text) results with scripts

About the development of the FEM module/workbench.

Moderator: bernd

Post Reply
S-Y.Chen
Posts: 63
Joined: Tue Aug 27, 2019 4:33 pm

Link FEM result to spreadsheet, and get (text) results with scripts

Post by S-Y.Chen »

Hi everyone,

I need to get FEM result of FreeCAD in a systematic way, and through batch mode script. I have to assume that I don't know anything about the model, but my script need to dump out FEM results as much as possible (in text format).

I will need the results like maximum stress, maximum deformation (mostly the value we can see in the GUI of FreeCAD).

So it there anyway I can do these :
1. Link FEM results to the spreadsheet. If I can do this, I can just dump out the data of the spreadsheets.
If it is not currently available, can I use script to do that ?

2. How can I use scripts to get specific results from FreeCAD FEM ?

3. These lead to another question : how to extend the results the user can view on the GUI ?
Post Reply