|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Eric Liu
Join Date: Jan 2015
Posts: 6
Rep Power: 12 ![]() |
hello, I am new here and have a problem when using snappyHexMesh to generate mesh.
the terminal shows ''Point (1.93 3.731 1.243) is not inside the mesh or on a face or edge. Bounding box of the mesh 0 0 1.05) (50 50 1.7).'' however, while I change the locationInMesh many times, this problem still exists. Any help is appreciated !!! |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Jan 2015
Posts: 150
Rep Power: 12 ![]() |
The solutions which is helped to me...
When you define the background mesh with blockMeshDict you need to change the definition in such a way that first four points have Xmin coordinate and other four points have Xmax coordinate: My working example: vertices ( (-15 55 -140) (-15 105 -140) (-15 105 -90) (-15 55 -90) (35 55 -140) (35 105 -140) (35 105 -90) (35 55 -90) ); blocks ( hex (0 1 2 3 4 5 6 7) (20 20 20) simpleGrading (1 1 1) ); As you see we start from (Xmin, Ymin, Zmin), then move to (Xmin, Ymax, Zmin), then to (Xmin, Ymax, Zmax) the to (Xmin, Ymin, Zmax) This steps repeat for Xmax plane. I think that will work for your case. Try this algorithm ) |
|
|
|
|
|
|
|
|
#3 |
|
New Member
Eric Liu
Join Date: Jan 2015
Posts: 6
Rep Power: 12 ![]() |
Well, thank you for reply! I will try later~~~
|
|
|
|
|
|
|
|
|
#4 |
|
New Member
Christos
Join Date: May 2012
Posts: 6
Rep Power: 15 ![]() |
Hi Eric,
I am not sure if you found a solution to your problem. In case you didnt you can try the following : Delete the blockMesh related files and regenerate the block mesh I am not sure if your blockfile definition is correct. The definition needs to be in cyclic form : xmin ymin zmin xmax ymin zmin xmax ymax zmin xmin ymax zmin xmin ymin zmax xmax ymin zmax xmax ymax zmax xmin ymax zmax |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [snappyHexMesh] some basic questions about snappyhexmesh | fatemehfarshi62 | OpenFOAM Meshing & Mesh Conversion | 0 | January 3, 2016 04:29 |
| [snappyHexMesh] OFW10 snappyHexMesh Training Session Questions (follow up) | chegdan | OpenFOAM Meshing & Mesh Conversion | 3 | July 20, 2015 12:10 |
| [snappyHexMesh] questions about snappyHexMesh | xurenyi | OpenFOAM Meshing & Mesh Conversion | 0 | June 11, 2014 03:53 |
| [snappyHexMesh] some questions in SnappyHexMesh | Cloudy1988 | OpenFOAM Meshing & Mesh Conversion | 1 | August 23, 2012 14:56 |
| [snappyHexMesh] A few simple questions about SnappyHexMesh. | suitup | OpenFOAM Meshing & Mesh Conversion | 1 | December 19, 2009 15:30 |