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
91 stars 18 forks source link

2D elements QUAD results #7

Closed fasmoe closed 4 years ago

fasmoe commented 4 years ago

It seems ccx used brick elements instead of direct 2D elements for the analysis. When output the results, is that possible to convert the nodes and elements number back to the original 2D nodes and elments numbers?

imirzov commented 4 years ago

Looks like I don't understand the question. Please, have a look at ./examples/elements. After conversion 2D (shell) remain the same including numbering. For example, CPS3.vtu and CPS4.vtu represent shell element after conversion. If you open CPS3.frd or CPS4.frd in the CGX - you'll see shell elements again. So, conversion to brick during calculation doesn't affect the result.

fasmoe commented 4 years ago

Sorry, my fault. After double checking the user manual, i figured out how to solve this. Please help to delete this issue to avoid confusion to others.

Many thanks.