InterviewSolution
Saved Bookmarks
| 1. |
What is the main disadvantage of explicit schemes in a time-dependent problem?(a) Marching solution(b) Simultaneous equations(c) Small time-step size(d) Small grid sizeI got this question by my college director while I was bunking the class.Question is from Explicit and Implicit Finite Difference Methods in section Finite Difference Methods of Computational Fluid Dynamics |
|
Answer» RIGHT choice is (c) Small TIME-step SIZE Explanation: Explicit time-based schemes have a limited time-step size. Big time steps cannot be used. So, the total time of computation REQUIRED to solve the system is very large when compared to the implicit schemes. |
|