Engineering Questions with Answers - Multiple Choice Questions

Computational Fluid Dynamics – Finite Difference Methods – MacCormack’s Technique

1 - Question

MacCormack’s technique is __________
a) explicit, finite-difference method
b) implicit, finite-difference method
c) explicit, finite volume method
d) implicit, finite volume method
View Answer Answer: a
Explanation: Like the Lax-Wendroff technique, MacCormack’s technique is also particularly suitable for marching solutions of hyperbolic and parabolic partial differential equations. It is also an explicit finite difference scheme for marching solutions.



2 - Question

Which series expansion is used by the MacCormack’s technique?
a) Taylor Series
b) Fourier series
c) McLaurin series
d) Laurent series
View Answer Answer: a
Explanation: The MacCormack’s technique uses the Taylor series expansion to approximate its time derivatives like the finite difference scheme. But the accuracy here is not dependent on the order of the derivative. It has improved accuracy.



3 - Question

What is the order of accuracy of the MacCormack’s technique?
a) Fourth-order
b) Third-order
c) First-order
d) Second-order
View Answer Answer: d
Explanation: MacCormack’s technique is second order accurate in both space and time. There is a special method used in MacCormack’s technique to make the order of accuracy two, even after reducing the lengthy algebra.



4 - Question

Which of these terms of the Taylor series expansion is used in the MacCormack’s technique?
a) (Δ t)1 and (Δ t)2
b) (Δ t)1
c) (Δ t)0 and (Δ t)1
d) (Δ t)0
View Answer Answer: c
Explanation: Only the first two terms in the Taylor series expansion is used in the MacCormack’s technique. The first two terms are (Δ t)0 and (Δ t)1. All other higher-order terms are omitted. But, the order of accuracy is maintained here as two.



5 - Question

Expand the term ρt+Δti,j for the MacCormack’s technique.
Note:
t →Current time-step
av → Average time-step between t and t+Δ t.
a) ρti,j+(∂ρ∂t)avi,jΔt
b) ρavi,j+(∂ρ∂t)avi,jΔt
c) ρavi,j+(∂ρ∂t)ti,jΔt
d) ρti,j+(∂ρ∂t)ti,jΔt
View Answer Answer: a
Explanation: The MacCormack’s technique uses the previous time-step values of the dependent variable and its derivative is obtained at between times t and t+Δ t. Only the first two terms of the Taylor series expansion is used. ρt+Δti,j=ρti,j+(∂ρ∂t)avi,jΔt.



6 - Question

Which of these methods is used for finding the average time derivative in MacCormack’s technique?
a) Trial and error method
b) Predictor-corrector method
c) Genetic algorithm
d) Relaxation method
View Answer Answer: b
Explanation: To get the time derivative at the average time between t and t+Δ t, the MacCormack’s technique uses the Predictor-corrector method. This is used as we do not know the value for the time derivative at the time-step t+Δ t.



7 - Question

How is the value (∂ρ∂t)avi,j obtained in the MacCormack’s expansion to find ρt+Δti,j?
a) Truncated mean of (∂ρ∂t)ti,jand(∂ρ∂t)t+Δti,j
b) Weighted average of (∂ρ∂t)ti,jand(∂ρ∂t)t+Δti,j
c) Geometric mean of (∂ρ∂t)ti,jand(∂ρ∂t)t+Δti,j
d) Arithmetic mean of (∂ρ∂t)ti,jand(∂ρ∂t)t+Δti,j
View Answer Answer: d
Explanation: The value of (∂ρ∂t)avi,j is the arithmetic mean of (∂ρ∂t)i,j at t and (∂ρ∂t)i,j at t+Δt. (∂ρ∂t)avi,j=12[(∂ρ∂t)ti,j+(∂ρ∂t)t+Δti,j].



8 - Question

Which value is predicted in the predictor step of the MacCormack’s technique?
a) Variable at the average time-step
b) Variable at the upcoming time-step
c) Time derivative of the variable at the upcoming time-step
d) Time derivative of the variable at the average time-step
View Answer Answer: b
Explanation: To get the derivative in the upcoming time-step for finding the time derivative of the variable at the average time, the variable at that time step is needed. This is the value which we intend to find using MacCormack’s technique. So, in the predictor step, the value of the variable at that time step is predicted.



9 - Question

Which of these values used to find (∂ρ∂t)avi,j is a predicted one?
a) (∂ρ∂t)ti,j
b) Neither (∂ρ∂t)ti,jnor(∂ρ∂t)t+Δti,j
c) (∂ρ∂t)t+Δti,j
d) Both (∂ρ∂t)ti,jand(∂ρ∂t)t+Δti,j
View Answer Answer: c
Explanation: (∂ρ∂t)t+Δti,j is predicted using the continuity equation and the value of ρt+Δti,j in the process of finding (∂ρ∂t)avi,j. The continuity equation is used as we need the time rate of change of density.



10 - Question

I am using forward differences in the predictor step. Which method would you suggest me to use in the corrector step?
a) Rearward differences
b) Central differences
c) Forward differences
d) Second-order differences
View Answer Answer: a
Explanation: If forward differences are used in the predictor step, rearward differences should be used in the corrector step and vice versa. At every time-step, this sequence should be changed while solving a time-marching problem.

Get weekly updates about new MCQs and other posts by joining 18000+ community of active learners