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

Mesh deformation with wrong moving interfaces

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 20, 2013, 08:49
Default Mesh deformation with wrong moving interfaces
  #1
New Member
 
Join Date: Aug 2013
Posts: 23
Rep Power: 12
mo-ca is on a distinguished road
Hi,
Im trying to compute a pressure driven movement of a simple steel beam and facing the problem, that both sides of one interface (solid - fluid) move differently.

I enclosed a picture for better understanding:


Both sides share the same expression of my defined movement and as one can see, it moves quite the expected way. But if you look closer, youll see the "original" position, which is the other part of the interface (solid).

I tried different meshing methods and definition of movements, but nothing really worked.

Its ansys cfx 14.5.

Thanks in advance
Attached Images
File Type: jpg Fehler_1.jpg (32.8 KB, 171 views)
mo-ca is offline   Reply With Quote

Old   August 20, 2013, 19:00
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
I do not understand your question. What are you asking?
ghorrocks is offline   Reply With Quote

Old   August 21, 2013, 02:48
Default
  #3
New Member
 
Join Date: Aug 2013
Posts: 23
Rep Power: 12
mo-ca is on a distinguished road
Quote:
Originally Posted by ghorrocks View Post
I do not understand your question. What are you asking?
Sorry if I didnt made my self clear enough.
The main problem is, that both sides of modelled interface move differently while having the same definition and I need some hints to find my error ..
mo-ca is offline   Reply With Quote

Old   August 21, 2013, 06:28
Default
  #4
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Do you mean the FEA bit of the simulation is moving but the mesh of the CFD is not moving? Have you done the FSI tutorials which come with CFX and the ones available on the ANSYS customer site?
ghorrocks is offline   Reply With Quote

Old   August 22, 2013, 01:44
Default
  #5
New Member
 
Join Date: Aug 2013
Posts: 23
Rep Power: 12
mo-ca is on a distinguished road
Yes I did the fsi tutorials (Im trying 1way FSI, not 2way). The solid part ist not moving according to defined movement.
mo-ca is offline   Reply With Quote

Old   August 22, 2013, 19:34
Default
  #6
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Did the tutorials run as expected? Isn't your application similar to the tutorials?
ghorrocks is offline   Reply With Quote

Old   August 23, 2013, 01:24
Default
  #7
New Member
 
Join Date: Aug 2013
Posts: 23
Rep Power: 12
mo-ca is on a distinguished road
the tutorial uses a 2way fsi, so cfx computes the fluid with resulting pressure forces and mechanical tries to deform you solid and returns the displacement, which is passed back to cfx for mesh deformation / displacement. what im trying to do is 1way fsi because of the computation time. so cfx is doing all the work (its a beta feature to deform solids using cfx).

during my runs it seems, that the not moving interface may be caused due to some meshing issue. if the mesh is coarse, sometimes it runs perfectly, but if you simply increase the number of elements, the simulation failes. unfortunately there is no "best practice" guideline. i tried using edge sizing, so that both sides of the interface do have the same amount of elements and spacing, but it didnt really help.

[edit]
I enclosed 4 images ... same geometry, meshing method and pre-setup was used
  1. Mesh with Relevance 100; Solid part of interface blue; colored: fluid part
  2. same as 1; other viewing angle
  3. Mesh with Relevance 0; Solid part of interface
  4. same as 3; fluid part of interface
I dont really understand, why the interface moves correctly with a coarse mesh and not with a fine one ...
Attached Images
File Type: jpg 1.jpg (43.9 KB, 21 views)
File Type: jpg 2.jpg (48.5 KB, 20 views)
File Type: jpg 3.jpg (51.1 KB, 18 views)
File Type: jpg 4.jpg (51.9 KB, 17 views)

Last edited by mo-ca; August 23, 2013 at 03:05.
mo-ca is offline   Reply With Quote

Old   August 23, 2013, 14:12
Default
  #8
Senior Member
 
Bruno
Join Date: Mar 2009
Location: Brazil
Posts: 277
Rep Power: 21
brunoc is on a distinguished road
I'm guessing you're talking about the mesh deformation feature that's been in CFX for years.

