|
[Sponsors] |
February 20, 2016, 14:32 |
three coupled equations
|
#1 |
New Member
Join Date: Dec 2015
Posts: 6
Rep Power: 10 |
Hi,
I am trying to solve three coupled equations in 1D computational domain. For example, if I want to write my first equations, there are six unknowns a(i+1), a(i), a(i-1) ,c(i-1) c(i),c(i+1). and so for second and third equation. However, I couldn't get tri-diagonal matrix I didn't get how to set my unknowns into matrix. Can somebody help? Thanks. |
|
February 20, 2016, 14:59 |
|
#2 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,865
Rep Power: 73 |
But it is a problem for you if the matrix is not tri-diagonal?
your unknown vector x is something like this? A.x=q x=[a(1),...a(N), b(1), ....b(N), c(1),....c(N)]^T |
|
February 20, 2016, 15:04 |
|
#3 |
New Member
Join Date: Dec 2015
Posts: 6
Rep Power: 10 |
Yeap. My first equation for a(1) includes unknowns C(1) and C(2). Also b(1) includes C(1) and C(2). C(1) includes A(1) and B(1). At the end, I didn't get tri-diagonal matrix. I had tri-diagonal matrix solver. I don't have sparse matrix solver. I am not sure how to proceed.
|
|
February 20, 2016, 15:29 |
|
#4 | |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,865
Rep Power: 73 |
Quote:
|
||
February 20, 2016, 15:38 |
|
#5 |
New Member
Join Date: Dec 2015
Posts: 6
Rep Power: 10 |
||
February 21, 2016, 13:33 |
|
#6 |
Senior Member
Filippo Maria Denaro
Join Date: Jul 2010
Posts: 6,865
Rep Power: 73 |
Check for an interative splitting method so that you can work with iterated Thomas solver
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
coupled source term in 3 transport equations | mhassani | OpenFOAM Running, Solving & CFD | 1 | September 10, 2018 10:35 |
Coupled Solution of the RANS turbulence equations | sfigato | OpenFOAM Programming & Development | 0 | September 14, 2014 09:59 |
Coupled Equations ? | T.D. | OpenFOAM | 0 | May 4, 2011 07:28 |
problem with gradient as source term in coupled equations | Cyp | OpenFOAM Programming & Development | 0 | August 16, 2010 14:12 |
coupled Navier-Stokes and convection-diffusion equations using in cfx | rystokes | CFX | 0 | November 2, 2009 06:14 |