|
[Sponsors] |
October 29, 2012, 12:03 |
Group/Merge boundary faces
|
#1 |
New Member
Join Date: Oct 2012
Posts: 9
Rep Power: 14 |
I have imported a very large model of about 2mio cells and 1k boundary faces.
Most of the boundary faces have the same boundary condition, so I am looking for a method to group or merge some boundary faces. So that I don't have to write down the boundary condition for each of the 1k boundary faces. Is there a command to group or to merge boundary faces? |
|
October 29, 2012, 18:02 |
|
#2 |
New Member
Join Date: Oct 2012
Posts: 9
Rep Power: 14 |
Sorry, I want to merge the patches, not the boundary faces.
For example: I want to write something like Code:
patch1, patch2 { type fixedValue; value uniform 1; } Code:
patch1 { type fixedValue; value uniform 1; } patch2 { type fixedValue; value uniform 1; } |
|
November 13, 2012, 14:58 |
|
#3 |
New Member
Abdulhaq
Join Date: Oct 2012
Posts: 27
Rep Power: 14 |
The utility createPatch will do this for you.
Run the command with the help flag to get more info. Code:
createPatch -help A list of other utilities for mesh manipulation and other 'features' can be found here: http://www.openfoam.com/features/mesh-manipulation.php I hope this helps. createPatchDict.txt |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
[Other] Mesh Importing Problem | cuteapathy | ANSYS Meshing & Geometry | 2 | June 24, 2017 06:29 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
Boundary conditions on internal faces | CaroVandame | OpenFOAM | 0 | August 2, 2010 14:56 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |