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

[snappyHexMesh] bounding box: searchableType

Register Blogs Community New Posts Updated Threads Search

Like Tree9Likes
  • 9 Post By student666

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 14, 2014, 11:18
Default bounding box: searchableType
  #1
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 17
student666 is on a distinguished road
Hi all,

I can't understand why SHM gives me trouble about the following Fatal error:
Code:
Illegal bounding box specification : (-0.165 -0.3922 -0.087) (-0.235 -0.2172 0.0875)
I verified into the CAD file that coordinates are correct and define the bounding box, for refinement, properly.

But If I set max all positive:

Code:
  min (-0.165 -0.3922 -0.087) max (0.235 0.2172 0.0875)
It works, but it's useless for me.

How can I define this refinementBox?
student666 is offline   Reply With Quote

Old   July 14, 2014, 17:00
Default
  #2
Senior Member
 
M. C.
Join Date: May 2013
Location: Italy
Posts: 286
Blog Entries: 6
Rep Power: 17
student666 is on a distinguished road
Think I found the solution to this dummy problem.

If anyone interested here the reason:

in the defintition of the bounding box, you're supposed to define as "min value" with minimum value for x, y, z at all; while max refer to maximum value for x, y, z at all.

eg:

Code:
refinementBox {type searchableBox; min (-0.235 -0.005 -0.165); max ( -0.165 0.005 0.01);}
works: x y z for min are < than max values

Code:
refinementBox {type searchableBox; min (-0.165 0.005 -0.165); max ( -0.235 -0.005 0.01);}
dosen't work as x y z for min are not < max value.
bentkj, EmaManu, sjohn2 and 6 others like this.
student666 is offline   Reply With Quote

Old   September 2, 2017, 17:46
Default
  #3
New Member
 
Terence Annarelli
Join Date: Aug 2017
Location: France
Posts: 7
Rep Power: 9
TerenceA is on a distinguished road
Hi,
Thank you very much for having written the solution of your problem. I was wondering myself !
TerenceA is offline   Reply With Quote

Reply


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
Get mesh bounding box of individual processor? pbachant OpenFOAM Programming & Development 1 November 14, 2022 05:31
[snappyHexMesh] snappyHexMesh will not delete bounding box AlexanderMath OpenFOAM Meshing & Mesh Conversion 2 November 8, 2016 03:11
phantom region created outside blockmesh bounding box derekm OpenFOAM Pre-Processing 0 May 15, 2014 11:31
IndexedOctree: how to access get the bounding box value of a node seher OpenFOAM Programming & Development 0 May 23, 2013 11:31
snapyHexMesh Bounding box vmsandip2011 OpenFOAM Pre-Processing 5 May 26, 2012 03:13


All times are GMT -4. The time now is 03:31.