ucns3d-team / UCNS3D

Unstructured Compressible Navier Stokes 3D code (UCNS3D)
https://ucns3d.com
GNU General Public License v3.0
238 stars 87 forks source link

Problem while using my own mesh #40

Closed sidkamat closed 11 months ago

sidkamat commented 1 year ago

Hello. I am trying to run the NACA0012 airfoil case using my own mesh and boundary conditions. However, I am getting the error

At line 1251 of file translate.f90 Fortran runtime error: Attempt to DEALLOCATE unallocated 'ifac'

I have exported the grid from Pointwise in a .msh format. When I compared the grid to the one present in the test case provided by you, the two meshes differ quite a lot. For example, the test case has the boundary conditions written in a way that is unique to UCNS3D. Is there any script you have used to get that specific format?

Also, I noticed that the GRID.vrt file is not being generated.