|
[Sponsors] |
Error with snappyHexMesh when using another propeller in propeller tutorial |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 15, 2018, 09:54 |
Error with snappyHexMesh when using another propeller in propeller tutorial
|
#1 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 409
Rep Power: 19 |
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! |
|
March 26, 2018, 23:43 |
|
#2 |
New Member
Join Date: Jun 2017
Posts: 15
Rep Power: 9 |
Hi,
I am having the same problem! did you find any solution? Thank you very much! Simone |
|
March 27, 2018, 01:02 |
|
#3 |
Senior Member
Join Date: Aug 2013
Posts: 407
Rep Power: 16 |
Hi,
There is a name mismatch between what has been specified in snappyHexMeshDict and what is actually there in the STL file... Cheers, Antimony |
|
March 28, 2018, 03:54 |
|
#4 |
Senior Member
TWB
Join Date: Mar 2009
Posts: 409
Rep Power: 19 |
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... |
|
May 24, 2021, 16:59 |
|
#5 |
Member
Gabriel Felix
Join Date: May 2021
Location: Brazil
Posts: 35
Rep Power: 6 |
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 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 |
|
|
|
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 |