CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Velocity not zero during flow reversal

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 7, 2013, 19:26
Default Velocity not zero during flow reversal
  #1
Member
 
Charlie
Join Date: Dec 2010
Location: USA
Posts: 85
Rep Power: 15
cheng1988sjtu is on a distinguished road
Hi,

I tried to simulate oscillatory channel flow using twoPhaseEulerFoam, the turbulence closure is k-Epsilon model. I use oscillatory pressure gradient to drive the flow, however, I found that the velocity of free stream at the flow reversal is not zero( very small), and it would grow when the case runs longer, could any one give some hint? What causes this problem? How to avoid this? The following is the momentum equation:

fvm::ddt(Ub)
+ fvm::div(phib, Ub, "div(phib,Ub)")
- fvm::SuSp(fvc::div(phib), Ub)
==
pressure gradient+ other terms

Perhaps, it's more informative that I point out the fvSchemes that I use:

ddtSchemes
{
default backward;
}
divSchemes
{
default none;
div(phia,Ua) Gauss limitedLinearV 1;
div(phib,Ub) Gauss limitedLinearV 1;
div(phib,k) Gauss limitedLinear 1;
div(phib,epsilon) Gauss limitedLinear 1;
...
}

One more question, just out of curious, why doesn't the program complain about missing definition of div(phib) in fvScheme?

Thanks!!
cheng1988sjtu is offline   Reply With Quote

Old   August 14, 2014, 09:00
Default
  #2
New Member
 
Sina Saremi
Join Date: May 2011
Location: Copenhagen, Denmark
Posts: 5
Rep Power: 14
sina.s is on a distinguished road
Hi Charlie,
I know its quite long time since you have posted this question,,, but I am facing somewhat the same type of problem when having an oscillatory pressure gradient. The mean flow begins to rise and its not zero anymore at the reversal...
Have you managed to find a solution for this?

Sina
sina.s is offline   Reply With Quote

Reply

Tags
drift velocity


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
About Some Concepts:Laminar flow, turbulent flow, steady flow and time-dependent flow Jing Main CFD Forum 8 October 5, 2018 17:02
internal flow BCs: pressure driven versus velocity driven mihaipruna OpenFOAM Running, Solving & CFD 22 March 6, 2014 10:06
How to set the velocity inlet boundary condition in the compressible flow? lienien FLUENT 2 March 11, 2013 08:25
Errorneous velocity near walls while using wedge type BC for axisymmetric flow diwakaranant OpenFOAM Running, Solving & CFD 0 February 9, 2013 00:41
Can reversed flow occur at velocity inlet Bcs. kanok FLUENT 1 September 30, 2003 11:54


All times are GMT -4. The time now is 15:44.