Mesh types supported

248 views
Skip to first unread message

Jacob Bair

unread,
Sep 24, 2018, 3:03:15 PM9/24/18
to moose-users
Hi All,
I was wondering if there is a list somewhere of all of the externally generated mesh types supported by MOOSE? I looked around a bit on MOOSE framework but didn't see anything.
Thanks,
Jake

Cody Permann

unread,
Sep 24, 2018, 3:25:47 PM9/24/18
to moose...@googlegroups.com
The list is here:

However, it's currently very unreadable (we just opened a ticket to fix that). You can also find it here:

--
You received this message because you are subscribed to the Google Groups "moose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to moose-users...@googlegroups.com.
Visit this group at https://groups.google.com/group/moose-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/moose-users/460e0827-220d-4e5b-a95f-53689cd9e554%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Jacob Bair

unread,
Sep 24, 2018, 3:27:37 PM9/24/18
to moose-users
Thank you!

Jacob Bair

unread,
Sep 24, 2018, 3:43:23 PM9/24/18
to moose-users
Just as a note I tried .vtk and it doesn't work though it is on the list in the link you gave. I will try gmv but with .vtk I get this error:

*** ERROR ***

 ERROR: Unrecognized file extension: /Users/bair545/projects/moose/modules/navier_stokes/Iodine/simplified2d_VTK/test_0.vtk

   I understand the following:


     *.e    -- Sandia's ExodusII format

     *.exd  -- Sandia's ExodusII format

     *.gmv  -- LANL's General Mesh Viewer format

     *.mat  -- Matlab triangular ASCII file

     *.n    -- Sandia's Nemesis format

     *.nem  -- Sandia's Nemesis format

     *.off  -- OOGL OFF surface format

     *.ucd  -- AVS's ASCII UCD format

     *.unv  -- I-deas Universal format

     *.vtu  -- Paraview VTK format

     *.inp  -- Abaqus .inp format

     *.xda  -- libMesh ASCII format

     *.xdr  -- libMesh binary format

     *.gz   -- any above format gzipped

     *.bz2  -- any above format bzip2'ed

     *.xz   -- any above format xzipped

     *.cpa  -- libMesh Checkpoint ASCII format

     *.cpr  -- libMesh Checkpoint binary format

which is a nice list to go off so I guess I could have just put the wrong type to answer my own question initially...
Jake

Cody Permann

unread,
Sep 24, 2018, 3:51:48 PM9/24/18
to moose...@googlegroups.com
OK - that's another problem. libMesh can output VTK, but cannot read it (at least not as a mesh format). What we can do is read in images to make a mesh. Are you trying to build a mesh or trying to import an image? 

Jacob Bair

unread,
Sep 24, 2018, 3:57:54 PM9/24/18
to moose-users
We're trying to build a mesh using open foam, I think we can figure out something that will work but the .vtk was just the first format we tried and it didn't...

John Peterson

unread,
Sep 24, 2018, 4:28:40 PM9/24/18
to moose-users


On Monday, September 24, 2018 at 1:51:48 PM UTC-6, Cody Permann wrote:
OK - that's another problem. libMesh can output VTK, but cannot read it (at least not as a mesh format). What we can do is read in images to make a mesh. Are you trying to build a mesh or trying to import an image? 

libMesh can read VTK files in the vtkXMLUnstructuredGridReader format.

Try naming your file with a .vtu extension (as shown in the list above) and see if it just works.

--
John

Reply all
Reply to author
Forward
0 new messages