Re: [Libmesh-users] importing mesh from gridgen

2013-06-05 Thread Manav Bhatia
Turns out that was the mistake I was making. Exporting to ExodusII requires that the pysical BC type be set to Side Set or Node Set, whereas I was leaving it as Unspecified. This worked for Fluent export, but not for ExodusII. Thanks for the help! Manav On Wed, Jun 5, 2013 at 11:17 AM, Kirk, Ben

Re: [Libmesh-users] importing mesh from gridgen

2013-06-05 Thread Kirk, Benjamin (JSC-EG311)
On Jun 5, 2013, at 9:16 AM, Manav Bhatia wrote: > I have been trying to export a mesh into the exodusII format from > gridgen, but it is not writing the boundary condition data in this format > (but it does in other formats, eg. Fluent). Not sure if I am incorrectly > using it. > > > >

Re: [Libmesh-users] importing mesh from gridgen

2013-06-05 Thread Paul T. Bauman
My only experience is using Plot3D format from GridGen and manually converting to ExodusII. However, if it's only the boundary info missing, you could maybe hack together a small app that quickly just resets the boundary ids (e.g. check for NULL on the element neighbor and, depending on the face, s

[Libmesh-users] importing mesh from gridgen

2013-06-05 Thread Manav Bhatia
Hi, This is not a libmesh question, but I thought I would ping the users for their experience before seeking the gridgen software support for help. I am curious if anyone has any experience importing a mesh from gridgen into libmesh for analysis. I see exodusII to be the only format th