InterviewSolution
Saved Bookmarks
| 1. |
Which of these is an explicit method of solving initial value problems?(a) Forward Euler method(b) Adams method(c) Trapezoidal method(d) Midpoint ruleThe question was posed to me in an interview for internship.My doubt is from Transient Flows in section Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT option is (a) Forward Euler method The best I can explain: The forward Euler method needs the value of the flow VARIABLE at the endpoint. THEREFORE, it cannot be calculated WITHOUT any interpolation or approximation. This is an EXPLICIT method. |
|