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

Issue with 6 dof solver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 13, 2015, 10:22
Default Issue with 6 dof solver
  #1
New Member
 
Ludo
Join Date: Jul 2015
Posts: 14
Rep Power: 10
ludosbiz is on a distinguished road
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;
}
ludosbiz is offline   Reply With Quote

Old   October 14, 2015, 05:38
Default
  #2
New Member
 
Ludo
Join Date: Jul 2015
Posts: 14
Rep Power: 10
ludosbiz is on a distinguished road
-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!
ludosbiz is offline   Reply With Quote

Old   April 11, 2016, 18:00
Default
  #3
New Member
 
Join Date: Mar 2016
Posts: 8
Rep Power: 10
khushbu.bhavsar92 is on a distinguished road
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.
khushbu.bhavsar92 is offline   Reply With Quote

Old   March 6, 2017, 22:05
Default sdof problem
  #4
New Member
 
betoche
Join Date: Jun 2016
Posts: 5
Rep Power: 9
hesam267 is on a distinguished road
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.
hesam267 is offline   Reply With Quote

Old   March 7, 2017, 07:56
Default
  #5
Member
 
saurabh kumar gupta
Join Date: Jul 2016
Location: kanpur,india
Posts: 53
Rep Power: 9
rsaurabh is on a distinguished road
Hi,
Go through this link. May be it will help you.

https://www.sharcnet.ca/Software/Flu...udf/node79.htm

Regards
Saurabh
rsaurabh is offline   Reply With Quote

Old   March 8, 2017, 13:22
Default
  #6
New Member
 
betoche
Join Date: Jun 2016
Posts: 5
Rep Power: 9
hesam267 is on a distinguished road
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?
hesam267 is offline   Reply With Quote

Old   March 8, 2017, 14:04
Default
  #7
Member
 
saurabh kumar gupta
Join Date: Jul 2016
Location: kanpur,india
Posts: 53
Rep Power: 9
rsaurabh is on a distinguished road
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
rsaurabh is offline   Reply With Quote

Reply

Tags
oscillating_cylinder, out_of_plane_deformation, sdof


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
Creating New Solver: For particle-laden compressible jets sankarv OpenFOAM Running, Solving & CFD 17 December 3, 2014 19:41
OpenCL linear solver for OpenFoam 1.7 (alpha) will come out very soon qinmaple OpenFOAM Announcements from Other Sources 4 August 10, 2012 11:00
Issue trying to get a icoFoam to solve for an oscillating cylinder: asymmetric solver Murray OpenFOAM Bugs 0 October 25, 2011 17:16
Working directory via command line Luiz CFX 4 March 6, 2011 20:02
Creating New Solver: For particle-laden compressible jets sankarv OpenFOAM 0 April 4, 2010 18:06


All times are GMT -4. The time now is 15:45.