InterviewSolution
Saved Bookmarks
| 1. |
For a regular structured grid, which of these statements is true?(a) Each interior cell is connected to the same number of neighbours(b) Each cell is connected to the same number of neighbours(c) Each boundary cell is connected to the same number of neighbours as an interior cell(d) Each direction has the same number of cellsI got this question during a job interview.Asked question is from FVM in chapter Finite Volume Methods of Computational Fluid Dynamics |
|
Answer» CORRECT CHOICE is (a) Each interior cell is connected to the same number of neighbours Easiest explanation: The boundary cells will have less number of neighbours when COMPARED to the interior cells. As the statement telling “Each cell” INCLUDES the boundary cells also, it does not hold true. It is not necessary for the structured grids to have the same number of cells in every direction. So, the statement “Each interior cell is connected to the same number of neighbours” is only true. |
|