|
[Sponsors] |
check order of accuracy of MUSCL-Hancock scheme |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 31, 2009, 08:19 |
check order of accuracy of MUSCL-Hancock scheme
|
#1 |
Guest
Posts: n/a
|
I want to check order of accuracy of MUSCL-Hancock scheme in time on a 1D problem with exact smooth solution. The time-marching is dealt with using the Strang splitting. We can confirm that this method is second-order accurate in space by calculating L_1 and L_infty norms. But I do not how to check accuracy in time. who can give me some advice. Thanks.
|
|
January 31, 2009, 15:14 |
Re: check order of accuracy of MUSCL-Hancock schem
|
#2 |
Guest
Posts: n/a
|
Dear Legend,
The idea of obtaining the order of accuracy is essentially similar either in space or time. All you need to do is to take a reasonably good grid (say 200 points or so), and run the numerical simulation for a sufficiently small time step, say t_s. Now, keep the grid fixed and run the problem on the mesh for a sequence of time steps t1,t2,.....,tn, such that t1=2t2=4t3=...=2^n t(n+1). This is a sequence of progressively smaller time steps and the code needs to be run upto the same final time T. The solution at time t_s is closest to the exact solution, and all other solutions are numerical solutions and the error can be found out on the given grid. Now by computing the suitable error norms, the temporal accuracy is easily determined. Clearly, t_s is smaller than t^(n+1) which is the smallest time step for which the numerical simulation is performed. Usually t_s is chosen a 1/10th of t^(n+1). For more clarifications just google "Temporal accuracy of numerical scheme" and you shall get the details. Hope this helps. Regards, Ganesh |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to understand high resolution scheme and high order scheme | iilw1314 | Main CFD Forum | 7 | April 12, 2022 13:29 |
Second order upwinding scheme in OpenFoam | subash | OpenFOAM Running, Solving & CFD | 4 | June 20, 2012 19:28 |
Numerical viscosity due to the MUSCL and HLL coulpled scheme | sonsiest | Main CFD Forum | 0 | May 23, 2011 16:37 |
Grid refinement study for Order of accuracy and GCI | Chander | CFX | 5 | May 3, 2011 20:13 |
Second order time accuracy | Aditya | Main CFD Forum | 3 | October 2, 2006 14:16 |