I usually create a 1D-2D mesh with NETGEN in “Mesh_1” with good surface control before importing them into “Mesh_2” for volume mesh. I have been using this method for testing various wing geometries. The script have been working well.
Now when I try to implement the same strategy for a full aircraft model, the “Mesh_2” throws an error saying that “the imported mesh does cover the entire geometry”. I have modified the script carefully and even tried redoing the entire procedure manually for the aircraft model, but the error still persists.
I have tried making the mesh finer, exporting Mesh_1 and then reimporting them. Is there any way to fix it?