CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Bugs

mergeMeshes no handling zones properly

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 4, 2009, 19:32
Default mergeMeshes no handling zones properly
  #1
Senior Member
 
Steve Hansel
Join Date: Jun 2009
Location: Colorado, USA
Posts: 112
Rep Power: 16
hansel is on a distinguished road
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
hansel is offline   Reply With Quote

Old   July 25, 2009, 18:44
Default
  #2
Senior Member
 
Steve Hansel
Join Date: Jun 2009
Location: Colorado, USA
Posts: 112
Rep Power: 16
hansel is on a distinguished road
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?
hansel is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Skipping Zones 1337Hal FLUENT 1 June 27, 2022 09:33
merge zones Domi FLUENT 2 May 3, 2019 13:15
Require help in "Merging Grid Zones" Nitesh Goyal FLUENT 0 June 13, 2007 10:25
about seperating zones Bono FLUENT 1 October 8, 2005 06:08
Patch-Different values to different zones Pradeep FLUENT 0 April 26, 2005 08:50


All times are GMT -4. The time now is 22:28.