InterviewSolution
Saved Bookmarks
| 1. |
In a three-dimensional structured grid, an element has ____________ faces and ____________ vertices.(a) 8, 6(b) 8, 8(c) 4, 4(d) 6, 8I have been asked this question by my school teacher while I was bunking the class.My enquiry is from FVM topic in portion Finite Volume Methods of Computational Fluid Dynamics |
|
Answer» RIGHT answer is (d) 6, 8 Easy explanation: The ELEMENTS of a structured grid are in a hexagonal SHAPE. They have six faces and eight vertices. Each interior element is SURROUNDED by six neighbours. Unlike the unstructured GRIDS, these are fixed in a structured grid. |
|