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

Dynamic Mesh Does Not Smooth or Remesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 27, 2007, 12:41
Default Dynamic Mesh Does Not Smooth or Remesh
  #1
Dave
Guest
 
Posts: n/a
Hello All.

I have a single 3D volume, an airfoil in a box, which is meshed as 4-node tets. I want the airfoil to move by some motion which I've prescribed in a DEFINE_CG_MOTION UDF macro.

The UDF works fine, when I preview the motion, I see the airfoil moving as expected. However, nothing else moves. The rest of the mesh stays stationary. As a result, when I run the simulation, I get negative volume errors.

I have smoothing and remeshing turned on (not layering though), and "spring-on-all-shapes" set to [yes]. The airfoil zone is set to "rigid body". I've tried all kinds of combinations of setting the other boundaries to various dynamic types: stationary, rigid body, deforming... with no luck.

I assume the fluid zone must be set to deforming... what else should my boundaries be set to in order to correctly spring to the new shape?

Any help would be greatly appreciated! Thanks!

-Dave
  Reply With Quote

Old   June 28, 2007, 11:30
Default Re: Dynamic Mesh Does Not Smooth or Remesh (HELP!)
  #2
Dave
Guest
 
Posts: n/a
I am still very stuck. Please help!!!
  Reply With Quote

Old   June 11, 2009, 17:03
Default
  #3
Member
 
Join Date: Jun 2009
Posts: 31
Rep Power: 16
mrestrepo30 is on a distinguished road
Hi Dave,

Did you figure out how to solve your problem? I'm having the same problem with a 3D simulation, and I've tried implementing the smoothing parameter, and several combinations for the layering split and collapse factors, but I haven't been able to run the simulation...

Thanks!
mrestrepo30 is offline   Reply With Quote

Old   June 16, 2009, 05:01
Post About the dynamic mesh
  #4
Member
 
Join Date: Jun 2009
Posts: 34
Rep Power: 16
lzgwhy is on a distinguished road
Hi, mrestrepo. I am doing a calculation with dynamic mesh. I found the same problem you mentioned. I think the dynamic mesh technique in Fluent is not very good or not very sufficient. So, I suggest you make your own updating mesh scheme according to you problem. I am seeking such a scheme for me, though I have not found. If you like, we may have a discussion about this.
lzgwhy is offline   Reply With Quote

Old   June 16, 2009, 16:46
Default
  #5
Member
 
Join Date: Jun 2009
Posts: 31
Rep Power: 16
mrestrepo30 is on a distinguished road
Hi!
I managed to make the layering work, however, I did it using a CG_MOTION macro (which does rigid body motion). For my application I need to use a GRID_MOTION for displacing every node independently, but for thin kind of macro I haven't been able to do the layering.
Which type of macro are you using?
mrestrepo30 is offline   Reply With Quote

Old   June 16, 2009, 21:43
Post
  #6
Member
 
Join Date: Jun 2009
Posts: 34
Rep Power: 16
lzgwhy is on a distinguished road
Hi, mrestrepo. I use the macro DEFINE_GRID_MOTION, which I think can be used to define rigid motion, or to describle deformation. Both I have done both processes with this macro. If you like, could you give me more details about your problem? Since I know the layering method has some limits, so the main features of your problem is crucial.
lzgwhy is offline   Reply With Quote

Old   June 17, 2009, 09:40
Default
  #7
Member
 
Join Date: Jun 2009
Posts: 31
Rep Power: 16
mrestrepo30 is on a distinguished road
Hi lzgwhy,

I'm implementing a sinusoidal movement on a cylinder wall using GRID_MOTION, so there's no rigid body motion but more a independent node displacement. So, my problem is that I know layering works for CG_MOTION (rigid body motion), but I'm not sure if I can implement layering on the sinusoidal movement of a wall. Thanks!
mrestrepo30 is offline   Reply With Quote

Old   June 17, 2009, 22:09
Post
  #8
Member
 
Join Date: Jun 2009
Posts: 34
Rep Power: 16
lzgwhy is on a distinguished road
Hi, mrestrepo. I guess you may being use the layering technique in Fluent, in which the grids may be collapsed or generated based on some criteria such as minimum or maximum scale. This method is robust in 2D problem, but less in 3D problem. DEFINE_GRID_MOTION (GRID_MOTION ) can be combined with this method, i.e. can just be used to define the deformation or motion of boundary. If you use this macro to define motion of nodes of fluid zone, layering technique can not be used, I think.

