|
[Sponsors] |
March 18, 2015, 12:57 |
About equation relaxation
|
#1 |
Senior Member
Join Date: Oct 2013
Posts: 397
Rep Power: 19 |
I'm currently looking into equation relaxation as I'm having some equations which converge very badly.
Some observations:
|
|
May 2, 2017, 20:52 |
|
#2 | |
Senior Member
Yuehan
Join Date: Nov 2012
Posts: 142
Rep Power: 14 |
Quote:
As far as I understand the book, the field relaxation is the 'explicit relaxation', whereas the equation relaxation is 'impliciat' relaxation. The book says that for SIMPLE algorithm in steady state simulation, pressure field is under-relaxed by explicit relaxation (field relaxation), and implicit under-relaxation helps increase the diagonal dominance and therefore promote stability. But I am also confused that fvMatrix.C seems to do some manipulation on the diagonal matrix D to ensure diagonal dominance. Code:
// Ensure the matrix is diagonally dominant... // Assumes that the central coefficient is positive and ensures it is forAll(D, celli) { D[celli] = max(mag(D[celli]), sumOff[celli]); } If these lines do not change D, then Eqn.relax(1) will not do relaxation, since D is equal to D0. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
How to? Extra term in k-e equation. Implicit-Explicit | be_inspired | OpenFOAM Programming & Development | 1 | March 19, 2013 11:50 |
Derivation of Momentum Equation in Integral Form | Demonwolf | Main CFD Forum | 2 | October 29, 2009 20:53 |
Need help:about energy equation in CFX | Stein | CFX | 4 | July 2, 2009 23:31 |
Relaxation and convergence | sammi | Phoenics | 0 | March 20, 2008 04:32 |