|
[Sponsors] |
July 14, 2014, 11:18 |
bounding box: searchableType
|
#1 |
Senior Member
|
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) But If I set max all positive: Code:
min (-0.165 -0.3922 -0.087) max (0.235 0.2172 0.0875) How can I define this refinementBox? |
|
July 14, 2014, 17:00 |
|
#2 |
Senior Member
|
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);} Code:
refinementBox {type searchableBox; min (-0.165 0.005 -0.165); max ( -0.235 -0.005 0.01);} |
|
September 2, 2017, 17:46 |
|
#3 |
New Member
Terence Annarelli
Join Date: Aug 2017
Location: France
Posts: 7
Rep Power: 9 |
Hi,
Thank you very much for having written the solution of your problem. I was wondering myself ! |
|
|
|
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 |