InterviewSolution
Saved Bookmarks
| 1. |
Which of these is not a high-resolution scheme?(a) MINMOD(b) SMART(c) SIMPLE(d) MUSCLI got this question at a job interview.This key question is from High-Resolution Schemes in section High Resolution Schemes of Computational Fluid Dynamics |
|
Answer» RIGHT CHOICE is (c) SIMPLE To explain I would say: The MINMOD scheme, SMART scheme and MUSCL scheme are all high-resolution schemes. SIMPLE is an algorithm which is used to solve the Navier-Stokes EQUATIONS used for pressure linked equations. It is not a high-resolution scheme. |
|