|
[Sponsors] |
November 20, 2012, 19:06 |
Appending faceZones
|
#1 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
Hello All,
I am working on a new mesh class with topology changes (layerAdditionRemoval and attachDetach), and I am trying to sort out the inizialization. Long story short, I need to append faceZones created at runTime to a faceZones file that was created during pre-processing. Is there any way to do this? The only function that makes sense to me is polyMesh::addZones, but this adds zones when none exist. Barring that, I was thinking of reading in the existing faceZones, storing them in some other container, then adding all the faceZones together in one go. Will this work? |
|
December 17, 2012, 18:59 |
|
#2 |
Senior Member
Marco A. Turcios
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 740
Rep Power: 28 |
Just for the benefit of anyone searching in the future; the second method (reading in faceZones and storing them) is the way to go. Its not hard, just tedious...
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] ways to create cellZones and faceZones | kalyangoparaju | OpenFOAM Meshing & Mesh Conversion | 7 | June 7, 2024 05:39 |
Limit in Grid size in FLUENT and appending case files | imaloke | OpenFOAM Running, Solving & CFD | 0 | January 7, 2012 17:27 |
[swak4Foam] for faceZones | andrea.pasquali | OpenFOAM Community Contributions | 3 | August 30, 2011 12:24 |
[snappyHexMesh] incompleted faceZones ? normal? | Tobi | OpenFOAM Meshing & Mesh Conversion | 1 | November 30, 2010 14:42 |
[mesh manipulation] how to create faceZones? | phsieh2005 | OpenFOAM Meshing & Mesh Conversion | 1 | September 2, 2009 22:26 |