|
[Sponsors] |
[mesh manipulation] extrudeMesh for buffer in a pipe |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 25, 2019, 06:29 |
extrudeMesh for buffer in a pipe
|
#1 |
New Member
anonymous
Join Date: Mar 2018
Posts: 11
Rep Power: 8 |
I came across this problem while creating a mesh for a pipe with many bends using blockMesh and extrudeMesh.
As seen in the figure below , I created a pipe using the project feature and then used extrudeMesh to create a bend. But I cannot create the buffer as I wanted as I cannot increase the diameter of the pipe. Figure.jpg I think I need to use three different files to create the buffer zone in the pipe. Can anyone please help me with this? |
|
January 28, 2019, 13:25 |
|
#2 |
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
You could use extrudeMesh to create the pipe without the modified area in the buffer zone and then a Python script using this library (https://codereview.stackexchange.com/a/101298) to modify the node locations of the nodes inside the buffer. (Should not be too hard, because you know the z-coordinates of the buffer, so you can search for the nodes and modify their x/y values accordingly).
|
|
Tags |
extrudemesh, pipe |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[DesignModeler] DesignModeler Pipe within pipe | shields | ANSYS Meshing & Geometry | 13 | November 25, 2018 23:14 |
[mesh manipulation] extrudeMesh for pipe with changing cross section | cfd4res | OpenFOAM Meshing & Mesh Conversion | 0 | March 18, 2018 12:08 |
[mesh manipulation] extrudeMesh for pipe bend | cfd4res | OpenFOAM Meshing & Mesh Conversion | 0 | March 15, 2018 14:04 |
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 |