If that's the case, how are you modelling the plate movement? Are you calculating it using forces and CEL Expressions? Or are they just moving based on a pre-set equation?

Either way, you probably have something wrong with your expressions. Post them here so we can see what you're doing and please share more information from your model.
brunoc is offline   Reply With Quote

Old   August 23, 2013, 16:45
Default
  #9
New Member
 
Join Date: Aug 2013
Posts: 23
Rep Power: 12
mo-ca is on a distinguished road
hi and thanks for your help to this point.

within each side of my interface youll find the following displacement:
Code:
FLOW: Flow Analysis 1
  DOMAIN: Lamelle
    &replace BOUNDARY: INTF_Lamelle_Fluid Side 1
      Boundary Type = INTERFACE
      Interface Boundary = On
      Location = INTF_Lamelle_Fluid
      BOUNDARY CONDITIONS: 
        HEAT TRANSFER: 
          Option = Conservative Interface Flux
        END
        MESH MOTION: 
          Option = Specified Displacement
          DISPLACEMENT: 
            Displacement X Component = 0 [m]
            Displacement Y Component = Biegelinie2
            Displacement Z Component = 0 [m]
            Option = Cartesian Components
          END
        END
      END
      NONOVERLAP CONDITIONS: 
        Boundary Type = WALL
        BOUNDARY CONDITIONS: 
          HEAT TRANSFER: 
            Option = Adiabatic
          END
          MESH MOTION: 
            Option = Specified Displacement
            DISPLACEMENT: 
              Displacement X Component = 0 [m]
              Displacement Y Component = Biegelinie2
              Displacement Z Component = 0 [m]
              Option = Cartesian Components
            END
          END
        END
      END
    END
  END
END
and the corresponding expressions:
Code:
      Biegelinie2 = -.75 [N] * Lamellenlaenge / (6 * YoungModulus * Flaechentraegheitsmoment)*(zTransformiert)^2*(3-zTransformiert/Lamellenlaenge)
      KoordTransfWinkel = -90 [deg]
      Flaechentraegheitsmoment = Lamellenhoehe^3 * Lamellenbreite / 12
      Lamellenbreite = 45 [mm]
      Lamellenhoehe = 0.5 [mm]
      Lamellenlaenge = 90 [mm]
      Mesh Stiffness = Aspect Ratio^2 / max(0.01 [mm],Wall Distance) + volcvol ^(-1/3)
      YoungModulus = 2.06e5 [MPa]
      maxLamellenverformung = maxVal( Total Mesh Displacement )@REGION:Lamellenflaeche
      zTransformiert = -sin(KoordTransfWinkel) * (xGlobal - -0.024 [m]) + (zGlobal) * cos( KoordTransfWinkel )
the mentioned problem does also exist, if im using a specific displacement of 1 mm
mo-ca is offline   Reply With Quote

Old   September 26, 2013, 09:15
Default
  #10
New Member
 
Join Date: Aug 2013
Posts: 23
Rep Power: 12
mo-ca is on a distinguished road
anyone suggestions?
mo-ca is offline   Reply With Quote

Old   September 26, 2013, 13:11
Default
  #11
Senior Member
 
Join Date: Apr 2009
Posts: 531
Rep Power: 21
stumpy is on a distinguished road
You've set displacement on side 1 of the interface. What about side 2?
stumpy is offline   Reply With Quote

Old   September 29, 2013, 12:20
Default
  #12
New Member
 
Join Date: Aug 2013
Posts: 23
Rep Power: 12
mo-ca is on a distinguished road
yes ... the specific displacement is set within the solid and fluid part of the interface ...
mo-ca is offline   Reply With Quote

Reply

Tags
cfx, interface, mesh deformation


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
udf error srihari FLUENT 1 October 31, 2016 14:18
CFX interpolating to a mesh with deformation martindg CFX 5 October 17, 2012 05:52
CrankNicholson returns wrong dimensions and sound speed when mesh is moving lillberg OpenFOAM Bugs 6 May 4, 2009 17:53
How to control Minximum mesh space? hung FLUENT 7 April 18, 2005 09:38


All times are GMT -4. The time now is 19:54.