InterviewSolution
Saved Bookmarks
| 1. |
Implicit time-based problems will result in __________(a) Coupled equations(b) Uncoupled equations(c) Linear equations(d) Non-linear equationsI had been asked this question by my school principal while I was bunking the class.My doubt stems from Explicit and Implicit Finite Difference Methods topic in chapter Finite Difference Methods of Computational Fluid Dynamics |
|
Answer» CORRECT OPTION is (a) Coupled equations For explanation: Implicit time-dependent solutions do not have a SINGLE UNKNOWN in a new time step. All the variables at a time step are coupled. So, they must be solved simultaneously to get the variables. |
|