arfc / sneks4me

Simplified Nek Simulations for Moltres Enhancement
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Add solid/fluid identification capabilities to gmsh2nek #12

Closed anshchaube closed 4 years ago

anshchaube commented 5 years ago

Use of conjugate heat transfer right now involves the use of prenek, which results in a painful meshing experience, especially with external meshing tools like gmsh.

gmsh2nek reads the physical volume identifier from a .msh file, but does not actually utilize that information - it simply assumes the entire domain is fluid.

This issue can be closed when a project to improve gmsh2nek has been initiated. The goal of the project is to modify gmsh2nek so that it can recognize solid and fluid domains from a mesh. This is likely to involve changing the .f90 such that it reads .msh file and changes element numbers such that fluid element IDs < nelgv and solid element IDs are > nelgv.

This should improve the efficiency of the conjugate heat transfer meshing process.

anshchaube commented 4 years ago

Already added by Kirk.