cics-nd / rans-uncertainty

Uncertainty Quantification of RANS Data-Driven Turbulence Modeling
https://doi.org/10.1016/j.jcp.2019.01.021
MIT License
55 stars 31 forks source link

Cannot convert mesh from .geo to .msh #6

Closed aiskhak closed 4 years ago

aiskhak commented 4 years ago

Cannot convert mesh from .geo to .msh. The problem is that it is necessary to specify -format msh2 in meshes/convert-mesh.sh

./gmsh ${MESH_NAME}.geo -3 -o ${MESH_NAME}.msh -algo frontal -algo front3d -format msh2

NickGeneva commented 4 years ago

Thank you for the bug fix. New GMSH format seems to cause the conversion program some head aches. Fixed and documented.