InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods is used for finding the average time derivative in MacCormack’s technique?(a) Trial and error method(b) Predictor-corrector method(c) Genetic algorithm(d) Relaxation methodThe question was asked in an online quiz.I'd like to ask this question from Finite Difference Methods topic in portion Finite Difference Methods of Computational Fluid Dynamics |
|
Answer» RIGHT choice is (b) Predictor-corrector method The best I can EXPLAIN: To GET the time derivative at the average time between t and t+Δ t, the MacCormack’s technique USES the Predictor-corrector method. This is USED as we do not know the value for the time derivative at the time-step t+Δ t. |
|