-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gmshToFoam failed #10
Comments
Same here. |
Hi, I also have the same issue. /--------------------------------------------------------------------------- // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Starting to read mesh format at line 2 Starting to read physical names at line 5 Skipping tag $Entities at line 14 --> FOAM FATAL IO ERROR: file: IStringStream.sourceFile at line 0.
FOAM exiting |
Looks like OpenFOAM can't handle the newer output of GMSH. See the following: |
I get this error even when using -format msh2 on the command line. I'm using OpenFOAM-10. My mesh is pretty big - about 400M elts. The file size is about 30 Gb. But the machine I am using has 128 Gb of RAM.
|
Hi @SamMallinson, does this work with a smaller mesh? |
@AleksZhuravlyov - once I got under 80 Melts - maybe a machine (RAM) related issue? |
Hi,
I am using OpenFoam-8 on a Suse Linux box.
I generated a simple 3D mesh with gmsh, and exported it in two flavors:
airfoil.msh
(native gmsh format) andairfoil.vtk
.Running
gmshToFoam airfoil.msh
, I get an error:With
vtkUnstructuredToFoam airfoil.vtk
, I getI would prefer to work with the gmsh format though.
I can provide airfoil.msh for debugging.
Thanks for the help.
The text was updated successfully, but these errors were encountered: