|
[Sponsors] |
[blockMesh] 3D pipe connected with larger rectangular box |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 18, 2014, 18:08 |
3D pipe connected with larger rectangular box
|
#1 |
New Member
Pankaj
Join Date: Nov 2010
Location: USA
Posts: 5
Rep Power: 15 |
Hi I want to generate mesh for a geometry which consist of:
a horizontal pipe connected with a large rectangular box at one side. Exhaust flowing through this pipe is discharged to this rectangular box connected with the pipe. I need to generate this using blockMesh.m4 or blockMeshdict... to solve in OpenFoam. Can anyone did this or willing to help to generate this mesh . Thnaks. |
|
October 20, 2014, 17:59 |
|
#2 |
Senior Member
Join Date: Mar 2010
Location: Germany
Posts: 154
Rep Power: 16 |
Hi,
and welcome to the forums! What have you achieved so far? After all you've got to do the work on your own. Most of the other forum users have plenty of work to do, they'll happily provide all neccessary infos though. When errors occur, feel free to post the scripts you've already created. See http://www.cfd-online.com/Forums/ope...-get-help.html. This is what you should do from my point of view (at least if you really need to use blockMesh and M4): 1. create a sketch of your geometry, resembling all of the necessary features 2. split the geometry into blocks, ensuring a valid topology 3. find an index scheme for the vertices and blocks (this will be important for latter automation) 4. create a blockMesh with increasing complexity (start with the pipe first), read http://www.openfoam.org/docs/user/blockMesh.php first (especially all infos related to node indexing and on the coodinate system!) 5. parametrize the working blockMeshDict using M4 or use a scripting/programming language to automate the whole process Hint: Here's one way I can think of the block topolgy - at least if I understood your problem correctly: Create the pipe from five blocks, using the scheme from http://www.cfd-online.com/OpenFOAM_D...ges/1/4062.png. Increase the pipe to intersect the whole box (now ten blocks) - this guaranties matching cells at the connection between the pipe and the box. Add at least four blocks to the second part of the pipe to 'fill' the missing corners of the box. You should also invest some time in investigating other meshing workflows. Maybe snappyHexMesh, cfMesh, Gmsh or another set of tools fits better to your specific problem. Its always good to know the alternatives! Good luck! Cutter |
|
Tags |
blockmeshdict block mesh, opehfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Oiling in rotating pipe | Brozicek | STAR-CCM+ | 2 | September 6, 2016 11:45 |
CheckMeshbs errors | ivanyao | OpenFOAM Running, Solving & CFD | 2 | March 11, 2009 03:34 |
My Revised "Time Vs Energy" Article For Review | Abhi | Main CFD Forum | 2 | July 9, 2002 10:08 |
Terrible Mistake In Fluid Dynamics History | Abhi | Main CFD Forum | 12 | July 8, 2002 10:11 |
fluid flow fundas | ram | Main CFD Forum | 5 | June 17, 2000 22:31 |