DelNov / T-Flows

Program for Simulation of Turbulent Flows
Other
113 stars 50 forks source link

issue with gmsh mesh conversion #162

Closed palkinev closed 4 years ago

palkinev commented 4 years ago

Unfortunately I can not successfully convert .msh in Tests/Vof/ dir. gmsh version: 4.1.3 T-Flows dev branch commit used: 6d107a6a59851fc8bc26a9d0bc3a365670469852

I have included the whole procedure I used in this video (better to watch it on PC).

Since the issue in the video was line 86 in Load_Msh.f90, I edited it myself: read(line % tokens(4), *) n_elem -> read(line % tokens(2), *) n_elem but it was not enough.

Niceno commented 4 years ago

The recommened gmsh version to use is 4.4.1 (stable release, as they call it). The file format between 4.1.7 and 4.4.1 is different, although file versions wouldn't suggest so.

palkinev commented 4 years ago

I can confirm that downloading gmsh 4.4.1 64-bit version from http://gmsh.info/#Download solved my issue.