InterviewSolution
Saved Bookmarks
| 1. |
The Adams-Moulton scheme comes under ____________(a) Backward schemes(b) Forward schemes(c) Multipoint schemes(d) Runge-Kutta methodsThis question was posed to me in unit test.The doubt is from Transient Flows in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT choice is (c) Multipoint schemes Easiest explanation: The Adams-Moulton scheme is a multipoint predictor-corrector METHOD. These methods use more than TWO time-steps for their prediction. Many methods use this scheme as their corrector STEP too. |
|