|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Join Date: Dec 2014
Posts: 50
Rep Power: 13 ![]() |
Hey guys,
how can I create a refinement rectangle and/or box in three dimensions? ![]() I know that you first have to define a shape, in this case a box, using searchableBox with: Code:
refinementBox
{
type searchableBox;
min (-1 -1 -1);
max ( 5 1 1);
}
Code:
refinementRegions
{
refinementBox
{
mode inside;
levels ((1e15 3));
}
}
Thanks in advance ![]() Greetings Harak |
|
|
|
|
|
|
|
|
#2 |
|
New Member
anonymous
Join Date: Jul 2015
Posts: 21
Rep Power: 12 ![]() |
Hello
Did you check via paraFoam if your mesh (without refinements) is well 3D ? In order to see this you can display "points" instead of "surface" and check if the values are inside your solid and not only on its surface. if not, I guess that maybe get swiftSnap add-on for blender and go to refinement regions and thick "refine inside" with a sufficient value (for example 10m). |
|
|
|
|
|
|
|
|
#3 | |
|
Member
Join Date: Dec 2014
Posts: 50
Rep Power: 13 ![]() |
Quote:
Yes, of course my base mesh is 3D. But in the meanwhile I figured it out on my own. The min and max values are actually the coordinates in the x, y and z plane. And because of this, it can be handled in 3 dimensions as well
|
||
|
|
|
||
![]() |
| Tags |
| mode inside, refinement regions, searchablebox |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| refinementRegions is undefined | Gohu8 | OpenFOAM Running, Solving & CFD | 1 | August 30, 2017 04:20 |
| [snappyHexMesh] snappy not using all refinementRegions and refinementSurfaces | suryansh | OpenFOAM Meshing & Mesh Conversion | 0 | June 6, 2016 07:20 |
| [snappyHexMesh] refinementRegions does not accept two directives per geometry part | louisgag | OpenFOAM Meshing & Mesh Conversion | 0 | June 30, 2015 05:50 |
| [snappyHexMesh] refinementRegions ignored | Jeanp | OpenFOAM Meshing & Mesh Conversion | 3 | June 12, 2014 06:05 |
| [Other] Rotation of refinementRegions in Snappy | Ruli | OpenFOAM Meshing & Mesh Conversion | 0 | December 13, 2013 19:16 |