Computational Fluid Dynamics Questions and Answers – Convection-Diffusion Problems – Upwind and Downwind Schemes

This set of Computational Fluid Dynamics Multiple Choice Questions & Answers (MCQs) focuses on “Convection-Diffusion Problems – Upwind and Downwind Schemes”.

1. The upwind scheme is suitable for _____________
a) convection term
b) diffusion term
c) both convection and diffusion terms
d) either convection or diffusion term
View Answer

Answer: a
Explanation: The upwind scheme is not suitable for non-directional phenomena. The diffusion scheme is a non-directional phenomenon. The convection scheme is a directional phenomenon. So, the scheme is suitable for the convection term.

2. The upwind scheme is dependent on the _____________
a) Convection term
b) Peclet number
c) Flow direction
d) Gradient
View Answer

Answer: c
Explanation: The upwind scheme reflects the physics of advection. The cell-face value is dependent on the upwind nodal value. So, we can say it is dependent on the flow direction and it is suitable for directional flows.

3. Consider the stencil.
Find the advection flux at face w (mw˙ϕW) using the downwind scheme
Give the advection flux at face e \((\dot{m_e}\phi_E)\) using the upwind scheme.
(Note: \(\dot{m}\) and Φ are the mass flow rate and the flow variable respectively).
a) \(\dot{m_e}\phi_E=max⁡(\dot{m_e},0)\phi_C-max⁡(-\dot{m_e},0)\phi_E\)
b) \(\dot{m_e}\phi_E=min⁡(\dot{m_e},0)\phi_C-max⁡(-\dot{m_e},0)\phi_E\)
c) \(\dot{m_e}\phi_E=max⁡(\dot{m_e},0)\phi_C-min⁡(-\dot{m_e},0)\phi_E\)
d) \(\dot{m_e}\phi_E=min⁡(\dot{m_e},0)\phi_C-min⁡(-\dot{m_e},0)\phi_E\)
View Answer

Answer: a
Explanation: According to the upwind scheme,
\(\phi_E=\begin{cases}
\phi_C & if\, \dot{m_e} >0 \\
\phi_E & if\, \dot{m_e} <0
\end{cases}\)
Where, \(\dot{m_e} > 0\) means that the flow is from C to e and \(\dot{m_e}<0\) means that the flow direction is opposite. Therefore,
\(\dot{m_e}\phi_E=max⁡(\dot{m_e},0)\phi_C-max⁡(-\dot{m_e},0)\phi_E\).
advertisement
advertisement

4. The neighbour coefficients yielded by the upwind scheme for convection is _____________
a) zero
b) cannot predict
c) negative
d) positive
View Answer

Answer: c
Explanation: The upwind scheme leads to negative neighbouring coefficients. If continuity is ensured, the diagonal coefficients (coefficients of the central nodes) are the addition of the neighbouring coefficients.

5. Consider the following stencil.
Find the advection flux at face w (mw˙ϕW) using the downwind scheme
Give the relationship between \(\frac{\phi_C-\phi_W}{\phi_E-\phi_W}\) and Peclet number (Pe) for the upwind scheme while used for the convection term.
(Note: Φ is the flow variable).
a) \(\frac{\phi_C-\phi_W}{\phi_E-\phi_W} = \frac{2-max⁡(Pe,0)}{4+\big|Pe\big|} \)
b) \(\frac{\phi_C-\phi_W}{\phi_E-\phi_W} = \frac{2-max⁡(-Pe,0)}{4+\big|Pe\big|} \)
c) \(\frac{\phi_C-\phi_W}{\phi_E-\phi_W} = \frac{2+max⁡(Pe,0)}{4+\big|Pe\big|} \)
d) \(\frac{\phi_C-\phi_W}{\phi_E-\phi_W} = \frac{2+max⁡(-Pe,0)}{4+\big|Pe\big|} \)
View Answer

Answer: d
Explanation: For the upwind scheme,
ΦCW = 2+max⁡(-Pe,0) and ΦEC = 2+max⁡(Pe,0)
Therefore,
\(\frac{\phi_C-\phi_W}{\phi_E-\phi_C+\phi_C-\phi_W} = \frac{2+max⁡(-Pe,0)}{2+max⁡(Pe,0)+2+max⁡(-Pe,0)}\)
\(\frac{\phi_C-\phi_W}{\phi_E-\phi_W}=\frac{2+max⁡(-Pe,0)}{4+\big|Pe\big|}\).

6. The order of accuracy of the upwind scheme is _____________
a) first-order
b) second-order
c) third-order
d) fourth-order
View Answer

Answer: a
Explanation: The upwind scheme is first-order accurate. This is why, even though the fashion of the upwind scheme matches with that of the exact solution, it varies much. The downwind scheme is also first-accurate.

7. Consider the stencil.
Find the advection flux at face w (mwW) using the downwind scheme
Give the advection flux at face w \((\dot{m_w}\phi_W)\) using the downwind scheme.
(Note: \(\dot{m}\) and Φ are the mass flow rate and the flow variable respectively).
a) \(\dot{m_w}\phi_W = -max⁡(\dot{m_w},0)\phi_C+max⁡(\dot{m_w},0)\phi_W\)
b) \(\dot{m_w}\phi_W = max⁡(\dot{m_w},0)\phi_C+max⁡(\dot{m_w},0)\phi_W\)
c) \(\dot{m_w}\phi_W = -max⁡(-\dot{m_w},0)\phi_C+max⁡(\dot{m_w},0)\phi_W\)
d) \(\dot{m_w}\phi_W = max⁡(-\dot{m_w},0)\phi_C+max⁡(\dot{m_w},0)\phi_W\)
View Answer

Answer: c
Explanation: According to the downwind scheme,
\(\phi_E=\begin{cases}
\phi_C & if \, \dot{m_e} >0 \\
\phi_E & if \, \dot{m_e} <0
\end{cases}
\)
Where, \(\dot{m_e}>0\) means that the flow is from C to e and \(\dot{m_e}<0\) means that the flow direction is opposite. Therefore,
\(\dot{m_w}\phi_W=-max⁡(-\dot{m_w},0) \phi_C+max⁡(\dot{m_w},0)\phi_W\).
advertisement

8. The advantage of the upwind scheme is over the central-difference scheme is _____________
a) accuracy
b) stability
c) high convergence rate
d) consistency
View Answer

Answer: a
Explanation: The upwind scheme is less accurate than the central difference schemes. But the central difference schemes are oscillatory. They do not give answers which are physically correct. This is the advantage of the upwind scheme over the central-difference scheme.

9. The upwind scheme is _____________
a) conservative but wiggles
b) bounded and conservative
c) bounded but not conservative
d) neither conservative nor bounded
View Answer

Answer: b
Explanation: The upwind scheme does not produce results which wiggle. So, it is bounded. It uses consistent expressions to calculate fluxes through cells. Therefore, it is sure that the formulation is conservative.
advertisement

10. When the flow is not aligned with the grid lines, the diffusion produced by the upwind scheme is ____________
a) false advection
b) false convection
c) anti-diffusion
d) false diffusion
View Answer

Answer: c
Explanation: A major drawback of the scheme is that it does not produce correct results when the flow is not aligned with the grid lines. The error has a diffusion-like appearance and is referred to as false diffusion.

Sanfoundry Global Education & Learning Series – Computational Fluid Dynamics.

To practice all areas of Computational Fluid Dynamics, here is complete set of 1000+ Multiple Choice Questions and Answers.

If you find a mistake in question / option / answer, kindly take a screenshot and email to [email protected]

advertisement
advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.