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

Add alias scripts for converting to formats #40

Open fsimonis opened 3 months ago

fsimonis commented 3 months ago

This PR adds alias scripts to directly convert an input file to vtk or vtu.

I followed the naming scheme of converter provided by OpenFOAM, which is called foamToVTK. The added executables are ccxToVTK and ccxToVTU.

I also modernised the argparse a bit to directly check arguments in the parser.