|
[Sponsors] |
July 30, 2007, 13:25 |
Hi,
As I have to make a lit
|
#1 |
Member
Hoang-Lam
Join Date: Mar 2009
Location: Lausanne, Switzerland
Posts: 60
Rep Power: 17 |
Hi,
As I have to make a little report about the way Foam use to solve the Navier-Stokes, I have some questions to make it clear: 1/ In the SIMPLE algo, why phi is calculated before the correction of U? If phi is calulated after the correction of U, isn't better? 2/i/ I understand that the coefficient aP and aN depend on U. BUT how are they guessed a the FIRST iteration in the SIMPLE algo???? I can not imagine the A matrix actually! ii/ And the most important: what " /aP" means??? I mean HOW CAN WE DIVIDE by aP which is not a scalar (if I'm not wrong). What does it mean? 3/ To confirm: the previous U is just needed in the relaxation of UEqn, isn't it? Any clues or advice, or attempts of answer will be welcome. (and Hrv's reply will be more than appreciated) Lam |
|
July 30, 2007, 13:41 |
OK, OK.
- At the stage wher
|
#2 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
OK, OK.
- At the stage where you're looking phi contains only a part of the interpolated velocity dotted with the face area vector. Have a look at phi -= pEqn.flux(); - this is where the rest of the flux comes from and it's after the pressure solution. All is well - aP is the central coefficient of the momentum matrix, packed up as a field: one value for each cell. That would be a scalar if your discretisation is easy; once you get more clever (than the current implementation), aP will be a 3x3 tensor and division will be a multiplication with the matrix inverse. Advanced, though - for easy stuff have a look at my Thesis - FIRST SIMPLE iteration: well, you guess U as well, right? That is called the initial guess. - to confirm: no. You also have it in UEqn.H() - read the forum again, I've explained this. Hrv -
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
the criterium of convergence for the SIMPLE algo | Lam | Main CFD Forum | 1 | July 25, 2007 10:08 |
simple questions | Shuo | Main CFD Forum | 0 | July 13, 2007 22:09 |
Simple fluent questions | temp3733@gmail.com | FLUENT | 0 | May 18, 2005 13:50 |
Do you know these simple Gridgen questions? | GER | Pointwise & Gridgen | 3 | November 5, 2004 18:53 |
Simple questions | Eva | CFX | 3 | December 5, 2002 07:52 |