CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[CAD formats] Importing mesh files to OpenFOAM: is obj format viable?

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By sudo
  • 2 Post By cutter

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 13, 2013, 17:41
Question Importing mesh files to OpenFOAM: is obj format viable?
  #1
New Member
 
Join Date: Feb 2013
Posts: 24
Rep Power: 13
sudo is on a distinguished road
Ok, so first of all I'm still a newbie in the whole CFD realm. For importing & exporting meshes into and from OpenFOAM, I have two questions:

1. Is the obj format a viable format to carry 3D mesh data?
2. If it is, then how (and I will need detailed instructions ) do I import a mesh in obj format to OF?
3. If it is only for surface meshes, could I still import it to OF, then use snappyhexmesh to do the volume meshing?

Reason I'm asking is that I can import mesh files from CCM+ (I know about the conversion tool, but that's for another thread) as wrl files that Mesh lab recognizes, and then does import it to obj.

Thanks in advance.
sudo is offline   Reply With Quote

Old   March 13, 2013, 20:09
Default
  #2
Senior Member
 
JR22's Avatar
 
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 17
JR22 will become famous soon enough
Check the motorbike tutorial ($FOAM_TUTORIALS/incompressible/simpleFoam/motorBike/ directory)

It pools the geometry from zipped .obj (motorBike.obj.gz) file in the "$FOAM_TUTORIALS/resources/geometry" directory.

After it is copied by the "Allrun" script into the trimesh directory, the snappyHexMesh calls it:

Code:
geometry
{
    motorBike.obj
    {
        type triSurfaceMesh;
        name motorBike;
    }

    refinementBox
    {
        type searchableBox;
        min (-1.0 -0.7 0.0);
        max ( 8.0  0.7 2.5);
    }
};
JR22 is offline   Reply With Quote

Old   March 15, 2013, 09:07
Default
  #3
New Member
 
Join Date: Feb 2013
Posts: 24
Rep Power: 13
sudo is on a distinguished road
Thanks, I'll try that and report. I just want to mention that by comparing the mesh properties on the obj & wrl files with those from the original sim file, it is clear that the imported meshes on both wrl & obj files have way less elements indicating they are only surface meshes.
granzer likes this.
sudo is offline   Reply With Quote

Old   March 5, 2014, 05:14
Default
  #4
Senior Member
 
Join Date: Mar 2010
Location: Germany
Posts: 154
Rep Power: 16
cutter is on a distinguished road
Some external tools require the STL file format. Use the OF tool surfaceConvert to convert between a variety of formats when necessary.

Cutter
amintalezade and yangzo like this.
cutter is offline   Reply With Quote

Reply

Tags
meshlab obj wrl


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[Other] Mesh Importing Problem cuteapathy ANSYS Meshing & Geometry 2 June 24, 2017 05:29
[Commercial meshers] Importing ICEM Multiregion Mesh In OpenFOAM Aditya Patil OpenFOAM Meshing & Mesh Conversion 1 May 8, 2017 21:33
[snappyHexMesh] No layers in a small gap bobburnquist OpenFOAM Meshing & Mesh Conversion 6 August 26, 2015 09:38
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
UDF issue MASOUD Fluent UDF and Scheme Programming 14 December 6, 2012 13:39


All times are GMT -4. The time now is 06:11.