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

Deforming Mesh Issue

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 10, 2014, 11:19
Default Deforming Mesh Issue
  #1
New Member
 
Robert Gonçalves
Join Date: Jul 2013
Posts: 17
Rep Power: 12
brightfame3 is on a distinguished road
Good afternoon.

I am simulating an IC Engine in fluent and I am having some issues with my results and i believe it is due to a problem with the deforming mesh. The issue in question is shown in the image. My problem is 3D, however I have posted the faces which are problematic in order to visualize easier. As you can see, there are two cells in particuar that keep on stretching and become very large and influence the rest of the surrounding cells. I have tried modifying the parameters of all deforming zones, but I have had no success. Any suggestions?

Thanks for your time! Greetings!
Attached Images
File Type: jpg mesh.jpg (44.2 KB, 23 views)
brightfame3 is offline   Reply With Quote

Old   March 13, 2014, 08:41
Default
  #2
Senior Member
 
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 22
vasava will become famous soon enough
This could be because your moving boundary and stationary boundary are sharing those elements. If I am not wrong you may need some additional condition for that stationary face also. May be a fixed position. Also try with refined mesh so that there are no elements shared between moving and stationary walls.
vasava is offline   Reply With Quote

Old   March 13, 2014, 09:25
Default Dynamic Mesh
  #3
New Member
 
Robert Gonçalves
Join Date: Jul 2013
Posts: 17
Rep Power: 12
brightfame3 is on a distinguished road
Thanks for your reply! I was suspecting that the problem could be that. The white faced mesh is the deforming face which "grows" with the valve movement. The yellow faced mesh is a symmetry face which also deforms due to the valve movement. The other face that shares the same elements is a wall and I haven't defined anything to it. So, just to be sure, you are saying that I should define that wall as stationary? I was trying to avoid refining the mesh, since I will get a very large number of elements due to the size of my domain.

Greetings! And thanks once again!
brightfame3 is offline   Reply With Quote

Old   March 14, 2014, 02:02
Default
  #4
Senior Member
 
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 22
vasava will become famous soon enough
Quote:
Originally Posted by brightfame3 View Post
So, just to be sure, you are saying that I should define that wall as stationary?
By stationary I mean you fix its position of that wall. You could do this by use of DEFINE_GEOM macro. See following example where X-coordinate for a wall is fixed to 0.1.

Code:
DEFINE_GEOM(plane, domain, dt, position)
{
	position[1] = 0.1;
}
I have seen this in 'Oscillating Membrane' tutorial.
vasava is offline   Reply With Quote

Old   March 15, 2014, 11:57
Default Thank you for the advice
  #5
New Member
 
Robert Gonçalves
Join Date: Jul 2013
Posts: 17
Rep Power: 12
brightfame3 is on a distinguished road
Thank you for the advice! I will give it a try and I will give a feedback if it did or not work. Thanks once again!
brightfame3 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
[snappyHexMesh] Add Mesh Layers doesnt work on the whole surface Kryo OpenFOAM Meshing & Mesh Conversion 13 February 17, 2022 07:34
[ICEM] surface mesh merging problem everest ANSYS Meshing & Geometry 44 April 14, 2016 06:41
[snappyHexMesh] Layers:problem with curvature giulio.topazio OpenFOAM Meshing & Mesh Conversion 10 August 22, 2012 09:03
Liquid Volume Error when VOF + Deforming Mesh Used NCle CFX 8 June 8, 2012 13:07
Moving Mesh Velocity Issue: Mesh velocity does not equal displacement Doginal CFX 2 September 8, 2011 12:02


All times are GMT -4. The time now is 07:01.