|
[Sponsors] |
October 3, 2005, 00:04 |
Artificial Compressibility
|
#1 |
Guest
Posts: n/a
|
Hi all
I am trying to implement this method with FVM, in an unstructured cell centered grid, for a 2D viscous fluid. The inviscid flux is calculated with the Roe Method. The problem is that my code doesn't converge, even when in the first iterations(5000) the residue seems to get smaller. Any idea? Thanks in advance, Ruben |
|
October 3, 2005, 01:42 |
Re: Artificial Compressibility
|
#2 |
Guest
Posts: n/a
|
Hi,
Have a look at NSCKE it might help. Regards A.S. |
|
October 3, 2005, 12:55 |
Re: Artificial Compressibility
|
#3 |
Guest
Posts: n/a
|
Sorry but where can I find this?
|
|
October 3, 2005, 13:09 |
Re: Artificial Compressibility
|
#4 |
Guest
Posts: n/a
|
Hi,
1) Can you please describe your resolution method ? 2) what is the value of the artificial compressibility parameter you choose ? Regards Buch |
|
October 3, 2005, 14:00 |
Re: Artificial Compressibility
|
#5 |
Guest
Posts: n/a
|
Hi,
1) Can you please describe your resolution method ? I am trying to solve the dimensionless N-S Eq. for an incompressible flow using the Artificial Compressibility concept with an triangular unstructured grid. In order to discretizate this Eqs. I used the Finite Volume method, and I get the following system: dq/dt + Suma(E-Ev) where E is the inviscid flux normal to the face Ev is the viscous flux normal to the face q the vector with (p,u,v) variables The inviscid flux is calculated using the Roe method The viscous flux is computed by applying Gauss Theorem For the time integration it is used four-stage Runge-Kutta. Boundary Conditions: I use ghost cells inflow : u=1.0 v=0.0 Pghost= P neig outflow: Ughost= Uneig , Vghost= V neig, P = 0.0 wall : Ughost= -Uneig , Vghost= -V neig, Pghost= Pneig 2) what is the value of the artificial compressibility parameter you choose ? First, I tried to implement a formula proposed by Hino, Betha = (u2+v2), but now I am trying to keep this parameter constant. Thanks in advance, Ruben |
|
October 3, 2005, 22:51 |
Re: Artificial Compressibility
|
#6 |
Guest
Posts: n/a
|
in Roe scheme, Q_L and Q_R at the cell face have to be reconstructed. It may be the ways of reconstruction that affect the convergence. How do you obtain Q_L and Q_R?
|
|
October 4, 2005, 11:23 |
Re: Artificial Compressibility
|
#7 |
Guest
Posts: n/a
|
QL is just the value of the neighbour cell and QR is the cell analized. is that right?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
The Artificial Compressibility Method | nsreddysrsit | OpenFOAM | 7 | July 31, 2018 01:26 |
Artificial compressibility in open foam | doubtsincfd | OpenFOAM | 21 | March 27, 2018 10:17 |
The Artificial Compressibility Method | nsreddysrsit | OpenFOAM | 0 | December 20, 2010 02:14 |
Artificial compressibility method for free surface | A.M.Yang | Main CFD Forum | 0 | October 4, 2008 06:05 |
about artificial compressibility method | Jerry | Main CFD Forum | 1 | August 5, 2003 00:35 |