calculix / ccx2paraview

CalculiX to Paraview converter (frd to vtk/vtu). Makes possible to view and postprocess CalculiX analysis results in Paraview. Generates Mises and Principal components for stress and strain tensors.
GNU General Public License v3.0
84 stars 18 forks source link

Improvements in von Mises and principal stress calculations #33

Closed rsmith-nl closed 8 months ago

rsmith-nl commented 8 months ago

When saving analysis results, I tend to use ZZS instead of S. So I've added support for saving von Mises and principal stresses in that case. In the second commit made the names for this extra data consistent. The last commit basically implements the "worstps" option of cgx for paraview.

fce1d3b: Also calculate von Mises and principal stresses when using ZZS. 9e485fb: Use consistent names for the extra data b.name + .... 9d2cbaa: Also save worst principal stress.