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

Falling box tutorial

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 30, 2017, 12:14
Default Falling box tutorial
  #1
New Member
 
David
Join Date: Jan 2017
Posts: 16
Rep Power: 9
daviqperez is on a distinguished road
Hello everyone. im working my thesis on the movement of particle on a submerged jet flow.

For the moment im having some troubles so i want to run the tutorial on a mm system. i modify the six dof udf on the mass and inertia values. and i run the case but when the box enter in contact with the water the case crash.

so the question its under wish parameters should i run the case?

#include "udf.h"

#define BMODULUS 2.2e9
#define rho_ref 1000.0

DEFINE_PROPERTY(water_density,c,t)
{
real rho;
real p, dp, p_operating;

p_operating = RP_Get_Real("operating-pressure");
p = C_P(c,t);
dp = p-p_operating;
rho = rho_ref/(1.0-dp/BMODULUS);

return rho;
}

DEFINE_PROPERTY(water_speed_of_sound,c,t)
{
real a;
real p, dp, p_operating;

p_operating = RP_Get_Real ("operating-pressure");
p = C_P(c,t);
dp = p-p_operating;
a = (1.-dp/BMODULUS)*sqrt(BMODULUS/rho_ref);

return a;
}

DEFINE_SDOF_PROPERTIES(falling_box, prop, dt, time, dtime)
{
prop[SDOF_MASS] = 2.7e-6;
prop[SDOF_IZZ] = 4.5e-13;

printf ("\n2d_test_box: Updated 6DOF properties");
}

Under-Relaxation Factors

0.5 for Body Forces
0.8 for Turbulent Viscosity.

Solution Initialization

0.001 m2/s2 for Turbulent Kinetic Energy and 0.001 m2/s3 for Turbulent
Dissipation Rate.

1 for air Volume Fraction.
daviqperez is offline   Reply With Quote

Old   July 31, 2017, 19:13
Default
  #2
New Member
 
David
Join Date: Jan 2017
Posts: 16
Rep Power: 9
daviqperez is on a distinguished road
Someone. Any idea?

Sent from my Redmi Note 4 using CFD Online Forum mobile app
daviqperez is offline   Reply With Quote

Old   August 6, 2017, 11:53
Default
  #3
New Member
 
David
Join Date: Jan 2017
Posts: 16
Rep Power: 9
daviqperez is on a distinguished road
Up. If someone not understand I need to run the falling box tutorial on mm. So I want to know which parameters I need to modify to run. Thanks for any help

Sent from my Redmi Note 4 using CFD Online Forum mobile app
daviqperez is offline   Reply With Quote

Old   August 10, 2017, 15:12
Default
  #4
New Member
 
David
Join Date: Jan 2017
Posts: 16
Rep Power: 9
daviqperez is on a distinguished road
Up.

Sent from my Redmi Note 4 using CFD Online Forum mobile app
daviqperez is offline   Reply With Quote

Old   August 25, 2017, 08:55
Default
  #5
New Member
 
David
Join Date: Jan 2017
Posts: 16
Rep Power: 9
daviqperez is on a distinguished road
Anyone. I'm still looking for a solution to run the tutorial on mm.

Sent from my Redmi Note 4 using CFD Online Forum mobile app
daviqperez is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[DesignModeler] change/increase model size box oewnce932c ANSYS Meshing & Geometry 5 April 8, 2022 01:37
I get different results when I scale the 'falling box' tutorial Hossein1 FLUENT 7 August 19, 2017 02:52
How to calculate moment of inertia for the falling box? Hossein1 FLUENT 1 January 14, 2017 20:04
Water drop falling too slow - Interfoam danvica OpenFOAM Running, Solving & CFD 5 November 20, 2013 08:54
STAR-CD Tutorial shekhar aryal STAR-CD 4 March 22, 2010 03:25


All times are GMT -4. The time now is 21:58.