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

Unphysical behaviour in dynamic mesh/vof model

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 24, 2011, 07:50
Default Unphysical behaviour in dynamic mesh/vof model
  #1
New Member
 
Join Date: Oct 2009
Posts: 11
Rep Power: 16
xaero is on a distinguished road
Hello community,

I've been experimenting with dynamic meshes for a while, but, however, was not able to calculate the simple example described below.

I am trying to let a cylinder (diameter 25mm) fall into water (pressure based/vof geo reconstruct/piso)

The whole domain is a 0.3x0.3m face with the cylinder falling from a height of 0.0625m into the water. (approx. 65000 tri elements) There is also a hex boundary layer around the cylinder. The motion is introduced with the 6dof solver and an appropriate udf.

I calculated the mass and moments of inertia of the cylinder assuming a depth of 1m. The density is around 612 kg/m^3.

Problem: The calculation is doing fine until the cylinder dips into the water(with a velocity of about 1 m/s). Then it suddenly accelerates and bounces off the water surface like a rubber ball (velocity ~3m/s), until it crashes at the upper side of the domain.

The UDF i use is pretty the same as from the UDF tutorial:
#include "udf.h"

DEFINE_SDOF_PROPERTIES(stage, prop, dt, time, dtime)
{
prop[SDOF_MASS] = 0.30;
prop[SDOF_IXX] = 0.025;
prop[SDOF_IYY] = 0.025;
prop[SDOF_IZZ] = 0.000234;

printf ("\nstage: updated 6DOF properties");
}

I have uploaded a video to http://www.it-satisfies.com/bouncing.mpeg

Any help will be highly appreciated.

Greetings
xaero is offline   Reply With Quote

Reply

Tags
dynamic mesh, fluent vof

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
Dynamic meshing-In-cylinder model Mary FLUENT 2 May 28, 2008 08:15
How to define dynamic mesh model B.C using Profile David FLUENT 3 February 18, 2004 16:57
Help: Is it possible to use dynamic mesh model and Valery Ponyavin FLUENT 1 September 20, 2003 14:18
How can Dynamic Mesh Model avilable? Fuyou FLUENT 1 April 2, 2002 06:05
LES with dynamic model shisheng Main CFD Forum 4 December 23, 1998 11:09


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