CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Meshing & Mesh Conversion (https://www.cfd-online.com/Forums/openfoam-meshing/)
-   -   [snappyHexMesh] snappyhexmesh error in refinement phase (https://www.cfd-online.com/Forums/openfoam-meshing/201790-snappyhexmesh-error-refinement-phase.html)

ianjikar May 10, 2018 18:45

snappyhexmesh error in refinement phase
 
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::polyMesh&, 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

kera May 11, 2018 05:04

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 :D.

Change the point from (3.0001 3.0001 0.43) to (3e-3 3e-3 0.43e-3).

Hope this helps!

Regards,
Ricky



Quote:

Originally Posted by ianjikar (Post 691976)
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)


ianjikar May 11, 2018 13:27

Quote:

Originally Posted by kera (Post 692032)
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 :D.

Change the point from (3.0001 3.0001 0.43) to (3e-3 3e-3 0.43e-3).

Hope this helps!

Regards,
Ricky

Got the problem. Thanks for your help.


All times are GMT -4. The time now is 18:54.