

MCQOPTIONS
Saved Bookmarks
This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Computational Fluid Dynamics knowledge and support exam preparation. Choose a topic below to get started.
1. |
Which of these represent the discretization indexing? |
A. | <sub>i,j+1</sub>, <sub>i,j-1</sub> |
B. | <sub>e</sub>, <sub>w</sub> |
C. | <sub>n+1</sub>, <sub>n-1</sub> |
D. | <sub>i+1,j</sub>, <sub>i-1,j</sub> |
Answer» C. <sub>n+1</sub>, <sub>n-1</sub> | |
2. |
The values of the flow variables at the faces can be calculated by _____________ in a structured grid. |
A. | Interpolation |
B. | Taylor series |
C. | Fourier series |
D. | Shape functions |
Answer» B. Taylor series | |
3. |
In structured grids, computer memory is saved by ____________ |
A. | multi-dimensions |
B. | localization |
C. | linearization |
D. | vectorization |
Answer» E. | |
4. |
In a two-dimensional grid, the elements are ____________ in shape and have ___________ neighbours. |
A. | Quadrilateral, 4 |
B. | Cube, 6 |
C. | Cube, 4 |
D. | Cuboid, 4 |
Answer» B. Cube, 6 | |
5. |
In a three-dimensional structured grid, an element has ____________ faces and ____________ vertices. |
A. | 8, 6 |
B. | 8, 8 |
C. | 4, 4 |
D. | 6, 8 |
Answer» E. | |
6. |
Topological information is embedded in a structured mesh through ___________ |
A. | neighbours |
B. | boundaries |
C. | indices |
D. | discretization |
Answer» D. discretization | |
7. |
Structured grids give ____________ and need ____________ |
A. | no access to elements, less memory for storage |
B. | easy access to elements, less memory for storage |
C. | easy access to elements, more memory for storage |
D. | no access to elements, more memory for storage |
Answer» C. easy access to elements, more memory for storage | |
8. |
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 cells |
Answer» B. Each cell is connected to the same number of neighbours | |