Re: [Gmsh] Step model view export as png from command line/script

2020-08-25 Thread SAHA, SUDIPTA
Yes, this can be done by 'gmsh' command from the terminer. typically you have to run gmsh by : gmsh filename.geo - ​('-' will invoke the command mode operation). Now you filename.geo script should contain necessary lines for the desired performance. For example, if you want to construct 3D

Re: [Gmsh] Problem of Conformal Meshing at Volume boundaries

2020-08-03 Thread SAHA, SUDIPTA
Typically you need to treat conforming geometry before you treat mesh. Try adding Coherence; in the script prior to meshing. If you could send the geo and log file I can check. My email is sa...@cec.sc.edu __ Best Regards Sudipta Saha, MS, EIT Spent Fuel Modeling Intern, Idaho National

Re: [Gmsh] Small element size factor does not work

2020-07-24 Thread SAHA, SUDIPTA
hgate.net/profile/Sudipta_Saha13> | GoogleScholar<https://scholar.google.com/citations?user=xDVKlBcJ=en> | Website<https://sudiptasaha.weebly.com/> [cid:d08a1fbf-363c-48af-89a7-5208eda51b71] From: Jeremy Theler Sent: Friday, July 24, 2020 5:19 AM

[Gmsh] How to avoid creating defaultFaces in gmsh to OpenFoam conversion?

2020-07-27 Thread SAHA, SUDIPTA
Hello I am generating 3D mesh in gmsg from command line in terminal. In the script I am adding following lines for 3D meshing: Mesh.Algorithm = 2; Mesh.Algorithm3D = 4; Mesh.CharacteristicLengthFactor = 0.01; Mesh 3; Mesh.MshFileVersion=2.2; Save "SNF_01.msh"; Now when I do gmshToFoam, I can