Computational Fluid Dynamics Questions and Answers – Convection-Diffusion Problems – FROMM Scheme

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

1. Which of these profiles is used by the FROMM scheme?
a) Φ(x)=k0+k1 (x-xc)+k2 (x-xc)2
b) Φ(x)=k1 (x-xc )+k2 (x-xc)2
c) Φ(x)=k0+k1 (x-xc)
d) Φ(x)=k1 (x-xc)
View Answer

Answer: c
Explanation: The FROMM scheme uses a linear interpolation method to approximate the cell face values. So, Φ(x)=k0+k1 (x-xc) is the profile used by the FROMM scheme. But, the approach is different from the other profiles using a linear profile.

2. What is the order of accuracy of the FROMM scheme?
a) First-order
b) Second-order
c) Third-order
d) Fourth-order
View Answer

Answer: b
Explanation: The first term of the truncation error while implementing the Taylor series in the FROMM scheme is of order two. Therefore, the FROMM scheme is second-order accurate using a linear profile.

3. FROMM scheme ____________
a) gives weighted importance to the upwind and downwind schemes
b) gives equal importance to upwind and downwind scheme
c) is downwind biased
d) is upwind biased
View Answer

Answer: d
Explanation: The FROMM scheme is upwind biased. It gives more importance to the upwind nodes than the downwind nodes. IT uses two upwind nodes and one downwind node (totally three nodes).
advertisement
advertisement

4. Which of these is correct about the FROMM scheme?
a) A linear profile is obtained between the immediate upwind and the far downwind nodes
b) A linear profile is obtained between the far upwind and the immediate downwind nodes
c) A linear profile is obtained between the far upwind and the immediate upwind nodes
d) A linear profile is obtained between the far upwind and the far downwind nodes
View Answer

Answer: b
Explanation: A linear profile is obtained by connecting the values of the far upwind node and the immediate downwind node. A profile with the same slope obtained here is created between the immediate upwind and the current node to get the required value.

5. Consider the following stencil.
The e according to the QUICK scheme is P+xe−xPxE−xW (E-W)
What is Φe according to the QUICK scheme?
a) Φe=\(\phi_P+\frac{x_e-x_P}{x_E-x_W}\)(ΦEW)
b) Φe=\(\phi_P+\frac{x_e-x_P}{x_E-x_W}\)(ΦEW)
c) Φe=\(\phi_P-\frac{x_e-x_P}{x_E-x_W}\)(ΦEW)
d) Φe=\(\phi_P-\frac{x_e-x_P}{x_E-x_W}\)(ΦEW)
View Answer

Answer: a
Explanation: To find Φe, the FROMM scheme first finds ΦP using the profile between ΦW and ΦE given by
ΦPW+\(\frac{x_P-x_W}{x_E-x_W}\)(ΦEW)
ΦWP–\(\frac{x_P-x_W}{x_E-x_W}\) (ΦEW)
Now, Φe is given by,
ΦeW+\(\frac{x_e-x_W}{x_E-x_W}\)(ΦEW)
Which becomes
ΦeP–\(\frac{x_P-x_W}{x_E-x_W}\)(ΦEW)+\(\frac{x_e-x_W}{x_E-x_W}\)(ΦEW)
Therefore,
ΦeP+\(\frac{x_e-x_P}{x_E-x_W}\)(ΦEW).
Sanfoundry Certification Contest of the Month is Live. 100+ Subjects. Participate Now!

6. Consider the following stencil.
The e according to the QUICK scheme is P+xe−xPxE−xW (E-W)
Assume a uniform grid. What is Φe according to the QUICK scheme?
a) ΦP+\(\frac{2}{3}\)(ΦEW)
b) ΦP+\(\frac{1}{2}\)(ΦEW)
c) ΦP+\(\frac{1}{4}\)(ΦEW)
d) ΦP+\(\frac{3}{4}\)(ΦEW)
View Answer

Answer: c
Explanation: In general,
ΦeP+\(\frac{x_e-x_P}{x_E-x_W}\) (ΦEW)
For a uniform grid,
\(\frac{x_e-x_P}{x_E-x_W}\)=1/4
So,
ΦeP+\(\frac{1}{4}\)(ΦEW).

7. Which of these is correct about the FROMM scheme?
a) Stable and bounded for a variable velocity system
b) Stable but not bounded for a variable velocity system
c) Stable but not bounded for a constant velocity system
d) Stable and bounded for a constant velocity system
View Answer

