|
[Sponsors] |
September 1, 2015, 23:32 |
VIV Square Cylinder
|
#1 |
New Member
Join Date: Sep 2015
Posts: 2
Rep Power: 0 |
Hey, so Im doing a simulation of viv for a square cylinder and Im trying to replicate the results of this article: http://www.sciencedirect.com/science...89974613000832
but so far I havent gotten close. Everything not moving (mesh, residuals etc.) has been validated so the parts Im not certain of is the dynamics, like the UDF and meshing settings. My UDF: #include "udf.h" DEFINE_SDOF_PROPERTIES(sdof_props,prop,dt,time,dti me) { real cg; real k = 3.20886; cg = DT_CG(dt)[1]; prop[SDOF_MASS] = 5; prop[SDOF_LOAD_F_Y] = -k*cg; prop[SDOF_ZERO_TRANS_X] = TRUE; prop[SDOF_ZERO_ROT_X] = TRUE; prop[SDOF_ZERO_ROT_Y] = TRUE; } where k is calculated as 4*pi^2*fn*m where fn=3.1875/Re where Re=25 and m=5. The dynamic mesh settings Im using are: Smoothing, Layering, Six DOF and implicit update. With use of the SIMPLE scheme, Least Squares Cell Based, Standard and QUICK. Anyone got any ideas? Cheers |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Flow over 2-d square cylinder | GAURAV KUMAR | ANSYS Meshing & Geometry | 1 | March 2, 2015 13:26 |
Turbulence model / Boundary layers on a cylinder (VIV with 2DOF) | peatmac | FLUENT | 3 | April 16, 2012 15:23 |
VIV of a cylinder at Re=120 | ojha.mayank485 | CFX | 7 | June 12, 2011 10:09 |
solving airfoil like square cylinder problem? | zonexo | Main CFD Forum | 1 | May 27, 2006 16:16 |
drag calulation over a square cylinder | sex00 | Main CFD Forum | 4 | February 2, 2001 08:16 |