Dhondtguido / CalculiX

This repository contains the source files of CalculiX, a three-dimensional Finite Element Program (www.calculix.de).
GNU General Public License v2.0
72 stars 16 forks source link

Support VTK/VTU/PVD result files #80

Closed lcheng9 closed 4 months ago

lcheng9 commented 5 months ago

In addition to the DAT and FRD result files, is possible to support VTK-like result files? such as allow a command to generate VTK-like format results. Thanks.

FEA-eng commented 5 months ago

This is a 3rd part format so I doubt it will be implemented. Fortunately, there are some converters like this one: https://github.com/calculix/ccx2paraview

lcheng9 commented 5 months ago

@FEA-eng Thank you for the quick response. I will take a study on the ccx2paraview.

NorbertHofbauer commented 4 months ago

@lcheng9 you could also take a look at the component for cubit. https://github.com/calculix/Cubit-CalculiX

The .frd and .dat results gets converted to vtpc for paraview. You can distinguish between parts, nodesets, sidesets in the multiblock inspector. Also the integraton point data will be converted.

lcheng9 commented 4 months ago

Hi @NorbertHofbauer, Thank you for sharing this component. I will check it out.