|
[Sponsors] |
July 4, 2009, 20:32 |
mergeMeshes no handling zones properly
|
#1 |
Senior Member
Steve Hansel
Join Date: Jun 2009
Location: Colorado, USA
Posts: 112
Rep Power: 17 |
OF1.5-dev downloaded 7/3/09 64 bit Ubuntu 9.04
I'm making 2 meshes with blockMesh, one has a zone of A, the other has a zone of B. I merge the two together with mergeMeshes and everything ends up in Zone A, Zone B has zero points, but is listed. I can send a test case if it helps. Steve |
|
July 25, 2009, 19:44 |
|
#2 |
Senior Member
Steve Hansel
Join Date: Jun 2009
Location: Colorado, USA
Posts: 112
Rep Power: 17 |
I looked into this a little more and found this code fragment in mergePolyMesh.C line 431
// Add the zones if necessary if ( pointZoneNames_.size() != pointZones().size() || faceZoneNames_.size() != faceZones().size() || cellZoneNames_.size() != cellZones().size() ) { } Was this something that was going to be completed later or is that really supposed to be empty? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Skipping Zones | 1337Hal | FLUENT | 1 | June 27, 2022 10:33 |
merge zones | Domi | FLUENT | 2 | May 3, 2019 14:15 |
Require help in "Merging Grid Zones" | Nitesh Goyal | FLUENT | 0 | June 13, 2007 11:25 |
about seperating zones | Bono | FLUENT | 1 | October 8, 2005 07:08 |
Patch-Different values to different zones | Pradeep | FLUENT | 0 | April 26, 2005 09:50 |