InterviewSolution
Saved Bookmarks
| 1. |
Which of these statements is false?(a) Unstructured grids are always non-orthogonal(b) Structured grids are always orthogonal(c) Non-orthogonal grids can be structured or unstructured(d) Curvilinear structured grids are non-orthogonalI got this question during an internship interview.My query is from Diffusion Problem in portion Diffusion Problem of Computational Fluid Dynamics |
|
Answer» CORRECT choice is (b) Structured grids are ALWAYS orthogonal Easiest explanation: Non-orthogonality can EXIST in structured grids also when it is curvilinear. Structured curvilinear grids and unstructured grids are non-orthogonal. So, the STATEMENT “Structured grids are always orthogonal” is wrong. |
|