InterviewSolution
Saved Bookmarks
| 1. |
To overcome the disadvantage caused by the information from the wrong side of cells ____________ is used in the vertex-based method.(a) upwind biased scheme(b) weighted average(c) downwind biased scheme(d) central schemeI have been asked this question during an interview for a job.The question is from Diffusion Problem in chapter Diffusion Problem of Computational Fluid Dynamics |
|
Answer» CORRECT option is (a) upwind BIASED scheme The explanation: The major disadvantage of using the enlarged stencil is that information from the WRONG side of the face may ALSO contribute to the weighted average while calculating the vertex values. To avoid this, the upwind biased method is used. |
|