InterviewSolution
Saved Bookmarks
| 1. |
The flow variable at the vertex node is calculated using the weighted average of the values at the cells sharing it. What is the weight used here?(a) Inverse of the distance of the vertex from the cell centroid(b) Distance of the vertex from the cell(c) Centroids of the cells(d) Mass of the cellsThis question was posed to me in homework.The origin of the question is Diffusion Problem topic in section Diffusion Problem of Computational Fluid Dynamics |
|
Answer» The correct choice is (d) Mass of the cells |
|