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

[6DOF/axisymmetry] Falling ball in a liquid

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 13, 2015, 11:34
Default [6DOF/axisymmetry] Falling ball in a liquid
  #1
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
Dear all,

I'm trying to set up a 6DOF simulation to determine the terminal velocity of a metal ball falling through a tube filled with liquid. I've worked my way through the dynamic mesh tutorial on the falling box, which worked fine. However, when I get to setting up my own simulation, all hell breaks loose.

- I've tried remeshing, as in the tutorial, but no remeshing takes place. Result: negative cell volumes and a crash.

- I've tried layering, as in the missile silo tutorial. But, no collapse takes place. The ball-zone ends up overlapping the regular mesh, stretching the cells on top and reversing the cells below, until eventually negative volumes occur at the sides.

Conclusion; I'm stuck. I can't find any tutorial on dynamic meshing with an axisymmetric domain; the pdf of the missile is available but I don't have mesh files or case files to see where things go wrong. Below are my udf and mesh (at least, part near the ball. it extends further down). If anyone can help me out here, it'd be great. If you need more information, please let me know.

Thanks in advance,
Cees

Code:
#include "udf.h"

DEFINE_SDOF_PROPERTIES(test_ball, prop, dt, time, dtime)
{
   prop[SDOF_MASS] = 33.5;
   prop[SDOF_IXX]  = 0.0013400000000000003;
   prop[SDOF_IYY]  = 0.0013400000000000003;
   prop[SDOF_IZZ]  = 0.0013400000000000003;
SDOF_ZERO_TRANS_X, /* boolean, suppress translation in x-direction */
 SDOF_ZERO_TRANS_Z, /* boolean, suppress translation in z-direction */
 SDOF_ZERO_ROT_X, /* boolean, suppress rotation around x-axis */
 SDOF_ZERO_ROT_Y, /* boolean, suppress rotation around y-axis */
 SDOF_ZERO_ROT_Z, /* boolean, suppress rotation around z-axis */
SDOF_SYMMETRY_Y, /* normal vector of symmetry plane for half model */

}


Last edited by CeesH; April 13, 2015 at 11:39. Reason: clarification
CeesH is offline   Reply With Quote

Old   April 16, 2015, 03:07
Default
  #2
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
I don't really like bumping up threads, but seeing as it fell of 1st page and the simulation still doesn't work, I'll break my rule of bump.
CeesH is offline   Reply With Quote

Old   May 13, 2015, 06:22
Default
  #3
Senior Member
 
Cees Haringa
Join Date: May 2013
Location: Delft
Posts: 607
Rep Power: 0
CeesH is on a distinguished road
ok, one last try, since the problem is still out there...
CeesH is offline   Reply With Quote

Old   June 4, 2015, 14:15
Default
  #4
New Member
 
ishan
Join Date: Jan 2015
Posts: 2
Rep Power: 0
ishangaud is on a distinguished road
1)The UDF seems wrong to me. Plz check the UDF below

2)also You cannot have axis-symmetric problem in Y-direction. The axis should always be in X-direcion,

3) Mesh type should always be tet-elements for remeshing if you are using that

4) Use smaller time step like 0.001 or 0.0001



This is the UDF for ball falling/floating in water.


#include "udf.h"

DEFINE_SDOF_PROPERTIES(Lightweight_ball, prop, dt, time,dtime)

{

prop[SDOF_ZERO_TRANS_Y]= TRUE;
prop[SDOF_ZERO_TRANS_Z]= TRUE;

prop[SDOF_ZERO_ROT_X]= TRUE;
prop[SDOF_ZERO_ROT_Y]= TRUE;
prop[SDOF_ZERO_ROT_Z]= TRUE;



prop[SDOF_MASS] = 3.34e-4;

prop[SDOF_IXX] = 7.36e-9;
prop[SDOF_IYY] = 7.36e-9;
prop[SDOF_IZZ] = 7.36e-9;

}
ishangaud is offline   Reply With Quote

Old   January 8, 2017, 12:34
Default particle movement in axisymmetric domain
  #5
Member
 
Join Date: Jun 2015
Posts: 46
Rep Power: 10
Hossein1 is on a distinguished road
I'm simulating axisymmetric collision of a particle and a droplet with a mesh very similar to what is shown above. However, as you can see in the attached figure, when particle moves, after some time steps dynamic mesh fails to follow the particle movement (when simulation starts, A=A' and B=B', but after some time steps you can see that how A and B stretched). Does anyone know what should I do?

PS. Here is what I think: since the particle breaks the 'axis' line, I do not have just one line as axis, and I choose A, B and C as my axis. But I think this disconnectivity on my axis causes problems with dynamic mesh.

I don't need necessarily to mesh inside the particle and I've tried that case as well, but the problem still exists.
Attached Images
File Type: jpg 4.jpg (195.6 KB, 29 views)
File Type: jpg 6.jpg (22.5 KB, 22 views)
Hossein1 is offline   Reply With Quote

Old   November 25, 2018, 15:04
Default
  #6
New Member
 
samir
Join Date: Sep 2011
Location: Algeria
Posts: 16
Rep Power: 14
samir_cfd is on a distinguished road
Send a message via MSN to samir_cfd Send a message via Skype™ to samir_cfd
Hi
I am simulating the same case in Fluent but I have a problem, when the ball is close to the free surface the solution diverege (divergence problem) I don't know where is the problem exactly and how to solve it?
Many thanks!!
samir_cfd is offline   Reply With Quote

Reply


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
gas absorption in a falling liquid film Anuj Nagpal FLUENT 13 January 30, 2011 10:02
numerical simulaiton of falling liquid film flow shoushi bo FLUENT 0 March 1, 2008 10:36
falling of ball in water nabeel mohsin FLUENT 2 November 26, 2004 05:50
sphere falling in an infinite liquid medium sreenivas CFX 0 February 13, 2004 07:59
Ball motion in a pipe filled with liquid sam kashan FLUENT 0 April 1, 2002 15:04


All times are GMT -4. The time now is 04:41.