CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

Effects of vortex induced vibrations on cylinders

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By obscureed

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 18, 2016, 06:16
Default Effects of vortex induced vibrations on cylinders
  #1
New Member
 
Daban M. salih
Join Date: May 2016
Posts: 5
Rep Power: 10
Daban is on a distinguished road
HELLO WORLD
i am doing a simulation on effect of vortex induced vibration on cylinders, i wrote a udf file like this:
#include "udf.h"
DEFINE_SDOF_PROPERTIES(sdof_props, prop, dt, time, dtime)
{
real cgy;
real k = 170;
cgy = DT_CG(dt)[1];
prop[SDOF_MASS] = 170;
prop[SDOF_ZERO_TRANS_Y] = TRUE;
prop[SDOF_IXX] = 122.4;
prop[SDOF_IYY] = 122.4;
prop[SDOF_IZZ] = 40.8;
prop[SDOF_LOAD_F_Y] = -k*cgy;
printf("\n updated 6DOF properties");
}
what i expect is a movement (vibration) in y direction but when i do the analysis my cylinder moves in x direction. can anyone tell me if i wrote the correct udf file !!? von karman effect.PNG
Daban is offline   Reply With Quote

 


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
Vortex induced Vibrations aravindh28.4 OpenFOAM 36 November 23, 2017 13:43
Vortex Induced Vibrations smm6889 ANSYS 2 February 18, 2014 10:00
pimpleDymFoam and Vortex Induced Vibrations on a 3D cylinder MrAnderson OpenFOAM Running, Solving & CFD 1 February 17, 2014 18:26
FSI including flow induced vibrations in porous models oj.bulmer FLUENT 6 October 15, 2013 12:16
Presenation of vortex strength and velocity concept? fruitkiwi Main CFD Forum 0 September 26, 2012 22:08


All times are GMT -4. The time now is 05:39.