|
[Sponsors] |
May 4, 2009, 12:00 |
Stationary Stokes flow with FVM
|
#1 |
New Member
Christoph Heinrich
Join Date: Mar 2009
Posts: 12
Rep Power: 17 |
Hi everybody,
at the moment I am trying to implement a stationary Stokes solver in Matlab for a simple geometry. I am using the FVM with midpoint rule and CDS. In the pressure field I get oscillations. How can I circumvent this problem on a collocated grid? Any idea? Thanks in advance! Kind regards Christoph |
|
May 5, 2009, 13:30 |
|
#2 |
Senior Member
Henrik Rusche
Join Date: Mar 2009
Location: Wernigerode, Sachsen-Anhalt, Germany
Posts: 281
Rep Power: 18 |
Dear Christoph,
you need to do Rhie & Chow interpolation to avoid pressure-velocity decoupling on collocated grids. http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2007/rhiechow.pdf Reference to original paper: http://powerlab.fsb.hr/ped/kturbo/Op...jeJasakPhD.pdf Henrik |
|
August 27, 2012, 09:50 |
|
#3 | |
New Member
Lun Yu
Join Date: Aug 2012
Posts: 8
Rep Power: 14 |
Quote:
I suppose the Rhie-Chow interpolation mentioned by Fabian Peng Karrholm does not exist in Openfoam at all. According to Rhie-Chow interpolation, we should have interpolation for U and p on surface respectively. I have felt puzzled for a long time about how to make it in openfoam. I tried this: volScalarField Vmesh=mesh.V() phi=fvc::interpolate(U) & mesh.Sf() - pEqn.flux() + fvc::snGrad(p) * fvc::interpolate(Vmesh); I suppose these three above items are what Rhie-Chow interpolation is, but the compiling of it failed. I don't know why and how to correct it. Could you do me a favor? |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Stokes flow | Rajneesh | FLUENT | 2 | June 18, 2013 08:40 |
Stokes flow | Shuo | Main CFD Forum | 0 | May 4, 2008 22:51 |
Flow laminar and stationary of water in a pipe | manuel | OpenFOAM Running, Solving & CFD | 6 | March 24, 2007 19:23 |
Stokes flow on cylinder | Khurram | Main CFD Forum | 0 | August 22, 2004 20:10 |
Inviscid Drag at subsonic, subcritical Mach # | Axel Rohde | Main CFD Forum | 1 | November 19, 2001 13:19 |