CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

PDE coupled !!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 2, 2004, 04:47
Default PDE coupled !!
  #1
Doche
Guest
 
Posts: n/a
I have to resolve a PDE COUPLED system, and I don't find any method for this. Any idea ???
  Reply With Quote

Old   December 2, 2004, 10:54
Default Re: PDE coupled !!
  #2
HVN
Guest
 
Posts: n/a
Runge-Kutta?
  Reply With Quote

Old   December 2, 2004, 11:20
Default Re: PDE coupled !!
  #3
Doche
Guest
 
Posts: n/a
How do tou want to use RK with it ?

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. This is a COUPLED equation due to P_ j ( dv_ i / dx_ j ).

O.Doche
  Reply With Quote

Old   December 2, 2004, 13:26
Default Re: PDE coupled !!
  #4
Junseok Kim
Guest
 
Posts: n/a
What is dimension of the system? 2D or 3D?

  Reply With Quote

Old   December 2, 2004, 15:06
Default Re: PDE coupled !!
  #5
Jim_Park
Guest
 
Posts: n/a
If you know the components of v and its derivatives, they can be substituted into the equation for p. Thus you have one equation to be solved. In this case, there's no equation to couple it to.

However, if components of v and its derivatives are known only through a second equation, then that equation and the equation for p ARE certainly coupled. If the second equation contains p, the two equations need to be solved simultaneously. Otherwise, solve for v and its derivatives first and substitute into the equation for p.

What boundary conditions are in force?

When all this is known, you can think about solving the p equation - or the coupled system.
  Reply With Quote

Old   December 3, 2004, 04:06
Default Re: PDE coupled !!
  #6
Doche
Guest
 
Posts: n/a
I have a 3D problem. So I have 3 equations.

P_1 + f(P_1,P_2,P_3 and derivatives)=0 P_2 + f(P_1,P_2,P_3 and derivatives)=0 P_3 + f(P_1,P_2,P_3 and derivatives)=0

P_1, P_2 and P_3 ( and their derivatives ) are unknown. The problem is linear. The problem is that I have P_1, P_2 and P_3 (implicit) in the SAME equation. Thanks O.doche
  Reply With Quote

Old   December 3, 2004, 04:10
Default Re: PDE coupled !!
  #7
Doche
Guest
 
Posts: n/a
Sorry, for previous message, it is not readable.

I have a 3D problem. So I have 3 equations.

P_1 + f (P_1,P_2,P_3 and derivatives)=0

P_2 + f (P_1,P_2,P_3 and derivatives)=0

P_3 + f (P_1,P_2,P_3 and derivatives)=0

P_1, P_2 and P_3 ( and their derivatives ) are unknown. The problem is linear and I have P_1, P_2 and P_3 (implicit) in the SAME equation.

Thanks O.doche
  Reply With Quote

Old   December 3, 2004, 04:15
Default Re: PDE coupled !!
  #8
Doche
Guest
 
Posts: n/a
And Boundary conditions are known and very simple.
  Reply With Quote

Old   December 3, 2004, 06:01
Default Re: PDE coupled !!
  #9
Praveen C
Guest
 
Posts: n/a
If there are N points then you have a system of 3N coupled equations. You basically have an equation like

AP=0

where A is 3N x 3N and P is 3N x 1. You have to find out efficient way of solving this. Make use of the fact that A will be sparse. Make use of the fact that you have structured grid, some sort ADI ?

There is nothing special to be done because of the coupled system. You have to apply whatever iterative technique you choose to each equation.

It might go like this
  1. Initialize P to some value
  2. Apply one cycle of iterations to P_1 equation
  3. Apply one cycle to P_2 equation
  4. Apply one cycle to P_3 equation
  5. If not converged go to step 2

In each step you will be using the latest available solution of P_1, P_2 and P_3. So the coupling is taken care of.

Also notice that you have a homogeneous equation so that P is determined only to within a constant (like pressure in incompressible flow). So you may have to anchor the solution in order to prevent drifting. Of course your bc might fix some reference value.
  Reply With Quote

Old   December 3, 2004, 19:59
Default Re: PDE coupled !!
  #10
Jim_Park
Guest
 
Posts: n/a
Opps. Sorry.

They sure do look coupled!
  Reply With Quote

Old   December 4, 2004, 00:44
Default 3x3 matrix inversion
  #11
Junseok Kim
Guest
 
Posts: n/a
when you use iterative method, you can use pointwise exact 3x3 matrix inversion. And you may use multigrid method to solve it efficiently.
  Reply With Quote

Old   December 4, 2004, 03:43
Default Re: PDE coupled !!
  #12
Doche
Guest
 
Posts: n/a
1) Have you heard ( or seen ) a book where I can find efficient solution for PDE Coulped Equation resolution ?

2) Praaven, I will try your method soon. What do you think about the computational time ( compare to a similar non-coupled system ). Is there a big difference?

3) Thanks Jim_Park, Junseok Kim, HVN and Praveen C for your help.
  Reply With Quote

Reply


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
Algorithm for coupled pde with all flux boundary conditions benk Main CFD Forum 3 December 28, 2010 05:09
Some confusion about coupled solver for incompressible flow bearcat Main CFD Forum 0 February 14, 2010 20:40
Coupled vs Seg - Natural vs. Forced Convection Alex Siemens 5 December 12, 2007 04:58
can use coupled solver to calculate combustion cfdfans FLUENT 0 November 25, 2003 04:48
Coupled 1D/3D STAR-CD Training CD adapco Group Marketing Siemens 1 November 13, 2002 15:48


All times are GMT -4. The time now is 17:12.