|
[Sponsors] |
Using compressible BCs for incompressible problems |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 9, 2006, 02:07 |
Using compressible BCs for incompressible problems
|
#1 |
Guest
Posts: n/a
|
Hello ppl,
I'm trying to formulate the flow past a block in an open domain. I've a fractional step scheme on hand and I'm using the finite volume method. I've used it to test Ghia's lid driven cavity and results are very similar. I believe I just need to modify the boundary conditions (BCs) for my new problem. I was reading Blazark's CFD book and these are the BCs given for subsonic inflow and outflow (mine is an incompressible problem) For inflow a belongs to outside of domain, b is on the boundary, d is inside domain. a .... b .... d p(b)=0.5*{p(a)+p(d)-rho(0)*c(0)*[nx*(u(a)-u(d))+ny*(v(a)-v(d))]} rho(b)=rho(a)+(rho(b)-rho(a))/c(0)^2 u(b)=u(a)nx*(p(a)-p(b))/(rho(0)*c(0)) v(b)=v(a)nx*(p(a)-p(b))/(rho(0)*c(0)) rho(0) & c(0) represents reference state For outflow a belongs to outside of domain, b is on the boundary, d is inside domain. d .... b .... a p(b)=p(a) rho(b)=rho(d)+(rho(b)-rho(d))/c(0)^2 u(b)=u(d)nx*(p(d)-p(b))/(rho(0)*c(0)) v(b)=v(d)nx*(p(d)-p(b))/(rho(0)*c(0)) p(a)=prescribed static pressure So, is this BCs applicable since this is an incompressible problem? Also in most problems, ppl usually specify inlet velocity (e.g. u=1,v=0). Is there a need to specify pressure at inlet as well? |
|
April 16, 2006, 03:41 |
Re: Using compressible BCs for incompressible prob
|
#2 |
Guest
Posts: n/a
|
When you specify velocity you do not usually specify pressure.Have a look at peric and ferziger for more details.
-H |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Compressible Nozzle Flow | sebastian | OpenFOAM Running, Solving & CFD | 14 | September 21, 2016 11:47 |
Blow of compressible solver while using K-epsilon model in openfoam | Amit Mathur | OpenFOAM | 16 | October 6, 2013 12:09 |
Fixed grid methods for compressible viscous flow | liujmljm | Main CFD Forum | 1 | November 7, 2010 18:54 |
p & U outlet bcs for realistic wind inlet profile | stevek | OpenFOAM | 4 | July 19, 2010 03:29 |
Problems with convergence and initial guessed fields in compressible steady flows | Pedro Gil | Main CFD Forum | 3 | April 25, 2000 12:34 |