InterviewSolution
Saved Bookmarks
| 1. |
Which is correct about the QUICK scheme?(a) A two-point upwind biased interpolation(b) A three-point upwind biased interpolation(c) A three-point downwind biased interpolation(d) A two-point downwind biased interpolationThe question was asked at a job interview.I want to ask this question from Convection-Diffusion Problems topic in chapter Convection-Diffusion Problems of Computational Fluid Dynamics |
|
Answer» RIGHT ANSWER is (b) A three-point upwind BIASED interpolation Explanation: QUICK scheme uses a three-point upstream-weighted quadratic interpolation to approximate the cell FACE values. It uses two IMMEDIATE neighbours of the face and an extra upstream node (totally, three points). |
|