InterviewSolution
Saved Bookmarks
| 1. |
Consider a source-less 3-D steady-state diffusion problem. The general discretized equation is aP ΦP = ∑anb Φnb. What is aP?(a) aP=aW+aE+aS+aN+aT+aB(b) aP=aW+aE+aS+aN(c) aP=aW+aE+aS+aN+aT(d) aP=0I got this question in quiz.Question is taken from FVM for Multi-dimensional Steady State Diffusion in section Diffusion Problem of Computational Fluid Dynamics |
|
Answer» CORRECT answer is (a) aP=aW+aE+aS+aN+aT+aB The best I can explain: For all steady-state DIFFUSION problems, in the absence of source TERM, aP=∑anb. Therefore, for the three-dimensional CASE, aP=aW+aE+aS+aN+aT+aB which includes the coefficients of all the neighbouring flow variables. |
|