|
[Sponsors] |
Unphysical behaviour in dynamic mesh/vof model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 24, 2011, 08:50 |
Unphysical behaviour in dynamic mesh/vof model
|
#1 |
New Member
Join Date: Oct 2009
Posts: 11
Rep Power: 17 |
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 |
|
Tags |
dynamic mesh, fluent vof |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic meshing-In-cylinder model | Mary | FLUENT | 2 | May 28, 2008 09:15 |
How to define dynamic mesh model B.C using Profile | David | FLUENT | 3 | February 18, 2004 17:57 |
Help: Is it possible to use dynamic mesh model and | Valery Ponyavin | FLUENT | 1 | September 20, 2003 15:18 |
How can Dynamic Mesh Model avilable? | Fuyou | FLUENT | 1 | April 2, 2002 07:05 |
LES with dynamic model | shisheng | Main CFD Forum | 4 | December 23, 1998 12:09 |