|
[Sponsors] |
![]() |
![]() |
#1 |
Guest
Posts: n/a
|
Hi Guys,
What is the best way to calculate residuals of U, V and Pressure correction equations in SIMPLE algorithm. I have developed a Code that gives correct values but the amount of residuls for each equation in each iteration is so high! I guess that something wrong in the way for calculation of residuals. Now, my code calculates the difference between LHS and RHS of discretized equation for each grid point and the absolute values of this difference for all grid points are added to each other as the value of residual in each iteration. Thank you in adavnce for your comments and ideas. Morteza |
|
![]() |
![]() |
![]() |
#2 |
Guest
Posts: n/a
|
Hi , my suggestion is residual= RHS - LHS let sum=sum+pow(residual,2);(i.e add all the square of the residuals for all grid points) at the end of each iteration find the squareroot.. that gives the correct solution.but urs procedure all rite. still u r getting wrong result , ur code might be wrong. all the best
|
|
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Tutorials] Tutorial of how to plot residuals ! | wolle1982 | OpenFOAM Community Contributions | 172 | December 6, 2024 07:20 |
How does openFoam calculate residuals? | sahm | OpenFOAM | 3 | October 26, 2017 18:24 |
what to monitor besides residuals? | franzdrs | FLUENT | 5 | March 21, 2013 04:59 |
Convergence - scaled vs unscaled residuals | HS | FLUENT | 1 | November 7, 2005 06:45 |
residuals | Karl | CFX | 2 | June 25, 2003 00:13 |