|
[Sponsors] |
December 14, 2016, 02:31 |
UDF for transverse oscillating cylinder
|
#1 |
New Member
Ajith
Join Date: Dec 2016
Posts: 1
Rep Power: 0 |
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; |
|
Tags |
o.d.y. |
|
|
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 |