InterviewSolution
Saved Bookmarks
| 1. |
Which series expansion is used by the MacCormack’s technique?(a) Taylor Series(b) Fourier series(c) McLaurin series(d) Laurent seriesThe question was asked in an interview for job.My question is taken from Finite Difference Methods in portion Finite Difference Methods of Computational Fluid Dynamics |
|
Answer» CORRECT answer is (a) Taylor Series To elaborate: The MacCormack’s technique uses the Taylor series expansion to APPROXIMATE its time DERIVATIVES LIKE the finite difference scheme. But the accuracy here is not DEPENDENT on the order of the derivative. It has improved accuracy. |
|