|
[Sponsors] |
January 7, 2015, 18:47 |
Questions about 2D dynamic meshing
|
#1 |
New Member
Anonymous
Join Date: Jan 2015
Location: India
Posts: 2
Rep Power: 0 |
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 |
|
January 8, 2015, 05:12 |
|
#2 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
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 |
|
January 10, 2015, 01:05 |
|
#3 |
New Member
Anonymous
Join Date: Jan 2015
Location: India
Posts: 2
Rep Power: 0 |
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!! |
|
January 12, 2015, 03:32 |
|
#4 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
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 07:30. |
|
January 12, 2015, 07:28 |
|
#5 | |
Member
Antonio Casas
Join Date: May 2013
Location: world
Posts: 85
Rep Power: 13 |
Quote:
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 |
||
Tags |
ansys meshing, deforming grid, dynamic mesh, gambit mesh |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
dynamic meshing 2D compression piston | KITetima | FLUENT | 3 | April 19, 2015 15:22 |
Error using dynamic meshing : 'Null cells detected' | Jiang | FLUENT | 0 | June 26, 2013 09:30 |
Dynamic meshing - UDF | Jiang | Fluent UDF and Scheme Programming | 1 | June 20, 2013 11:18 |
Dynamic Meshing with Flow 3D | M_Agni | FLOW-3D | 1 | June 13, 2010 19:20 |
Dynamic Meshing | Max | FLUENT | 1 | September 20, 2003 15:13 |