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

UDF for transverse oscillating cylinder

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 14, 2016, 02:31
Exclamation UDF for transverse oscillating cylinder
  #1
New Member
 
Ajith
Join Date: Dec 2016
Posts: 1
Rep Power: 0
Ajith Arasu is on a distinguished road
I am undertaking a project on oscillating cylinders. Currently i have completed my work on longitudinal oscillation with a help of UDF code.
I have to continue my work with transverse oscillation now. i dont know how to change the UDF code. Can u pls help me.

This is the code i used for longitudinal oscillation. can anyone please help me to make it transverse.

real fr=1;/* insert frequency ratio */
real fo=4.45;/* vortex shedding frequency for stationary cylinder*/
real w = 2*M_PI*fo*fr;
real x_cg[3];
/*NV_S(cg_vel, =,0.0);*/
cg_omega[0]= 0.0;
cg_omega[1]= 0.0;
cg_omega[2]=0*cos(0.5*t);
cg_vel[0]= 0.002*w*cos(w*t);
cg_vel[1]= 0.0;
cg_vel[2]= 0.0;
Ajith Arasu is offline   Reply With Quote

Reply

Tags
o.d.y.


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
Dynamic mesh udf for oscillating wall QBeast Fluent UDF and Scheme Programming 3 December 17, 2020 03:03
UDF of natural convection in 3D cylinder a_Sarlak Fluent UDF and Scheme Programming 0 November 7, 2015 09:19
UDF for Oscillating Membrane/Diaphragm of a Synthetic Jet cuan1029 Fluent UDF and Scheme Programming 0 December 8, 2014 09:20
problem with oscillating cylinder ammi FLUENT 0 December 18, 2006 05:06
UDF for oscillating cylinder fredD FLUENT 0 July 16, 2004 10:32


All times are GMT -4. The time now is 18:58.