CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Implementing Richardson Extrapolation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 21, 2017, 13:11
Default Implementing Richardson Extrapolation
  #1
New Member
 
The_Provost
Join Date: Sep 2014
Location: USA
Posts: 15
Rep Power: 11
The_Provost is on a distinguished road
Send a message via Skype™ to The_Provost
Hello,

I have a set of data for radius as a function of time. Please note that I do not have the expression of the function, I only have the values of radius at a given time. I want to implement Richardson extrapolation to these values using MATLAB. I am not sure, how to go about writing the code. Because most of the examples are using an expression as in "y=f(x)". Any help would be appreciated.

Thanks.
The_Provost is offline   Reply With Quote

Old   July 21, 2017, 17:05
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,673
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
https://en.wikipedia.org/wiki/Richardson_extrapolation

Implement the second line R(h,k)
LuckyTran is offline   Reply With Quote

Old   July 21, 2017, 17:15
Default
  #3
New Member
 
The_Provost
Join Date: Sep 2014
Location: USA
Posts: 15
Rep Power: 11
The_Provost is on a distinguished road
Send a message via Skype™ to The_Provost
Quote:
Originally Posted by LuckyTran View Post
Thanks, however, what is "k", and "n" here? Also in my case, I have radius as a function of time, so will "h" be the time for my code?

Thanks for your help.
The_Provost is offline   Reply With Quote

Old   July 21, 2017, 17:34
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,673
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
h is the step-size

For example, if you want to R(t1), R(t2), R(t3) and want to extrapolate to R(t4) then h is delta in t (t2-t1, t3-t2, etc). k is the ratio deltas which is often 2 for uniformly sampled data. n is the order of convergence which you should already know. If not, you have to estimate n using another technique.
LuckyTran is offline   Reply With Quote

Old   July 22, 2017, 11:23
Default
  #5
New Member
 
The_Provost
Join Date: Sep 2014
Location: USA
Posts: 15
Rep Power: 11
The_Provost is on a distinguished road
Send a message via Skype™ to The_Provost
Thanks a lot for the explanation.


Sent from my iPhone using CFD Online Forum mobile app
The_Provost 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
[ICEM] Export mesh statistics for use in Richardson Extrapolation for grid sensitivity study JuPa ANSYS Meshing & Geometry 13 July 5, 2018 08:35
ReactingFoam (w/ k-omega-SST): Error analysis using Richardson Extrapolation JMDag2004 OpenFOAM Verification & Validation 1 June 10, 2015 12:33
Richardson extrapolation pc Main CFD Forum 11 March 8, 2013 06:50
Richardson Extrapolation to check time and space convergence Hooman Main CFD Forum 0 December 29, 2010 08:19
Richardson extrapolation cynthia FLUENT 4 June 20, 2008 08:58


All times are GMT -4. The time now is 13:55.