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

velocity wiggles in porus medium simulation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2018, 14:54
Default velocity wiggles in porus medium simulation
  #1
Member
 
Philipp Wiedemer
Join Date: Dec 2016
Location: Munich, Germany
Posts: 42
Rep Power: 9
MangoNrFive is on a distinguished road
Hello

I'm simulating a leaf seal by modeling the leaf pack as porous medium with directional loss model in CFX. At the downstream interface from porous domain (left) to fluid domain (right) the velocity changes from high to low to high etc. normal to the fluid flow (see figure). The wiggles can be seen in the pressure field as well. They start with slight variations in velocity and keep growing until solver failure due to floating point exception.

I tried some things to maybe get a solution as a good initial condition and then start from there, but failed as well
- upwind-advection scheme
- high-speed numerics (this activates High Resolution Rhie Chow Option as default as well, which could be useful)
- various timesteps
- double precision

I have some ideas as to what could be a problem with this simulation
- I define the loss coefficient Kloss for the directional loss model as a function of Reynoldsnumber (by a pipe friction factor). Can this additional coupling between velocity (Reynoldsnumber) and pressure (momentum source) cause numerical instability?
- Are the aspect ratios at the Interface a problem? They are lower than 20. The mesh is otherwise perfectly fine with close to rectangular cells.
Attached Images
File Type: jpg velocity_pressure_wiggles_1.jpg (53.3 KB, 11 views)
File Type: png velocity_pressure_wiggles_2.png (61.8 KB, 10 views)
MangoNrFive is offline   Reply With Quote

Old   August 29, 2018, 15:22
Default
  #2
Senior Member
 
Erik
Join Date: Feb 2011
Location: Earth (Land portion)
Posts: 1,167
Rep Power: 23
evcelica is on a distinguished road
The additional coupling between velocity and pressure could be causing some of this. Should be easy just to change to constant and see if it still occurs.
What is your function? Does it use velocity or velocity w?

It looks like you start using very small mesh size in line with the flow at the interface for some reason. This may also be causing some problems, as there looks to be a pretty aggressive mesh BIAS as well as aspect ratio. I don't see a reason for this at a fluid-porous interface like this?
evcelica is offline   Reply With Quote

Old   August 29, 2018, 15:50
Default
  #3
Member
 
Philipp Wiedemer
Join Date: Dec 2016
Location: Munich, Germany
Posts: 42
Rep Power: 9
MangoNrFive is on a distinguished road
The function is :

Kloss := lambda/(2*gapSize)

with

lambda := if(Re > 2320, 0.348/Re^0.25, 96/Re)

The Reynoldsnumber calculated as

Density*absVelocity*2*gapSize/Dynamic Viscosity

gapsize stands for the width of the gap between 2 leafs of the leafseal. The hydraulic diameter is 2 times gapsize. The formulas can be reached by applying pipe-flow Theorie, I'm pretty sure that the physics itself are correct, just not stable it seems.
So it uses the absolute velocity in the end. The jump between turbulent and laminar flow doesn't seem to be a problem. I tried it with lambda = 96/Re (laminar) for all Reynoldsnumbers already.

I'll define Kloss as a constant close to the value reached at the problematic region and see if the problem persists then.

I did the mesh refinement because i expected high gradients at the interface as a result of the jump in porosity and change in flow direction as well. The fluid in the porous domain is confined to a angled plane by a low permeability normal to the plane. Would you advice to not refine the mesh at all at the interface or just not as much?
MangoNrFive is offline   Reply With Quote

Old   August 29, 2018, 17:49
Default
  #4
Senior Member
 
Erik
Join Date: Feb 2011
Location: Earth (Land portion)
Posts: 1,167
Rep Power: 23
evcelica is on a distinguished road
Yeah, so when your velocity goes to zero, like at a wall, your Kloss goes to infinite.
You may want to put a numerical limiter on the minimum Reynolds number. It won't make much difference at very low velocities anyways, but it does to the numerics as you divide by zero.

I would also smooth the transition from laminar to turbulent. I'd probably just use a 1D user function, where I could also set the max Kloss at low Reynolds numbers.
evcelica 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
Rapid increase of velocity close to the boundary (MHD simulation) Novel OpenFOAM Running, Solving & CFD 0 May 11, 2017 07:12
VELOCITY vs VELOCITY IN STN FRAME vs RELATIVE VELOCITY everest20 FLUENT 1 July 13, 2015 08:35
Velocity in Porous medium : HELP! HELP! HELP! Kali Sanjay Phoenics 0 November 6, 2006 06:10
Velocity vs Pressure in Porous Medium K Sanjay Phoenics 0 February 23, 2006 06:39
Variables Definition in CFX Solver 5.6 R P CFX 2 October 26, 2004 02:13


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