mdolab / idwarp

IDWarp is a mesh warping package for the MACH framework.
Other
17 stars 29 forks source link

CGNS format to read in readUnstructuredCGNS.F90 is deprecated #86

Open sreekar2858 opened 1 year ago

sreekar2858 commented 1 year ago

Description

Hello

I have been trying to morph a mesh with OpenFOAM grid but there is a bug with writing grid. I found a fix but the mesh is not morphing but rather just transforming the specified nodal positions. Since, IDWarp has more examples using CGNS I tried using that file format but found that readUnstructuredCGNS can only input ADF format and with ElementList instead of pointList for BC which is deprecated (https://cgns.github.io/CGNS_docs_current/midlevel/bc.html). image image

Can I ask what software you used to export cgns, so, I can replicate the workflow?