|
[Sponsors] |
[mesh manipulation] CreatePatchDict & TopoSet. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 26, 2019, 07:04 |
CreatePatchDict & TopoSet.
|
#1 |
New Member
Stefano Doddo
Join Date: Mar 2019
Posts: 7
Rep Power: 7 |
Hi everyone, this is the first time for me here, my name is Stefano and it's a pleasure for me. I'm studying a heat flux method and i have to simulate it with openfoam. I found a case in openfoam that reproduce an adiabatic burning flame to study the adiabatic burning velocity, "counterflowflame_2D" and i modified it in HF, but I have some problem with the definition of the mesh. The volume to define is a single block with the inlet at the bottom and the outlet in the others part but there is two snippets (2 mm high) at the bottom to define like wall (no inlet, no outlet) at the fixed temperature. So, to do this, I used the method present in the case "smallPoolFire2D", with createpatchDict and topoSet, and I modified it for two patches, you can see the script in the corresponding attached files, where you can find, also, the OpenFoam error after the launching createPatch command. Can someone help me? Have you got some suggestions?
Thank you so much for yours attention. Best Regards. Stefano. |
|
March 26, 2019, 10:14 |
|
#2 |
Senior Member
|
Hi,
Error message is rather clear: you can not create patch with createPatch utility using internal faces. If you need to create new boundaries inside simulation domain, try to use createBaffles. If you do want to create new patches, use subset operation with boundaryToFace source in topoSetDict. |
|
March 26, 2019, 11:08 |
|
#3 |
New Member
Stefano Doddo
Join Date: Mar 2019
Posts: 7
Rep Power: 7 |
Thank u so much for your reply. I started using openfoam recently like you see. I try to do what did you sayied.
|
|
March 26, 2019, 16:57 |
|
#4 | |
New Member
Join Date: Mar 2016
Posts: 23
Rep Power: 10 |
Quote:
thanks for your time, mirage |
||
April 1, 2019, 13:50 |
Internal Faces Problem.
|
#5 |
New Member
Stefano Doddo
Join Date: Mar 2019
Posts: 7
Rep Power: 7 |
Hi everyone,
I have to simulate a burner with the heat flux method. This burner can approximate like a box with one inlet in the bottom, one outlet 2 mm above along y-axis, and on both sides two wall of the thikness 1 mm at the fixed temperature of 85° C. Moreover, I have to see the flame simulation over the outlet, about 20 cm above. So, the problem is to create two boxes of 2 mm along y-axes and 1 mm along x-axes like two patches at the fixed T=85°C. I didn't undestaind how work topoSetDict and the createPatchDict, so I tryed to create four boxes with blockMeshDict and using mergePatchPairs for the internal faces, but I get an error. Can someone help me with this method or explain me how can i apply the topoSetDict and createPatchDict Method on my case? Thank you so much for your attention. Best Regards. |
|
Tags |
createpatchdict, heat flux model, help in mesh, mesh, toposetdict |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
fail to run series of runApplication topoSet -dict | jiahui_93 | OpenFOAM Programming & Development | 1 | May 25, 2022 13:56 |
creating square patch (for air inlet) on the bottom face using cellset in toposet | Rajesh Nimmagadda | OpenFOAM Running, Solving & CFD | 0 | October 31, 2017 13:27 |
[snappyHexMesh] Porous Media using TopoSet | RobertoCirolini | OpenFOAM Meshing & Mesh Conversion | 3 | August 30, 2016 09:34 |
[Other] topoSet Wrong number of faces. | a19910112a | OpenFOAM Meshing & Mesh Conversion | 1 | June 9, 2015 06:41 |
[snappyHexMesh] HOW to set a circular face by toposet | Jessica | OpenFOAM Meshing & Mesh Conversion | 2 | September 12, 2013 21:54 |