|
[Sponsors] |
[DesignModeler] Extrude in the radial direction |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 6, 2015, 15:41 |
Extrude in the radial direction
|
#1 |
Member
NC
Join Date: Jan 2015
Posts: 49
Rep Power: 11 |
How can I extrude radially (i.e. in the normal direction) off a face on a cylinder wall? Leaving the direction as "Normal" doesn't work. If I simply select a 3D edge as the direction vector, that doesn't work (result pictured below) because the vector is not really normal to the entire surface.
|
|
September 12, 2018, 17:56 |
|
#2 | |
Senior Member
Ali Shayegh
Join Date: Oct 2015
Posts: 131
Rep Power: 11 |
Quote:
well; copy the following as extrudeMeshDict and place it in /system folder. Code:
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object extrudeMeshDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // sourceCase "."; constructFrom mesh; sourcePatches (wall); extrudeModel linearNormal; nLayers 20; expansionRatio 1.0; linearNormalCoeffs { thickness .01;} mergeFaces false; // true; mergeTol 0; Code:
extrudeMesh |
||
Tags |
extrude faces |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Direction of Rotation of Radial Turbine | ghoshi1983 | CFX | 8 | June 19, 2012 11:16 |
Design Modeler Direction Reference (extrude) | natantyt | ANSYS Meshing & Geometry | 0 | June 22, 2011 12:17 |
[Gmsh] Cannot get the right mesh from gmsh | JinBiao | OpenFOAM Meshing & Mesh Conversion | 2 | August 31, 2010 05:51 |
Radial Direction contours | Felix | CFX | 0 | September 24, 2007 10:15 |
2D cylindrical problem in axial & radial direction | Manoj | FLUENT | 2 | January 5, 2004 13:10 |