|
[Sponsors] |
Velocity correction and under-relaxation in the SIMPLE algorithm |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 15, 2010, 09:25 |
Velocity correction and under-relaxation in the SIMPLE algorithm
|
#1 |
New Member
Tobias Elmøe
Join Date: Oct 2010
Location: Denmark
Posts: 9
Rep Power: 16 |
Dear all.
Please bear with me as I am a beginner to the field of CFD. My question concerns the update of velocities in the SIMPLE algorithm. Specifically, I am wondering how the update is done when under-relaxation of both momentum and pressure is implemented. In the SIMPLE algorithm the velocity correction comes up by substracting the guessed velocity field with the "correct" velocity field (that satisfies the momentum equation). For the u-velocity in a cubic control volume: substracted from: results in: The correction is then for the velocity and for the pressure. Now as far as I understand it, you discard the sum terms (neighbors). However, after reading Versteegs book, I still do not understand what happens to the under-relaxation term. In Peric, Kessler and Scheurer (1988), Computers & Fluids, 16,4, p. 384-403, it seems that the term does not even appear and we're left with: Is this true? Furthermore, what happens to the pressure under-relaxation factor ? Should it be included before the velocity correction equation above? I would be grateful for a clarification Regards Johnhelt |
|
October 16, 2010, 01:33 |
|
#2 |
Senior Member
Hamid Zoka
Join Date: Nov 2009
Posts: 293
Rep Power: 19 |
correction is just a rough approximation to conservation equations.
when you apply the SIMPLE algorithm to solve a problem, under relaxation factor will be used to calculate the velocity and it does not make a sence to be applied again in velocity correction step. for example, consider that you have a very complex geometry and you are obliged to use a very small under relaxation factor, say 0.1,. if you apply this factor to momentum equation it will reduce convergence rate considerably but it has no influence on the converged velocity field. but now imagine that you apply 0.1 in the correction step. what will happen? u' or P' will recieve a huge unrealistic change and it may leads in divergence. |
|
October 18, 2010, 07:27 |
|
#3 |
New Member
Tobias Elmøe
Join Date: Oct 2010
Location: Denmark
Posts: 9
Rep Power: 16 |
Thank you for the reply, I'm not sure, however, I understand 100%...
You say that introducing under-relaxation may lead to too high velocity change/correction. As I see it, if I have velocity under-relaxation then should decrease with increasing under-relaxation... And, if I then apply the pressure under relaxation factor I get , which then decreases the velocity correction even further. In the end, of course, it should not matter for a converged solution. However, to get there is the key issue :-) Regards |
|
Tags |
relaxation factor, simple algorithm, velocity correction |
|
|