CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Error with snappyHexMesh when using another propeller in propeller tutorial

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By Antimony
  • 1 Post By quarkz

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 15, 2018, 09:54
Default Error with snappyHexMesh when using another propeller in propeller tutorial
  #1
Senior Member
 
TWB
Join Date: Mar 2009
Posts: 409
Rep Power: 19
quarkz is on a distinguished road
Hi,

I'm learning how to run the propeller tutorial. It works in the original setup. However, when I tried to change to my propeller, it fails at the snappyHexMesh stage.

Can anyone give hints as to what happen?

My propeller was created:
1 Solidworks and converted to parasolid
2.imported into Ansys workbench to mesh, export as cgns
3. imported into Pointwise and export as stl
4. use surfaceFeatureConvert.exe to convert to obj

I realise that the provided propeller seems hollow. I tried to re-create similar propeller but I got the same error:



--> FOAM FATAL ERROR:
Unknown region name ascii for surface propellerTip
Valid region names are 1(patch0)

From function Foam::searchableSurfaces::searchableSurfaces(const Foam::IOobject&, const Foam::dictionary&, bool)
in file searchableSurfaces/searchableSurfaces/searchableSurfaces.C at line 258.

Please help, thanks!
quarkz is offline   Reply With Quote

Old   March 26, 2018, 23:43
Default
  #2
New Member
 
Join Date: Jun 2017
Posts: 15
Rep Power: 9
Simone81 is on a distinguished road
Hi,

I am having the same problem! did you find any solution?

Thank you very much!

Simone
Simone81 is offline   Reply With Quote

Old   March 27, 2018, 01:02
Default
  #3
Senior Member
 
Join Date: Aug 2013
Posts: 407
Rep Power: 16
Antimony is on a distinguished road
Hi,

There is a name mismatch between what has been specified in snappyHexMeshDict and what is actually there in the STL file...

Cheers,
Antimony
Simone81 likes this.
Antimony is offline   Reply With Quote

Old   March 28, 2018, 03:54
Default
  #4
Senior Member
 
TWB
Join Date: Mar 2009
Posts: 409
Rep Power: 19
quarkz is on a distinguished road
Hi,

I tried to replace the propellertip.obj with another similar sized propeller in stl format and it seems to work. Hoever, I'm now facing skewness check fail problem...
Simone81 likes this.
quarkz is offline   Reply With Quote

Old   May 24, 2021, 16:59
Default
  #5
Member
 
Gabriel Felix
Join Date: May 2021
Location: Brazil
Posts: 35
Rep Power: 6
gabrielfelix is on a distinguished road
Hi,

I solved the problem. I changed "g MeshGeom" to "g ascii" at the transition from "v" lines to "f" lines, and snappyHexMesh ran succesfully. In the case of @quarks there is "patch0" instead of "MeshGeom".

Code:
v -0.0003690902661            -0.35  0.0008275875083
v  -0.000593279069            -0.35   0.001431411114
v -0.0006829590175            -0.35   0.001788135254
g MeshGeom
f 1 2 3
f 2 4 3
f 2 5 4
to

Code:
v -0.0003690902661            -0.35  0.0008275875083
v  -0.000593279069            -0.35   0.001431411114
v -0.0006829590175            -0.35   0.001788135254
g ascii
f 1 2 3
f 2 4 3
f 2 5 4
gabrielfelix is offline   Reply With Quote

Reply


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
[CAD formats] Creating waterproof STL using snappyHexMesh or salome Tobi OpenFOAM Meshing & Mesh Conversion 58 May 13, 2020 07:01
Propeller calculation toil CFX 15 May 22, 2017 05:06
[snappyHexMesh] OF-2.3.x: snappyHexMesh and AMI A_Pete OpenFOAM Meshing & Mesh Conversion 10 March 11, 2015 14:51
Modelling a propeller tomg STAR-CCM+ 4 April 28, 2011 18:22
[snappyHexMesh] stitchMesh and snappyHexMesh gdbaldw OpenFOAM Meshing & Mesh Conversion 0 December 23, 2009 03:09


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