|
[Sponsors] |
October 28, 2010, 21:38 |
Multi-resolution Mesh
|
#1 |
New Member
Join Date: Oct 2010
Posts: 2
Rep Power: 0 |
Is it possible to create the multi-resolution 2D mesh?
For example, In region A (0,1)X(0,1), the resolution is 32X32; in region B (1,2)X(0,1), the resolution is 128X128; region A and B is connected by the face at plane X=1. |
|
October 29, 2010, 05:24 |
|
#2 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
Yes, it's fairly simple too. All you have to do is define a block mesh with two blocks (using 12 points).
|
|
October 29, 2010, 07:11 |
|
#3 |
New Member
Join Date: Oct 2010
Posts: 2
Rep Power: 0 |
I use the two blocks with 12 points, but it doesn't work. The OpenFoam complains "The edge is not consist at the X=1" .
So, I use two blocks with 16 points and 4 pair of points have the same coordinate. The OpenFoam does't complain, but the two blocks are not connected. I don't know how to do. |
|
October 29, 2010, 08:06 |
|
#4 |
Senior Member
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 30 |
You need 12 points in the vertices list. The order of the vertices should be consistent to what you find for a hexahedron on U-127 in the user guide. Then you can define to blocks
hex (0 1 2 3 4 5 6 7) (32 32 1) simpleGrading (1 1 1) hex (1 8 9 2 5 10 11 6) (128 128 1) simpleGrading (1 1 1) |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
[snappyHexMesh] Multi Region Mesh of a car filter | Zephiro88 | OpenFOAM Meshing & Mesh Conversion | 3 | September 11, 2019 20:34 |
[snappyHexMesh] snappyHexMesh does not create any mesh except one for the reference cell | Arman_N | OpenFOAM Meshing & Mesh Conversion | 1 | May 20, 2019 18:16 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
Icemcfd 11: Loss of mesh from surface mesh option? | Joe | CFX | 2 | March 26, 2007 19:10 |