CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > ANSYS Meshing & Geometry

[DesignModeler] Extrude in the radial direction

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 6, 2015, 14:41
Default Extrude in the radial direction
  #1
Member
 
NC
Join Date: Jan 2015
Posts: 49
Rep Power: 11
bongbang is on a distinguished road
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.

bongbang is offline   Reply With Quote

Old   September 12, 2018, 16:56
Default
  #2
Senior Member
 
Ali Shayegh
Join Date: Oct 2015
Posts: 130
Rep Power: 10
amuzeshi is on a distinguished road
Quote:
Originally Posted by bongbang View Post
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.


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;
Then run:
Code:
extrudeMesh
That's it !
amuzeshi is offline   Reply With Quote

Reply

Tags
extrude faces


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Direction of Rotation of Radial Turbine ghoshi1983 CFX 8 June 19, 2012 10:16
Design Modeler Direction Reference (extrude) natantyt ANSYS Meshing & Geometry 0 June 22, 2011 11:17
[Gmsh] Cannot get the right mesh from gmsh JinBiao OpenFOAM Meshing & Mesh Conversion 2 August 31, 2010 04:51
Radial Direction contours Felix CFX 0 September 24, 2007 09:15
2D cylindrical problem in axial & radial direction Manoj FLUENT 2 January 5, 2004 12:10


All times are GMT -4. The time now is 12:52.