Hello all,
I was willing to know how utility of Richard Extrapolation in CFD. I know it can be used for estimation of order of scheme by running numerical simulation for 3 different grid configurations.
However what I am not clear of is how to use it to approximate results of higher order accuracy using lower order. Is it simply by the formula of Richard Extrapolation
A= 2^k A(h/2)-A(h)/ 2^k -1
where A is calculated using grid first and then 1/2^k.
In real application does this mean if I calculate some variable (say Pressure in pipe flow) with grid size 100x40 and then by 200 x 80 then using results obtained and formula I can estimate Pressure with higher order accuracy?
Is this correct or there is some other way how this is used (multi grid method or something like that)
Thank You