Computational Fluid Dynamics Questions and Answers – Transient Flows – Euler Schemes

This set of Computational Fluid Dynamics Multiple Choice Questions & Answers (MCQs) focuses on “Transient Flows – Euler Schemes”.

1. Which of these equations give the derivative of the function T at time t as given by the Crank-Nicolson scheme?
a) \(\frac{T(t+\Delta t)-T(t-\Delta t)}{2 \Delta t}\)
b) \(\frac{T(t+\Delta t)+T(t-\Delta t)}{2 \Delta t}\)
c) \(\frac{T(t+\Delta t)-T(t-\Delta t)}{\Delta t}\)
d) \(\frac{T(t+\Delta t)+T(t-\Delta t)}{\Delta t}\)
View Answer

Answer: a
Explanation: The Crank-Nicolson scheme uses the previous and the next steps to get the derivative at the current step. Expressing it mathematically,
\(\frac{\partial T(t)}{\partial t} = \frac{T(t+\Delta t)-T(t-\Delta t)}{2 \Delta t}\).

2. The approximation of the derivative taken by the Crank-Nicolson scheme is the same as the __________ of spatial derivative.
a) second order forward difference approximation
b) backward difference approximation
c) forward difference approximation
d) central difference approximation
View Answer

Answer: d
Explanation: The central difference scheme of the spatial derivative uses the previous and the next neighbours for the approximation. The Crank-Nicolson scheme also uses such an approximation for its time derivative.

3. The Crank-Nicolson scheme is ________
a) fourth-order accurate
b) third-order accurate
c) second-order accurate
d) first-order accurate
View Answer

Answer: c
Explanation: The order of accuracy of the Crank-Nicolson scheme is two. It has better accuracy than the forward Euler scheme. This can be obtained using the Taylor series expansion of the temporal derivative.
advertisement
advertisement

4. To find the values at the current time-step, the Crank-Nicolson scheme uses ___________
a) t-Δt and t+Δ t steps
b) t-Δ t and t-2Δ t steps
c) t+Δ t and t+2Δ t steps
d) t and t+Δt steps
View Answer

Answer: b
Explanation: Like the forward Euler scheme, the Crank-Nicolson scheme also uses the older steps only to get the values at the current node. It uses the values at the previous step and at the step previous to it.

5. For the transient convection problems, the Crank-Nicolson scheme is stable when _________
a) CFLconv≤2
b) CFLconv≤1
c) CFLconv≥-2
d) CFLconv≥-1
View Answer

Answer: a
Explanation: The Crank-Nicolson scheme is not stable always. It is only conditionally stable. For the transient convection problems, the scheme is stable only when CFLconv≤2.
Note: Join free Sanfoundry classes at Telegram or Youtube

6. For which of these problems is the Crank-Nicolson scheme unconditionally stable?
a) Compressible flows
b) Advection problems
c) Diffusion problems
d) Convection-Diffusion problems
View Answer

Answer: c
Explanation: When the Crank-Nicolson scheme is applied to the diffusion problems, there is no restriction to the time-step from stability side. It is unconditionally stable for this case. This is why the scheme is often used for diffusion problems.

7. According to the Adams-Moulton scheme, the derivative of a function T at time-step t is given by _________
a) \(\frac{3 T(t)+4T(t-\Delta t)-T(t-2\Delta t)}{2\Delta t}\)
b) \(\frac{3 T(t)-4T(t-\Delta t)-T(t-2\Delta t)}{2\Delta t}\)
c) \(\frac{3 T(t)+4T(t-\Delta t)+T(t-2\Delta t)}{2\Delta t}\)
d) \(\frac{3 T(t)-4T(t-\Delta t)+T(t-2\Delta t)}{2\Delta t}\)
View Answer

Answer: d
Explanation: To find the derivative, the Adams-Moulton method uses the previous and the second previous steps. The mathematical expression is
\(\frac{\partial T(t)}{\partial t}=\frac{3 T(t)-4T(t-\Delta t)+T(t-2\Delta t)}{2\Delta t}\).
advertisement

8. The Adams-Moulton scheme is __________
a) explicit
b) implicit
c) a two-level scheme
d) a three-level scheme
View Answer

Answer: b
Explanation: The Adams-Moulton scheme wants all of its equations to be solved simultaneously. It is not a time marching scheme. It is an implicit scheme. So, it is computationally more expensive.

9. The Adams-Moulton scheme comes under ____________
a) Backward schemes
b) Forward schemes
c) Multipoint schemes
d) Runge-Kutta methods
View Answer

Answer: c
Explanation: The Adams-Moulton scheme is a multipoint predictor-corrector method. These methods use more than two time-steps for their prediction. Many methods use this scheme as their corrector step too.
advertisement

10. Which of these statements about the Adams-Moulton method is correct?
a) It involves the terms at the older time-step only
b) It involves the terms at the next time-step
c) It does not involve iterations
d) It does not involve older steps
View Answer

Answer: b
Explanation: The Adams-Moulton method involves the information at the upcoming steps also. The advantage of the Adams-Moulton method is that it needs only n steps to get an order of accuracy equal to n+1.

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.