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

[snappyHexMesh] Tried using snappyhexmesh to mesh propeller but there is error

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 29, 2018, 12:18
Default Tried using snappyhexmesh to mesh propeller but there is error
  #1
zhi
New Member
 
zhi
Join Date: Oct 2018
Posts: 6
Rep Power: 7
zhi is on a distinguished road
Hi all, I am relatively new to openfoam.

I am trying to mesh a propeller with the propeller tutorial, and i cad the propeller in solidworks before exporting it into the stl file and putting it in the constant/triSurface directory. I ran blockMesh first, then surfaceFeatureExtract, then snappyhexmesh.

I got this error when i ran snappyhexmesh.

Any help will be deeply appreciated! Thanks guys!

--> FOAM FATAL ERROR:
cell 60567 of level 4 does not seem to have 8 points of equal or lower level
cellPoints:6(82460 53928 72376 63464 49395 74363)
pointLevels:6{4}


From function Foam::labelListList Foam::hexRef8::setRefinement(const labelLi st&, Foam:olyTopoChange&)
in file polyTopoChange/polyTopoChange/hexRef8/hexRef8.C at line 3726.

FOAM aborting



Surface refinement iteration 0
------------------------------

Marked for refinement due to surface intersection : 13 cells.
Marked for refinement due to curvature/regions : 852 cells.
Determined cells to refine in = 0.15 s
Selected for refinement : 866 cells (out of 489364)
hexRef8 : Dumping cell as obj to "/scratch/users/nus/e0004344/correct_propellers /proptut/try1/cell_60567.obj"


--> FOAM FATAL ERROR:
cell 60567 of level 4 does not seem to have 8 points of equal or lower level
cellPoints:6(82460 53928 72376 63464 49395 74363)
pointLevels:6{4}


From function Foam::labelListList Foam::hexRef8::setRefinement(const labelLi st&, Foam:olyTopoChange&)
in file polyTopoChange/polyTopoChange/hexRef8/hexRef8.C at line 3726.

FOAM aborting

#0 Foam::error:rintStack(Foam::Ostream&) at ??:?
#1 Foam::error::abort() at ??:?
#2 Foam::hexRef8::setRefinement(Foam::List<long> const&, Foam:olyTopoChange&) at ??:?
#3 Foam::meshRefinement::refine(Foam::List<long> const&) at ??:?
#4 Foam::meshRefinement::balanceAndRefine(Foam::strin g const&, Foam::decomposit ionMethod&, Foam::fvMeshDistribute&, Foam::List<long> const&, double) at ??:?
#5 Foam::snappyRefineDriver::surfaceOnlyRefine(Foam:: refinementParameters const &, long) at ??:?
#6 Foam::snappyRefineDriver::doRefine(Foam::dictionar y const&, Foam::refinement Parameters const&, Foam::snapParameters const&, bool, Foam::dictionary const&) a t ??:?
#7 ? at ??:?
#8 __libc_start_main in "/lib64/libc.so.6"
#9 ? at ??:?

snappyHexMesh:30403 terminated with signal 6 at PC=2aaab0674495 SP=7fffffff9a18. Backtrace:
/lib64/libc.so.6(gsignal+0x35)[0x2aaab0674495]
/lib64/libc.so.6(abort+0x175)[0x2aaab0675c75]
/app/OpenFOAM5/OpenFOAM-5.0/platforms/linux64GccDPInt64Opt/lib/libOpenFOAM.so(_Z N4Foam5error5abortEv+0x116)[0x2aaaaf3c8946]
/app/OpenFOAM5/OpenFOAM-5.0/platforms/linux64GccDPInt64Opt/lib/libdynamicMesh.so (_ZN4Foam7hexRef813setRefinementERKNS_4ListIlEERNS _14polyTopoChangeE+0x1390)[0x2 aaaae6789d0]
/app/OpenFOAM5/OpenFOAM-5.0/platforms/linux64GccDPInt64Opt/lib/libsnappyHexMesh. so(_ZN4Foam14meshRefinement6refineERKNS_4ListIlEE+ 0x54)[0x2aaaaedd9714]
/app/OpenFOAM5/OpenFOAM-5.0/platforms/linux64GccDPInt64Opt/lib/libsnappyHexMesh. so(_ZN4Foam14meshRefinement16balanceAndRefineERKNS _6stringERNS_19decompositionMe thodERNS_16fvMeshDistributeERKNS_4ListIlEEd+0x4a0)[0x2aaaaeddb1e0]
/app/OpenFOAM5/OpenFOAM-5.0/platforms/linux64GccDPInt64Opt/lib/libsnappyHexMesh. so(_ZN4Foam18snappyRefineDriver17surfaceOnlyRefine ERKNS_20refinementParametersEl +0x397)[0x2aaaaed324b7]
/app/OpenFOAM5/OpenFOAM-5.0/platforms/linux64GccDPInt64Opt/lib/libsnappyHexMesh. so(_ZN4Foam18snappyRefineDriver8doRefineERKNS_10di ctionaryERKNS_20refinementPara metersERKNS_14snapParametersEbS3_+0xcd)[0x2aaaaed3802d]
snappyHexMesh[0x417823]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x2aaab0660d1d]
snappyHexMesh[0x4199bd]
zhi is offline   Reply With Quote

Old   December 13, 2018, 12:42
Default
  #2
Member
 
Join Date: Nov 2014
Posts: 92
Rep Power: 11
hokhay is on a distinguished road
Can you show your snappyhexmeshDict file please?
hokhay is offline   Reply With Quote

Reply

Tags
propeller mesh generating, snappyhexmesh 3d

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[blockMesh] blockMesh with double grading. spwater OpenFOAM Meshing & Mesh Conversion 92 January 12, 2019 09:00
Compile calcMassFlowC aurore OpenFOAM Programming & Development 13 March 23, 2018 07:43
Undeclared Identifier Errof UDF SteveGoat Fluent UDF and Scheme Programming 7 October 15, 2014 07:11
ParaView for OF-1.6-ext Chrisi1984 OpenFOAM Installation 0 December 31, 2010 06:42
How to get the max value of the whole field waynezw0618 OpenFOAM Running, Solving & CFD 4 June 17, 2008 05:07


All times are GMT -4. The time now is 16:52.