|
[Sponsors] |
Flow over an elastic mounted cylinder in Ansys fluent |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 11, 2016, 20:29 |
Flow over an elastic mounted cylinder in Ansys fluent
|
#1 |
New Member
Rahil
Join Date: Mar 2016
Posts: 5
Rep Power: 10 |
Hi there,
I am trying to simulate vortex induced vibrations using Ansys fluent at Re=100 using the following udf for 6DOF solver: #include "udf.h" DEFINE_SDOF_PROPERTIES(viv, prop, dt, time, dtime) { real cg; real k = 1.578; cg = DT_CG(dt)[1]; prop[SDOF_MASS] = 1; 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; } When I simulate this, it gives me very large lift coefficient(~100-200) and the cylinder also oscillates very rapidly. Can some please help? |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Ansys fluid flow fluent missing | dave121/ | ANSYS | 8 | February 18, 2021 00:28 |
Fluent + flow past cylinder at Re=40 | m.vegad | Main CFD Forum | 25 | January 9, 2018 01:34 |
Can you help me with a problem in ansys static structural solver? | sourabh.porwal | Structural Mechanics | 0 | March 27, 2016 18:07 |
Drag force coefficient too high for a flow past a cylinder using komega sst | Scabbard | OpenFOAM Running, Solving & CFD | 37 | March 21, 2016 17:16 |
Free surface flow in Ansys Fluent | Tanjina | Fluent Multiphase | 11 | April 16, 2014 12:52 |