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

dynamic mesh

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Amir

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 2, 2012, 01:28
Default dynamic mesh
  #1
New Member
 
Kim Donghee
Join Date: May 2009
Posts: 15
Rep Power: 16
ssamton is on a distinguished road
Hi there

i want to simulate like piston movement!

as shown in attached file, center line moves upward as time goes.

i used dynamic mesh(smoothing&remeshing).

so, center line moves well, but, does not working remesh function.

just move center line upward.

therefore, when center line arrive adjacent cell(i.e, adjacent upper cell), show error message: Negative cell volume.

please help me.

I'm just trying to studying dynamic mesh.

it's very simple problem, i think.

Ah, I also use UDF(CG_MOTION)

Thank you all.

Have nice day
Attached Images
File Type: jpg fig1.jpg (10.9 KB, 25 views)
ssamton is offline   Reply With Quote

Old   February 2, 2012, 03:36
Default
  #2
Senior Member
 
Amir's Avatar
 
Amir
Join Date: May 2009
Location: Montreal, QC
Posts: 735
Blog Entries: 1
Rep Power: 22
Amir is on a distinguished road
Hi,

The best dynamic mesh technique for this purpose is "layaring". but if you insist on using smoothing, you have to enable it from TUI for all the cell types; additionally, I don't think that the quad elements can be remeshed.

Bests,
__________________
Amir
Amir is offline   Reply With Quote

Old   February 2, 2012, 04:17
Default
  #3
New Member
 
Kim Donghee
Join Date: May 2009
Posts: 15
Rep Power: 16
ssamton is on a distinguished road
Thanks Amir

i just want to simulate through any method.

first of all, i try to layering method

however, could you tell me more way to set up?

i read manual, but it's really hard to understand.

Thank you again.


below coding is mine and i hooked up only center line.





#include "udf.h"

DEFINE_CG_MOTION(butterfly_flex_UDF, dt, cg_vel, cg_omega, time, dtime)
{
cg_vel[0] = 0.0;
cg_vel[1] = 0.1;
cg_vel[2] = 0.0;

cg_omega[0] = 0.0;
cg_omega[1] = 0.0;
cg_omega[2] = 0.0;
}
ssamton is offline   Reply With Quote

Old   February 2, 2012, 04:25
Default
  #4
Senior Member
 
Amir's Avatar
 
Amir
Join Date: May 2009
Location: Montreal, QC
Posts: 735
Blog Entries: 1
Rep Power: 22
Amir is on a distinguished road
Ok, your UDF looks fine. As I said the other methods aren't recommended in such movement. The onlt tip that you have to consider in layering method is just setting the cell height of each dynamic zones from mesh options tab.

Bests,
ssamton likes this.
__________________
Amir
Amir is offline   Reply With Quote

Old   February 2, 2012, 05:53
Default
  #5
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
same topic here >> http://www.cfd-online.com/Forums/ans...ic-engine.html
__________________
In memory of my friend Hervé: CFD engineer & freerider
-mAx- is offline   Reply With Quote

Old   February 4, 2012, 01:40
Default
  #6
New Member
 
Kim Donghee
Join Date: May 2009
Posts: 15
Rep Power: 16
ssamton is on a distinguished road
Thank you all^^

i solved this problem!!

thank you again!!
ssamton is offline   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 on Pintle type injector. herntan FLUENT 16 September 4, 2020 08:27
pls help. mesh collapsed with dynamic mesh. wlt_1985 FLUENT 2 May 7, 2020 10:42
Incylinder dynamic mesh with volumetric reaction mas FLUENT 4 May 3, 2012 10:22
dynamic mesh on a hexa grid Manoj Kumar FLUENT 0 August 21, 2007 07:41
Dynamic mesh + grid adapt = Crash! (Files included BillH FLUENT 4 July 24, 2007 15:31


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