InterviewSolution
Saved Bookmarks
| 1. |
The Adam-Bashforth method is ____________(a) an explicit method(b) an implicit method(c) a first-order accurate method(d) a second-order accurate methodThis question was addressed to me by my school principal while I was bunking the class.This intriguing question comes from Transient Flows topic in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT ANSWER is (a) an explicit method For explanation: The Adam-Bashforth method is a MULTIPOINT method. Therefore, its order of ACCURACY will be more than two. It is an explicit method of approximation. But it is a lot more advantageous than the explicit Euler method. |
|