|
[Sponsors] |
[snappyHexMesh] snappyhexmesh error in refinement phase |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 10, 2018, 19:45 |
snappyhexmesh error in refinement phase
|
#1 |
New Member
Ishan Anjikar
Join Date: Mar 2018
Posts: 21
Rep Power: 8 |
Refinement phase
---------------- --> FOAM FATAL ERROR: Point (3.0001 3.0001 0.43) is not inside the mesh or on a face or edge. Bounding box of the mesh-0.003 -0.003 -0.003) (0.003 0.003 0.003) From function static Foam::labelList Foam::refinementParameters::findCells(bool, const Foam:olyMesh&, const pointField&) in file snappyHexMeshDriver/refinementParameters/refinementParameters.C at line 207. FOAM exiting Can someone please tell me why this is happening. Upon checking the stl file, none of the coordinate of the points is bigger than 0.003 in value |
|
May 11, 2018, 06:04 |
|
#2 |
Member
Ricky
Join Date: Jul 2014
Location: Germany
Posts: 78
Rep Power: 12 |
Hallo,
The error message itself is self explanatory. The point specified in your snappyHexMeshDict is out of the domain that you are trying to mesh --> A typical scaling error . Change the point from (3.0001 3.0001 0.43) to (3e-3 3e-3 0.43e-3). Hope this helps! Regards, Ricky
__________________
If it is easy, then something is fishy! |
|
May 11, 2018, 14:27 |
|
#3 | |
New Member
Ishan Anjikar
Join Date: Mar 2018
Posts: 21
Rep Power: 8 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] creating baffles using snappyHexMesh (for given random shaped surfaces) | ashish.svm | OpenFOAM Meshing & Mesh Conversion | 1 | January 17, 2018 02:24 |
[snappyHexMesh] SnappyHexMesh no layers and no decent mesh for complex geometry | pizzaspinate | OpenFOAM Meshing & Mesh Conversion | 1 | February 25, 2015 08:05 |
[snappyHexMesh] SnappyHexMesh segmentation Fault | nithishgupta | OpenFOAM Meshing & Mesh Conversion | 1 | December 18, 2014 05:03 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |
[snappyHexMesh] snappyHexMesh aborting | Tobi | OpenFOAM Meshing & Mesh Conversion | 0 | November 10, 2010 04:23 |