|
[Sponsors] |
[mesh manipulation] Dynamic Mesh Diffusivity Problem |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 29, 2010, 12:50 |
Dynamic Mesh Diffusivity Problem
|
#1 |
Senior Member
Daniel
Join Date: Jul 2009
Location: Montreal, Canada
Posts: 156
Rep Power: 17 |
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_); Code:
faceDiffusivity_ = 100000/fvc::interpolate(y_); Code:
faceDiffusivity_ = 0.00001/fvc::interpolate(y_); Regards, Dan |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic mesh problem | entlit | FLUENT | 0 | June 9, 2016 05:19 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Update of the variables after dynamic mesh motion. | gtg258f | OpenFOAM Programming & Development | 9 | January 18, 2014 11:08 |
CFD-3D flow problem using Dynamic mesh method. | Sar_mech | FLUENT | 1 | November 27, 2008 22:17 |
Dynamic Mesh Problem - please help! | Hila | FLUENT | 0 | August 19, 2006 05:19 |