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

Problem With Deforming Mesh

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By singer1812

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 27, 2015, 08:58
Default Problem With Deforming Mesh
  #1
Member
 
Marco
Join Date: Jul 2013
Location: Italy
Posts: 36
Rep Power: 12
bertozzi_marco is on a distinguished road
Hallo everybody
I've a problem with deforming mesh I've ever seen,
There is a perfect hex mesh made with ICEM, and a simply moving wall.
Happens that the mesh when the simulation go on, become less parallel
as the time go forward.
To better explain the problem there is an animation of the mesh and a particular of the distorsion of the mesh after a lot of iteration.
You can find files on the link below.
Why the mesh lose parallelism during simulation ?

https://www.dropbox.com/sh/zz5x4soel...Z1y-gDoda?dl=0
bertozzi_marco is offline   Reply With Quote

Old   April 27, 2015, 11:07
Default
  #2
Senior Member
 
Edmund Singer P.E.
Join Date: Aug 2010
Location: Minneapolis, MN
Posts: 511
Rep Power: 20
singer1812 is on a distinguished road
I am not able to go into drop box, but what you describe can be done easily.

You need to write a CEL script to update mesh deformations precisely. Instead of moving just the boundary, create a subdomain and deform the subdomain.

Your deformation will be 1 at the boundary, 0 at the fixed wall, and linear function in between.

You should be able to search in this forum for more details on this approach.
singer1812 is offline   Reply With Quote

Old   April 27, 2015, 12:07
Default
  #3
Member
 
Marco
Join Date: Jul 2013
Location: Italy
Posts: 36
Rep Power: 12
bertozzi_marco is on a distinguished road
Thankyou Singer,
you are rigth and I will try your suggestion, now I've bypassed the
problem adding a remesh command into CFX, but I don't understand
why the top geometry that move in the same way mantain perfect parallelism between elements, and the middle geometry deform in such way the elements.
I don't see any difference.... does anyone know the reason?
bertozzi_marco is offline   Reply With Quote

Old   April 28, 2015, 10:36
Default
  #4
Member
 
Marco
Join Date: Jul 2013
Location: Italy
Posts: 36
Rep Power: 12
bertozzi_marco is on a distinguished road
Sorry Singer,
I've looked for your suggestion in this forum and I haven't found anything,
plese can you expalin little bit when you say to drive precisely the mesh with cel scrip ? Pheraps you mean junction box routine ?
bertozzi_marco is offline   Reply With Quote

Old   April 29, 2015, 08:56
Default
  #5
Senior Member
 
Edmund Singer P.E.
Join Date: Aug 2010
Location: Minneapolis, MN
Posts: 511
Rep Power: 20
singer1812 is on a distinguished road
Specify your subdomain and expressions. For example the below is a subdomain that "squashes up in the Global X direction. x2 is the stationary wall location (it will move at 0*movefront) and x1 is the moving wall side (it will move at 1*movefront). In between meshes will get linearly "squashed" (zero to one*movefront based on X location) in between. Travel(t) is a tabular function of my travel versus time (you can make these directly in Pre).

EXPRESSIONS:
movefront = (Travel(t)-Travel(tstart))*min(1,max(0, (x2-x)/(x2-x1)))
tstart = .0 [s]
x1 = minVal(xGlobal)@Sub_Front
x2 = maxVal(xGlobal)@Sub_Front
END

SUBDOMAIN: Sub_Front
Coord Frame = Coord 0
Location = FRONT_AIR
MESH MOTION:
Option = Specified Displacement
DISPLACEMENT:
Displacement X Component = movefront
Displacement Y Component = 0 [m]
Displacement Z Component = 0 [m]
Option = Cartesian Components
END
END
END
bertozzi_marco likes this.
singer1812 is offline   Reply With Quote

Old   April 29, 2015, 09:36
Default
  #6
Member
 
Marco
Join Date: Jul 2013
Location: Italy
Posts: 36
Rep Power: 12
bertozzi_marco is on a distinguished road
Thankyou singer,
I'hadn't seen the meaning of your suggestion, now I've done and
everything work perfect thankyou verymuch

Now if you are so kind, I'd ask any more thing: I've the results
of a transient analisys for a period of 10sec.
I'd like to calculate the mechanical work of the mechanism during one
cycle. I've the monitor out file of the pressure and the monitor of the
positions of the moving walls. With excel is easy to combine the results
and obtain the work / cycle, but it'snt usefull for my final goal.

I whant to do a geometric optimizaton of the model and I've made
a series of design points. I'd like to know if there is a way to interpolate the
results of a transient analisys in order to obtain a unique value to be used for
the goal of an optimizaton study.
bertozzi_marco 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] No layers in a small gap bobburnquist OpenFOAM Meshing & Mesh Conversion 6 August 26, 2015 09:38
Overset MESH problem DFBI 6DOF Ale85 STAR-CCM+ 0 October 1, 2013 12:25
CFX Mesh Deformation problem Silmaril CFX 7 October 19, 2010 10:00
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55
How to control Minximum mesh space? hung FLUENT 7 April 18, 2005 09:38


All times are GMT -4. The time now is 09:37.