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

dynamic mesh not working

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 22, 2008, 01:01
Default dynamic mesh not working
  #1
studentwhoneedshelp
Guest
 
Posts: n/a
Hi,

I am new to dynamic mesh and I need your help. I have created simple box model which I wanted to rotate at z axis at certain rotational velocity. I want to see the outer domain mesh changes according to the rotation of the box. If this simple model works, I will use the same method to more complex model. Please check the model using these links.

Full model with BCs: http://img235.imageshack.us/img235/4...is8fullfb0.png

The box which is set to rotate at z axis with omega = 0.2 rad/s: http://img133.imageshack.us/img133/1...smallbozt5.png

The box (solid volume) rotated, however the outer domain didnot change following the movement of the box: http://img401.imageshack.us/img401/4...rotatedfk4.jpg

The box volume was rotating, as you can see from the box-shadow BC. However, the outer domain (box BC) didnot change.

Can you please help me to set the case. I believe that there is something wrong with the case setting.

Thanks
  Reply With Quote

Old   July 22, 2008, 04:17
Default Re: dynamic mesh not working
  #2
krishna
Guest
 
Posts: n/a
You have to write a UDF to rotate the rigid box. Use DEFINE_CG_MOTION and with options such as Smoothing, Remeshing. Regards,

  Reply With Quote

Old   July 22, 2008, 05:18
Default Re: dynamic mesh not working
  #3
studentwhoneedshelp
Guest
 
Posts: n/a
Hi Krishna,

I am trying to write the udf file now. I am currently reading the sample for the udf with define_cg_motion.

What is the symbol for omega (angular velocity)? Should we set it ourself? They only have example for force and axial velocity.

I want to assign constant angular velocity to the box. At the end of certain period of time, I want to know the moment with respect to the box's cg.

Thank you
  Reply With Quote

Old   July 23, 2008, 09:00
Default Re: dynamic mesh not working
  #4
studentwhoneedshelp
Guest
 
Posts: n/a
Hi,

I wrote this simple udf file to rotate the box at z axis with omega = 0.2 rad/s.

#include "udf.h"

DEFINE_CG_MOTION(boxtwo,dt,vel,omega,time,dtime)

{ /* reset velocities */

NV_S(vel, =, 0.0); NV_S(omega, =, 0.0); if (!Data_Valid_P()) return; omega[2] = 0.2; }

Then when I tried to attach it to the box (volume), I got this error message. Can somebody please show me where is the error.

Warning: incorrect cg motion UDF boxtwo on zone 2 (assuming no motion)

Thank you
  Reply With Quote

Old   July 24, 2008, 03:31
Default Re: dynamic mesh not working
  #5
krishna
Guest
 
Posts: n/a
keep the mesh file and the udf in the same directory. you have to load the file in to the solver by using compile option. DEFINE->USER-DEFINED->FUNCTIONS->COMPILE->udf.c and built and load it. You may have problems if you do not have a C compiler. Better load VC++ if you are working on windows operating system. ReGARDS,

  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
Dynamic Mesh Pj FLUENT 1 March 12, 2007 15:16
Help: Basic steps to get dynamic mesh working CH FLUENT 4 November 6, 2006 09:38
dynamic mesh - structured or cooper mesh Manoj Kumar FLUENT 2 November 11, 2005 01:18
dynamic mesh and sliding mesh nasser FLUENT 0 November 1, 2005 02:37
dynamic mesh sam FLUENT 0 November 1, 2004 23:16


All times are GMT -4. The time now is 20:02.