Also, I guess you may being use the Layer Deformation Smoothing technique in Fluent. Yes, you can use DEFINE_GRID_MOTION (GRID_MOTION ) to define deformation of the boundary, for example, a wall, and Fluent will perform this technique (Layer Deformation Smoothing ) wiht setting other parameters. However, this method may be just fit for the problem of small deformation in boundary. Thus if your problem refer to large deformation, I suggest you abandon this method.

I had used the two methods mentioned above. However, I do not think they are robust for gerenal 3D problem. So, I suggest you design your own method with the macro DEFINE_GRID_MOTION, which can be used to define the motion of every node in fluid zone or boundary zone, allowing users to control the dynamic mesh with some other methods, for example, calculating the displacements of nodes with Laplacian equation. I am looking for a new strategy for my problem. Thanks for your attention.
lzgwhy is offline   Reply With Quote

Old   June 25, 2009, 01:10
Default
  #9
New Member
 
Join Date: Mar 2009
Posts: 8
Rep Power: 17
ghazanfarzahedi is on a distinguished road
Hi all
I have the same problem too.
I want to model motion of a manikin that rotates (oscillates) arund his axis with plus/minus 30 degrees vs his original location.
I used moving mesh for this (smoothing and rememeshing). But after passing about 25 degrees in first course, the message of
"Negative volume detected" is showed. I reduced time step but in that time the same message is showed.
Would you have any idea about the reason of this phenomena.
Thanks a lot for your favor
Ghazanfar Zahedi
ghazanfarzahedi is offline   Reply With Quote

Old   June 25, 2009, 17:11
Default
  #10
Member
 
Join Date: Jun 2009
Posts: 31
Rep Power: 16
mrestrepo30 is on a distinguished road
Hi,
At the end I didn't use the layering capability for my simulation, but instead I only used the smoothing parameter of the dynamic mesh. This worked fine, and now I can displace my walls without getting any negative volumes... and the mesh is decent. If you're gonna try this don't forget to set the smoothing for the structured mesh on the TUI. Hope it works for you too.
mrestrepo30 is offline   Reply With Quote

Old   June 25, 2009, 21:22
Smile
  #11
Member
 
Join Date: Jun 2009
Posts: 34
Rep Power: 16
lzgwhy is on a distinguished road
Hi, mrestrepo. I tried the structure smoothing method, however, it can not work for my question, maybe because of the large deformation. I wonder how large the defromaion is for your problem, small or larger? Thank you!
lzgwhy is offline   Reply With Quote

Old   June 25, 2009, 21:28
Default
  #12
Member
 
Join Date: Jun 2009
Posts: 31
Rep Power: 16
mrestrepo30 is on a distinguished road
Hi,

my displacement is a 30% of the width of the model
initial diameter:1cm
max diameter: 1.30cm
min diameter: 0.7 cm
I don't know if yours is bigger than that. As I said the mesh quality is not the best, but you can try boundary layers at the displacement zones to improve the quality.
mrestrepo30 is offline   Reply With Quote

Old   August 8, 2010, 08:39
Default How to activate"spring-all-shapes"?
  #13
Member
 
ahmad
Join Date: Jul 2010
Posts: 57
Rep Power: 15
almostafa67 is on a distinguished road
hi everybody...
hi dear all...
i faced an error message,negative cell volume detected,i think if i activate spring-on-all shapes this error does show again,but i do not know hoe to activate it in ansys 12.0,
any help will be appreciated...
almostafa67 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
Gambit problems Althea FLUENT 22 January 4, 2017 03:19
Fluent dynamic mesh 'remeshing' method for pyramid elements DarrenC FLUENT 14 December 11, 2015 04:58
Dynamic mesh update problem. David FLUENT 3 March 15, 2012 05:02
Dynamic mesh in Fluent to study tire in contact with road surface lihuang FLUENT 10 March 8, 2011 10:21
dynamic mesh and sliding mesh nasser FLUENT 0 November 1, 2005 02:37


All times are GMT -4. The time now is 08:06.