|
[Sponsors] |
Pointwise for OpenFOAM: how to 'connect' multi blocks |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 12, 2015, 09:53 |
Pointwise for OpenFOAM: how to 'connect' multi blocks
|
#1 |
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 11 |
Hi all,
I have been trying to generate a multi block structured mesh for OpenFOAM. I export the polyMesh folder and use checkMesh to examine the mesh. I got the following message: Code:
Checking topology... Boundary definition OK. ***Total number of faces on empty patches is not divisible by the number of cells in the mesh. Hence this mesh is not 1D or 2D. Cell to face addressing OK. Point usage OK. Upper triangular ordering OK. Face vertices OK. Number of regions: 1 (OK). Checking patch topology for multiply connected surfaces... Patch Faces Points Surface topology buildingWall 4300 4410 ok (non-closed singly connected) frontAndBack 20000 20502 ok (non-closed singly connected) inlet 50 102 ok (non-closed singly connected) lowerWall 100 212 ok (non-closed singly connected) outlet 50 102 ok (non-closed singly connected) upperWall 200 402 ok (non-closed singly connected) Checking geometry... Overall domain bounding box (0 -0.06 0) (0.6 0.42 0.06) Mesh (non-empty, non-wedge) directions (1 1 0) Mesh (non-empty) directions (1 1 0) All edges aligned with or perpendicular to non-empty directions. Boundary openness (5.89915e-18 2.79434e-18 1.65293e-16) OK. Max cell openness = 1.09092e-16 OK. Max aspect ratio = 7.51167 OK. Minimum face area = 9e-06. Maximum face area = 0.0013521. Face area magnitudes OK. Min volume = 5.4e-07. Max volume = 4.0563e-06. Total volume = 0.0162. Cell volumes OK. Mesh non-orthogonality Max: 0 average: 0 Non-orthogonality check OK. Face pyramids OK. Max skewness = 4.62963e-09 OK. Coupled point location match (average 0) OK. Mesh OK. One more thing, I first create a domain, than I extrude to get a block. Then I copy and paste the block next to the original one. Thank you! Regards! |
|
July 12, 2015, 14:02 |
|
#2 |
Senior Member
Travis Carrigan
Join Date: Jul 2010
Location: Arlington, TX
Posts: 161
Rep Power: 16 |
It sounds like the grid might have duplicate domains at the interface between the adjacent blocks. You can confirm this by going to Grid, Merge in Pointwise.
|
|
July 12, 2015, 23:33 |
|
#3 |
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 11 |
Thank you Travis,
Yes, the duplicate domains are displayed when I click the 'Merge' button. I try to use the merge command to solve this problem, but unfortunately I did not succeed. Are there some convenient way to delete the duplicate domains without break the established block? Thanks again! Wayne |
|
July 12, 2015, 23:37 |
|
#4 |
Senior Member
Travis Carrigan
Join Date: Jul 2010
Location: Arlington, TX
Posts: 161
Rep Power: 16 |
Because you have two domains at the interface you'll need to merge the duplicate set of connectors. To do this they'll need to have the same number of points. Once the connectors have been merged verify you have a single domain at the interface. You may need to just delete one of the domains and reassemble the block.
|
|
July 13, 2015, 00:59 |
|
#5 |
Member
Yan Wang
Join Date: May 2015
Location: Beijing
Posts: 41
Rep Power: 11 |
Thank you,
Actually I am working on the official tutorial case 'BackStep'. I think the problem is the internal face between the two blocks. OpenFOAM has problems with internal face, do you have any idea on this issue? |
|
July 13, 2015, 11:24 |
|
#6 |
Senior Member
David Garlisch
Join Date: Jan 2013
Location: Fidelity Pointwise, Cadence Design Systems (Fort Worth, Texas Office)
Posts: 307
Rep Power: 14 |
One more thing to check.
Make sure you do NOT have a BC applied to the internal domain between the blocks. If you do, the quad faces on that domain will be inflated during export to produce an infinitely thin wall. |
|
March 28, 2024, 14:36 |
|
#7 |
New Member
Mishal R-Taimuri
Join Date: Jul 2023
Posts: 3
Rep Power: 3 |
hello
so how should that one domain in the center be defined in PW to be used for openFOAM? Should it be defined as a patch? But then OF will require a BC be applied on that patch. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] converting Fluent mesh to openfoam standard mesh | deepesh | OpenFOAM Meshing & Mesh Conversion | 31 | March 29, 2017 06:59 |
dsmcInitialise - dsmcFoam | archymedes | OpenFOAM Pre-Processing | 94 | July 15, 2016 17:14 |
[Other] How to create an MRF zone ? | aminem | OpenFOAM Meshing & Mesh Conversion | 2 | December 8, 2014 11:45 |
CGNS to .su2 mesh (multi zone, pointwise assistance?) | jacobH | SU2 | 4 | September 9, 2014 05:40 |
Multi meshing blocks | Davahue | FLOW-3D | 9 | November 1, 2010 00:50 |