|
[Sponsors] |
April 14, 2014, 20:39 |
split a patch face on subfaces?
|
#1 |
Member
|
Hi, I'm trying to make a mesh with blockMesh, but i'm in troubles because I need to split a face in two faces to impose different boundary conditions, My question is: is possible split a block face (patch) on sub-faces without create other block?. To clarify my question, in next fig I show the mesh made with one hex block (2 cells in x and 2 cells in y), in this fig is labeled the patch (right wall) that I can split to define a new patch, my question, Is possible to define a new patch without make other block (see fig2) ?
https://drive.google.com/file/d/0B_9...it?usp=sharing https://drive.google.com/file/d/0B_9...it?usp=sharing Thanks in advance for any hint. Felipe
__________________
Felipe G |
|
April 19, 2014, 12:14 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Felipe,
Do you only want to split the face? Because if you only split the face, you will have a cell with more than one boundary condition on the same side of the cell, which can lead to considerable simulation problems. If this is what you want, you could try using modifyMesh. The location of an example dictionary is indicated by this command: Code:
echo $FOAM_UTILITIES/mesh/advanced/modifyMesh/modifyMeshDict Have a look into the wiki page for more ideas, since interactively designing the dictionary might be easier: http://openfoamwiki.net/index.php/BlockMesh Best regards, Bruno
__________________
|
|
Tags |
blockmesh, patches |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
y+ and u+ values with low-Re RANS turbulence models: utility + testcase | florian_krause | OpenFOAM | 114 | August 23, 2023 06:37 |
[blockMesh] Internal walls of zero thickness | anger | OpenFOAM Meshing & Mesh Conversion | 23 | February 6, 2020 19:25 |
[snappyHexMesh] sHM layer process keeps getting killed | MBttR | OpenFOAM Meshing & Mesh Conversion | 4 | August 15, 2016 04:21 |
[GAMBIT] periodic faces not matching | Aadhavan | ANSYS Meshing & Geometry | 6 | August 31, 2013 12:25 |
[Gmsh] Import gmsh msh to Foam | adorean | OpenFOAM Meshing & Mesh Conversion | 24 | April 27, 2005 09:19 |