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

trouble in SDOF solver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 9, 2014, 04:23
Default trouble in SDOF solver
  #1
New Member
 
vahid Goodarzi Ardekani
Join Date: Jun 2013
Posts: 14
Rep Power: 12
vga67 is on a distinguished road
hi everybody,

I have simulated a 3 dimensional problem with SDOF solver and Dynamic mesh of Fluent V.6.3.26. the problem is about the sinking of a solid spherical particle with 5 mm diameter and 1010 kg/m3 density in water. I used the same UDF that exists in Fluent tutorial "falling box" but have changed it so that it can be used in my problem.
the following text is the desired UDF:

DEFINE_SDOF_PROPERTIES(test_box, prop, dt, time, dtime)
{
prop[SDOF_MASS] = 1.55e-5;
prop[SDOF_IXX] = 2.5e-11;
prop[SDOF_IYY] = 2.5e-11;
prop[SDOF_IZZ] = 2.5e-11;
prop[SDOF_IXZ] = 2.5e-11;
prop[SDOF_IXY] = 2.5e-11;
prop[SDOF_IYZ] = 2.5e-11;
(all of the above units are of SI units "kg and meter")
after 0.2 second with 0.001 time step, the particle moves 50 mm which i think is not logical and it should last longer, since the density difference between the particle and the water is very low. in each time step a message is written which is "the program can not calculate the angular velocity". i know the problem with this message and that is because of the fact that second moment of inertia is less than 1e-6. with the situation i described above, my question is that " why does the particle sink too fast?"

thanks
vga67 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
thobois class engineTopoChangerMesh error Peter_600 OpenFOAM 4 August 2, 2014 09:52
Unexplained Error during Solver Runs cfb CFX 6 November 9, 2012 15:42
Strange residuals of the Density Based Solver Pat84 FLUENT 0 October 22, 2012 15:59
Working directory via command line Luiz CFX 4 March 6, 2011 20:02
why the solver reject it? Anyone with experience? bearcat CFX 6 April 28, 2008 14:08


All times are GMT -4. The time now is 18:50.