CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[mesh manipulation] Dynamic Mesh Diffusivity Problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2010, 11:50
Default Dynamic Mesh Diffusivity Problem
  #1
Senior Member
 
Daniel
Join Date: Jul 2009
Location: Montreal, Canada
Posts: 156
Rep Power: 16
dancfd is on a distinguished road
Hello all,

I am trying to implement a multi-element dynamic mesh (wing & flap) where both elements rotate independently (Structures.png). The latest issue is that of diffusivity in the dynamic mesh. The trailing edge of the flap is overlapping the surrounding mesh (structured - Trailing edge.png), causing errors and failure to complete any simulation (moveDynamicMesh, pimpleDyMFoam). I am confused because I use the same diffusivity (inverseDistance) that is used in tutorial wingMotion2D_pimpleDyMFoam, but in the wingMotion tutorial, the mesh surrounding the trailing edge does not perceptibly deform locally at all (attached - g.jpg).

Can anyone suggest how I might fix this diffusivity problem? I have tried changing the code of inverseDistanceDiffusivity.C line 110 from

Code:
faceDiffusivity_ = 1/fvc::interpolate(y_);
to

Code:
faceDiffusivity_ = 100000/fvc::interpolate(y_);
and

Code:
faceDiffusivity_ = 0.00001/fvc::interpolate(y_);
but none have worked. I would appreciate any suggestions. Another issue is at the interface of the two elements. As the flap rotated relative to the airfoil, the mesh turns inside out (Structured - top of hinge.png). Is it possible to put a sliding mesh interface on the flap? Would that be wise?

Regards,

Dan
Attached Images
File Type: jpg g.jpg (100.7 KB, 33 views)
File Type: jpg Structures.jpg (96.2 KB, 32 views)
File Type: jpg Structured - Trailing Edge.jpg (75.1 KB, 25 views)
File Type: jpg Structured - Top of Hinge.jpg (38.8 KB, 34 views)
dancfd 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 problem entlit FLUENT 0 June 9, 2016 04:19
Moving mesh Niklas Wikstrom (Wikstrom) OpenFOAM Running, Solving & CFD 122 June 15, 2014 06:20
Update of the variables after dynamic mesh motion. gtg258f OpenFOAM Programming & Development 9 January 18, 2014 10:08
CFD-3D flow problem using Dynamic mesh method. Sar_mech FLUENT 1 November 27, 2008 21:17
Dynamic Mesh Problem - please help! Hila FLUENT 0 August 19, 2006 04:19


All times are GMT -4. The time now is 12:25.