Computational Fluid Dynamics Questions and Answers – Transient Flows – Predictor-Corrector and Multipoint Methods

This set of Computational Fluid Dynamics Multiple Choice Questions & Answers (MCQs) focuses on “Transient Flows – Predictor-Corrector and Multipoint Methods”.

1. The predictor-corrector method is a combination of ______________
a) midpoint and trapezoidal rules
b) backward Euler method and Trapezoidal rule
c) implicit and explicit methods
d) forward and backward Euler methods
View Answer

Answer: c
Explanation: Explicit methods are very easy to program and they need less computational cost. But they are not stable. The implicit methods are unconditionally stable but more expensive and iterative. So, the positives of both of these methods are combined by the predictor-corrector method.

2. In the two-level predictor-corrector method, the prediction is done using _____________
a) trapezoidal rule
b) explicit Euler method
c) midpoint rule
d) implicit Euler method
View Answer

Answer: b
Explanation: The prediction step uses the forward (explicit) Euler method. The formula for this method is given as
Φn+1*n+f(tnn )Δt.
Here, ^*indicates that this answer is not the final one. This predicted value is corrected later.

3. Which of these formulae is used for the corrector step of the two-level predictor-corrector method?
a) Φn+1n+\(\frac{1}{3}\) [2f(tnn )+f(tn+1n+1*)]Δt
b) Φn+1n+\(\frac{1}{2}\) [2f(tnn )+f(tn+1n+1*)]Δt
c) Φn+1n+\(\frac{1}{3}\) [f(tnn )+2f(tn+1n+1*)]Δt
d) Φn+1n+\(\frac{1}{2}\) [f(tnn )+f(tn+1n+1*)]Δt
View Answer

Answer: d
Explanation: The predicted result of the two-level prediction-correction method is corrected using the trapezoidal rule. The trapezoidal rule uses the linear interpolation between two time points. The formula is
Φn+1n+\(\frac{1}{2}\) [f(tnn )+f(tn+1n+1*)]Δt.
advertisement
advertisement

4. The two-level predictor-corrector method is __________
a) second-order accurate
b) first-order accurate
c) fourth-order accurate
d) third-order accurate
View Answer

Answer: a
Explanation: The order of accuracy of the two-level predictor-corrector method is the same as the trapezoidal rule. This is because they employ the trapezoidal rule. The trapezoidal rule is second-order accurate.

5. The stability of the two-level predictor-corrector method matches with that of the __________
a) midpoint rule
b) trapezoidal rule
c) backward Euler method
d) forward Euler method
View Answer

Answer: d
Explanation: The predictor-corrector method takes the stability of the explicit Euler method. Though this is not advantageous, at least, the accuracy is better for the two-level predictor-corrector method.
Sanfoundry Certification Contest of the Month is Live. 100+ Subjects. Participate Now!

6. The predictor-corrector method is maximum ___________
a) second-order accurate
b) cannot be defined
c) third-order accurate
d) fourth-order accurate
View Answer

Answer: b
Explanation: The two-level predictor-corrector method has the highest possible order of accuracy as two. But, in general, there are many predictor-corrector methods are of a higher-order. So, the order of accuracy cannot be decided before.

7. To increase the order of accuracy, the multipoint method uses ___________
a) highly stable two-level methods for prediction and correction
b) higher-order two-level methods for prediction and correction
c) additional points where data is already available
d) additional points where data is interpolated
View Answer

Answer: c
Explanation: To increase the order of accuracy of the predictor-corrector method, multiple points are used instead of two points. The extra points are those obtained from the previous calculations.
advertisement

8. The Adam-Bashforth method is ____________
a) an explicit method
b) an implicit method
c) a first-order accurate method
d) a second-order accurate method
View Answer

Answer: a
Explanation: The Adam-Bashforth method is a multipoint method. Therefore, its order of accuracy will be more than two. It is an explicit method of approximation. But it is a lot more advantageous than the explicit Euler method.

9. Which of these is used by the Adam-Bashforth method?
a) Newton’s method
b) Frobenious covariant
c) Frobenious norm
d) Lagrange polynomial
View Answer

Answer: d
Explanation: A Lagrange polynomial is used to get the polynomials at the required number of points in the Adam-Bashforth method. The order of accuracy of this method depends on the number of polynomials used.
advertisement

10. Which of these is correct for the multipoint method?
a) multiple derivatives at each time step
b) only one evaluation of derivative per time step
c) order of accuracy is restricted to four
d) extremely unstable
View Answer

Answer: b
Explanation: The multipoint approach has a lot of advantages. The main advantage is that any order of accuracy can be obtained by using a different number of points. Also, at one time-step, only one new derivative has to be evaluated. Others are those stored from the older time-steps.

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.