|
[Sponsors] |
November 24, 2004, 05:21 |
Resolution ???
|
#1 |
Guest
Posts: n/a
|
Hi, everybody, An optimzation problem on a turbulent flow leads Navier Stokes equations to a new system (by frechet differential and adjoint entity,... but it is not the matter) So, I have especially to resolve this equation ( numerically obviously ).
P_ i + P_ j ( dv_ i / dx_ j ) - v_ j ( P_ i / dx_ j ) - L_ {jj} P_ i = 0 Where v_i and dv_i/dx_j are known. L_{jj} is the Laplacian operator. And _i is the Einstein notation. We have to resolve P_i by an implicit method. AND I REALLY DON'T KNOW HOW TO DO THIS ? In the case of my Direct Numerical Simulation, I have to resolve u_i + L_{jj} u_i = RHS(known) implicitly by matrix factorization to gain speed, but now it's a little bit more comlex. Thank for your help. O.DOCHE |
|
November 24, 2004, 06:24 |
Re: Resolution ???
|
#2 |
Guest
Posts: n/a
|
It looks like a convection-diffusion equation. It is linear since v is known. State the problem in a weak formulation and use finite elements. For a quick solution try to use FreeFEM <http://www.freefem.org>
|
|
November 24, 2004, 07:23 |
Re: Resolution ???
|
#3 |
Guest
Posts: n/a
|
Yes it is, but I have to intgrate it to another fortran program so I can't use FEM. I've heard about ADI method (alternative direction impict), is it a good method for my problem ( quick resolution )?
|
|
November 25, 2004, 08:20 |
Re: Resolution ???
|
#4 |
Guest
Posts: n/a
|
Another method, the Full MultiGrid method ( found in The Numerica recipes ) but I have to implement it in a 3D case. Is it easily feasible ?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to understand high resolution scheme and high order scheme | iilw1314 | Main CFD Forum | 7 | April 12, 2022 13:29 |
Numerical Weather Modelling : Time and space resolution issues | chriswatt | Main CFD Forum | 0 | February 15, 2011 22:32 |
larger blend factor or high resolution ? | amine | CFX | 2 | March 4, 2008 21:28 |
laminar flamelets, grid resolution? | Sile | FLUENT | 2 | August 27, 2007 08:27 |
Large difference in grid resolution for diff paper | Ben | Main CFD Forum | 16 | April 7, 2007 12:45 |