Answer: c
Explanation: The FROMM scheme is numerically stable when the velocity field is constant. But, when the velocity is varying, the scheme is unstable. It includes undershoots and overshoots and hence not bounded.
advertisement

8. What is the normalized relationship between Φf and Φc for the FROMM scheme?
a) \(\tilde{\phi_f}=\tilde{\phi_c}+\frac{1}{4}\)
b) \(\tilde{\phi_f}=\tilde{\phi_c}-\frac{1}{4}\)
c) \(\tilde{\phi_f}=\frac{1}{4}-\tilde{\phi_c}\)
d) \(\tilde{\phi_f}=\frac{1}{4} \tilde{\phi_c}\)
View Answer

Answer: a
Explanation: The relationship between Φf and Φc is
\(\phi_f=\phi_c+\frac{1}{4}(\phi_D-\phi_U)\)
The normalized forms of Φf, Φc, ΦD and ΦU are \(\tilde{\phi_f}, \tilde{\phi_c},\) 1 and 0 respectively. Therefore,
\(\tilde{\phi_f}=\tilde{\phi_c}+\frac{1}{4}.\)

9. For the FROMM scheme, what is the flux limiter ψ(r) equal to?
a) 1-\(\frac{r}{2}\)
b) 1+\(\frac{r}{2}\)
c) \(\frac{1-r}{2}\)
d) \(\frac{1+r}{2}\)
View Answer

Answer: d
Explanation: To find the flux limiter,
Φfc+\(\frac{1}{2}\) Ψ(r)(ΦDc )
For the FROMM scheme,
Φfc+\(\frac{1}{4}\)(ΦDU)
Comparing both,
Ψ(r)(ΦDc)=\(\frac{1}{2}\)(ΦDU)
Ψ(r)=\(\frac{1}{2}\frac{(\phi_D-\phi_U)}{(\phi_D-\phi_c)}\)
Ψ(r)=\(\frac{1}{2}\frac{(\phi_D-\phi_c+\phi_c-\phi_U)}{(\phi_D-\phi_c)}\)
But,
\(\frac{(\phi_c-\phi_U)}{(\phi_D-\phi_c)}=r\)
Therefore,
\(\psi(r)=\frac{1}{2}(1+r)\).
advertisement

10. Consider the following stencil.
The e according to the QUICK scheme is P+xe−xPxE−xW (E-W)
Assume a uniform grid. What is the convective flux at the western face (\(\dot{m_w}\phi_w\)) using the FROMM scheme?
a) \((\phi_P-\frac{\phi_E}{4}+\frac{\phi_W}{4}) max⁡(\dot{m_w},0)-(\phi_W\frac{-\phi_{WW}}{4}+\frac{\phi_C}{4}) max⁡(-\dot{m_w},0)\)
b) \((\phi_P-\frac{\phi_W}{4}+\frac{\phi_E}{4}) max⁡(\dot{m_w},0)-(\phi_W\frac{-\phi_{WW}}{4}+\frac{\phi_C}{4}) max⁡(-\dot{m_w},0)\)
c) \((\phi_P\frac{-\phi_E}{4}+\frac{\phi_W}{4}) max⁡(\dot{m_w},0)-(\phi_W\frac{-\phi_C}{4}+\frac{\phi_{WW}}{4}) max⁡(-\dot{m_w},0)\)
d) \((\phi_P\frac{-\phi_W}{4}+\frac{\phi_E}{4}) max⁡(\dot{m_w},0)-(\phi_W\frac{-\phi_C}{4}+\frac{\phi_{WW}}{4})max⁡(-\dot{m_w},0)\)
View Answer

Answer: a
Explanation: When the flow direction is positive,
\(\phi_w=\phi_P-\frac{\phi_E}{4}+\frac{\phi_W}{4}\)
When the flow direction is negative,
\(\phi_w=\phi_W-\frac{\phi_{WW}}{4}+\frac{\phi_C}{4}\)
Therefore,
\(\dot{m_w}\phi_w=(\phi_P-\frac{\phi_E}{4}+\frac{\phi_W}{4})max⁡(\dot{m_w},0)-(\phi_W-\frac{\phi_{WW}}{4}+\frac{\phi_C}{4})max⁡(-\dot{m_w},0)\).

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.