CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Problem with residual and their definition!

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes
  • 1 Post By batta31
  • 1 Post By santiagomarquezd
  • 1 Post By Bazinga

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 9, 2013, 12:06
Default Problem with residual and their definition!
  #1
Member
 
Simone
Join Date: Sep 2012
Posts: 95
Rep Power: 13
batta31 is on a distinguished road
Hi guys, I was troubling a little with the definition of the residuals in OF. Following this thread "http://www.cfd-online.com/Forums/ope...d-solvers.html", I've figured out that, at each step, the residual is calculated as follow: (focusing over an hypothetical momentum equation)

Quote:
res = b - Ax
which is the "classical" definition of the residual, with x the unknown.
Then, the normalization factor is calculated as:

Quote:
xRef = gAverage(x)
Then we have the definition of these two fields:

Quote:
wA = A x;
pA = A xRef;
So the normalization factor is:

Quote:
normFactor =
gSum(cmptMag(wA - pA) + cmptMag(b - pA))
+ matrix.small_;
And it is a sum of the magnitude of the vector fields all over the domain.

Finally the residual (normalized, so dimensionless) is:

Quote:
residual =
gSum(cmptMag(b - wA))/normFactor;
In the momentum equation is the difference between the RHS and LHS summed allover the domain, divide by the normFactor.

My questions are:

1) Is my interpretation correct?
2) Could someone explains what the average function do? I think it makes an average of a field (vector or scalar) in the domain but I'm not really sure
3) How can residual be equal 1 at step 0?
4) At each iterative step (I'm thinking about simpleFoam) the "initial Value" of residual at each time step is the difference between the residual calculated as before at the i-th step and the (i-1)th step or the first?

Thanks in advance

Simone
fumiya likes this.
batta31 is offline   Reply With Quote

Old   February 11, 2013, 06:00
Default
  #2
Member
 
Simone
Join Date: Sep 2012
Posts: 95
Rep Power: 13
batta31 is on a distinguished road
Any answer guys?
batta31 is offline   Reply With Quote

Old   February 14, 2013, 07:36
Default
  #3
Member
 
Simone
Join Date: Sep 2012
Posts: 95
Rep Power: 13
batta31 is on a distinguished road
Isn't really anyone that can help me to figure out my problem?
batta31 is offline   Reply With Quote

Old   March 27, 2013, 04:56
Default
  #4
Member
 
Simone
Join Date: Sep 2012
Posts: 95
Rep Power: 13
batta31 is on a distinguished road
Hi guys I return on this post! I wanted to ask again if there is someone that can explain me if my interpretation of the residuals is correct..in particular I wanted some explanation about the normalization factor that is used..

is it really variable at each iteration or am I wrong?
Please someone answers me.

Cheers
Simone
batta31 is offline   Reply With Quote

Old   April 1, 2013, 11:01
Default
  #5
Senior Member
 
santiagomarquezd's Avatar
 
Santiago Marquez Damian
Join Date: Aug 2009
Location: Santa Fe, Santa Fe, Argentina
Posts: 452
Rep Power: 23
santiagomarquezd will become famous soon enough
http://www.amcaonline.org.ar/ojs/ind...File/3263/3186
fumiya likes this.
__________________
Santiago MÁRQUEZ DAMIÁN, Ph.D.
Research Scientist
Research Center for Computational Methods (CIMEC) - CONICET/UNL
Tel: 54-342-4511594 Int. 7032
Colectora Ruta Nac. 168 / Paraje El Pozo
(3000) Santa Fe - Argentina.
http://www.cimec.org.ar
santiagomarquezd is offline   Reply With Quote

Old   July 18, 2016, 10:39
Default
  #6
Senior Member
 
Join Date: Jun 2012
Location: Germany, Bochum
Posts: 230
Rep Power: 15
Bazinga is on a distinguished road
I am wondering why the procedure for normalization is rather complex for the OpenFOAM code. Is there an advantage for the OF normalization type compared to lets say Fluent where we only divide by the l.h.s of the equation sum(A_p*Phi_p)

Is there any text book that somebody can recommend?
zhaobin.li likes this.
Bazinga is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 07:38.