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

[GAMBIT] Questions about 2D dynamic meshing

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 7, 2015, 17:47
Question Questions about 2D dynamic meshing
  #1
New Member
 
Anonymous
Join Date: Jan 2015
Location: India
Posts: 2
Rep Power: 0
turbo_agni is on a distinguished road
I am an undergrad student and am new to CFD softwares. I need to simulate a simple case in which there is a small oscilating solid block inside a rectangular domain (Please refer to the picture below). I am using GAMBIT 2.4 for geometry and meshing and FLUENT 6.3 for simulation.

dynaic mesh 2d.jpg

I know that dynamic meshing needs to be done.

I have the following questions.

1) While meshing in GAMBIT, do I need to do something different for dynamic meshing or can I just use the standard Triangular mesh?

2) In FLUENT, do I need to specify both "rigid body" for the block and "deforming" for the interior or just one would do?

Thanks in advance
turbo_agni is offline   Reply With Quote

Old   January 8, 2015, 04:12
Default
  #2
Super Moderator
 
-mAx-'s Avatar
 
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41
-mAx- will become famous soon enough
you have 3 ways for dynamic mesh in Fluent (understand that remeshing will occure in Fluent, not in Gambit)
*Smoothing --> Cell Stretching (Tri)
*Remeshing --> local Remeshung (Tri)
*Layering --> add and suppress quad layers (Quad)

The BC will depend on the type of dynamic mesh you will choose
__________________
In memory of my friend Hervé: CFD engineer & freerider
-mAx- is offline   Reply With Quote

Old   January 10, 2015, 00:05
Default
  #3
New Member
 
Anonymous
Join Date: Jan 2015
Location: India
Posts: 2
Rep Power: 0
turbo_agni is on a distinguished road
I tried for a linear translation of a block in a rectangular domain.
1) I used a triangular mesh
2) I defined the following UDF

#include "udf.h"

DEFINE_CG_MOTION(Test_case, dt, vel, omega, time, dtime)
{
real ampl, w, pi;

/* reset velocities */
NV_S (vel, =, 0.0);
NV_S (omega, =, 0.0);

/* define object movement law */
vel[0] = 0.08;
vel[1] = 0;
vel[2] = 0;
}

3) Compiled without error in fluent and defined the block as rigid body and default interior as deforming.
4) The block is moving but the mesh is not deforming or moving

HELP!!

turbo_agni is offline   Reply With Quote

Old   January 12, 2015, 02:32
Default
  #4
Super Moderator
 
-mAx-'s Avatar
 
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41
-mAx- will become famous soon enough
display and explain what you did and set.
__________________
In memory of my friend Hervé: CFD engineer & freerider

Last edited by -mAx-; January 12, 2015 at 06:30.
-mAx- is offline   Reply With Quote

Old   January 12, 2015, 06:28
Default
  #5
Member
 
acasas's Avatar
 
Antonio Casas
Join Date: May 2013
Location: world
Posts: 85
Rep Power: 12
acasas is on a distinguished road
Quote:
Originally Posted by turbo_agni View Post

3) Compiled without error in fluent and defined the block as rigid body and default interior as deforming.
Don´t define the default interior as deforming. It should work.

Please, could you visit my threads and see if you could help me too?

http://www.cfd-online.com/Forums/ans...eed-valve.html

http://www.cfd-online.com/Forums/flu...g-useless.html

Thanks and good luck
acasas is offline   Reply With Quote

Reply

Tags
ansys meshing, deforming grid, dynamic mesh, gambit mesh


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 2D compression piston KITetima FLUENT 3 April 19, 2015 14:22
Error using dynamic meshing : 'Null cells detected' Jiang FLUENT 0 June 26, 2013 08:30
Dynamic meshing - UDF Jiang Fluent UDF and Scheme Programming 1 June 20, 2013 10:18
Dynamic Meshing with Flow 3D M_Agni FLOW-3D 1 June 13, 2010 18:20
Dynamic Meshing Max FLUENT 1 September 20, 2003 14:13


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