|
[Sponsors] |
October 13, 2015, 11:22 |
Issue with 6 dof solver
|
#1 |
New Member
Ludo
Join Date: Jul 2015
Posts: 14
Rep Power: 11 |
Hi guys, i have a question for your gentle attention. I am implementing the SDOF solver to the canonical problem of the oscillating cylinder under current flow, and i continue to face negative mesh problems due to the cylinder going out of the 2D plane of the domain.
I will post here both screenshots of the behaviour and the UDF i wrote, i hope somebody may show me the way to correct what seems unbelievable to me. It is so simple that i must have missed something important i believe, but dunno what. Many thanks in advance to those willing to help, Ludo. http://imageshack.com/a/img901/7654/Q6fSdy.jpg http://imageshack.com/a/img901/2133/uA9LhU.jpg the UDF is: #include "udf.h" DEFINE_SDOF_PROPERTIES(sdof_props, prop, dt, time, dtime) { real cgx; real cgy; real k = 1700; cgx = DT_CG(dt)[0]; cgy = DT_CG(dt)[1]; prop[SDOF_MASS] = 170; prop[SDOF_ZERO_ROT_X] = TRUE; prop[SDOF_ZERO_ROT_Y] = TRUE; prop[SDOF_ZERO_ROT_Z] = TRUE; prop[SDOF_IXX] = 136; prop[SDOF_IYY] = 136; prop[SDOF_IZZ] = 136; prop[SDOF_LOAD_F_Y] = -k*cgy; prop[SDOF_LOAD_F_X] = -k*cgx; } |
|
October 14, 2015, 06:38 |
|
#2 |
New Member
Ludo
Join Date: Jul 2015
Posts: 14
Rep Power: 11 |
-UPDATE for future readers-
Probably i solved my own issue with the implicit update option available on Fluent, near the SDOF option, since problems derived from the first transient part of the simulation when the pressure gains high peaks and gradients. Setting mesh update to 100 solved partially this problem! |
|
April 11, 2016, 19:00 |
|
#3 |
New Member
Join Date: Mar 2016
Posts: 8
Rep Power: 10 |
HI,
I am working on simulating in 2D, VIV of single cylinder at Re = 100000 using k-epsilon with enhanced wall conditions. I have used a similar UDF. except, k =718 and mass = 6146 kg. I keep getting the error dynamic mesh update failed-negative cell volume detected, my Cl value is very high , about 25. I tried refining the mesh and reducing the time step. I still can not solve this error. |
|
March 6, 2017, 23:05 |
sdof problem
|
#4 |
New Member
betoche
Join Date: Jun 2016
Posts: 5
Rep Power: 10 |
Hi.
can anyone explain simple example of SDOF function Please? i coudnt solve any problem with this udf because of Dynamic mesh error. can you clear it with for example one cylindrical (or any other shape) in water bowl? i think i do something wrong in create dynamic mesh zone. |
|
March 7, 2017, 08:56 |
|
#5 |
Member
saurabh kumar gupta
Join Date: Jul 2016
Location: kanpur,india
Posts: 53
Rep Power: 10 |
Hi,
Go through this link. May be it will help you. https://www.sharcnet.ca/Software/Flu...udf/node79.htm Regards Saurabh |
|
March 8, 2017, 14:22 |
|
#6 |
New Member
betoche
Join Date: Jun 2016
Posts: 5
Rep Power: 10 |
thanks for Ur reply dear Saurabh
actually in simple sentence my model is a cylinder into another cylinder and small cylinder has angular velocity and big one must be fix completely. i tried it again but outer cylinder move too how can i say it inter cylinder must rotate and move but outer one be fix? |
|
March 8, 2017, 15:04 |
|
#7 |
Member
saurabh kumar gupta
Join Date: Jul 2016
Location: kanpur,india
Posts: 53
Rep Power: 10 |
In define dynamic zones, make inside cylinder as rigid body and outer cylinder as fix. Use smoothing and remeshing. I think that's all you need to do.
Regards Saurabh |
|
Tags |
oscillating_cylinder, out_of_plane_deformation, sdof |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating New Solver: For particle-laden compressible jets | sankarv | OpenFOAM Running, Solving & CFD | 17 | December 3, 2014 20:41 |
OpenCL linear solver for OpenFoam 1.7 (alpha) will come out very soon | qinmaple | OpenFOAM Announcements from Other Sources | 4 | August 10, 2012 12:00 |
Issue trying to get a icoFoam to solve for an oscillating cylinder: asymmetric solver | Murray | OpenFOAM Bugs | 0 | October 25, 2011 18:16 |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
Creating New Solver: For particle-laden compressible jets | sankarv | OpenFOAM | 0 | April 4, 2010 19:06 |