InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
When the first-order implicit Euler scheme is unconditionally stable, the solution is ________(a) stationary for large time-steps(b) oscillatory for large time-steps(c) stationary for small time-steps(d) oscillatory for small time-stepsThe question was posed to me during an interview.Query is from Transient Flows in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» CORRECT choice is (a) stationary for large time-steps The explanation is: A NUMERICAL diffusion term scales with the time-step in a SIMILAR fashion to the upwind scheme for the advection term. Therefore, when this scheme is unconditionally stable, the solution using this scheme is stationary for large steps. |
|
| 2. |
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 methodI got this question in an interview for job.This intriguing question comes from Transient Flows in section Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT ANSWER is (d) forward Euler method The explanation is: 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. |
|
| 3. |
Which of these statements is correct?(a) When the order of accuracy is the same for two methods, the accuracy is also the same(b) Runge-Kutta method interpolates at more than one point in a time interval(c) Runge-Kutta method is not a multipoint method(d) An n^th order Runge-Kutta method is more accurate than the n^th order multipoint methodI had been asked this question by my college director while I was bunking the class.The doubt is from Transient Flows in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» The correct ANSWER is (d) An n^th ORDER Runge-Kutta method is more accurate than the n^th order MULTIPOINT method |
|
| 4. |
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 methodThe question was asked in an interview for job.I want to ask this question from Transient Flows in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» Right OPTION is (b) EXPLICIT Euler method |
|
| 5. |
The numerical dispersion term of the second-order upwind Euler scheme is of ____________(a) third-order(b) second-order(c) first-order(d) no dispersionI had been asked this question during an online interview.The origin of the question is Transient Flows topic in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» The correct option is (a) THIRD-order |
|
| 6. |
Which of these equations is the discretized form of the transient term using the first-order implicit Euler scheme?(a) \(\frac{(\rho_C\phi_C)^t-(\rho_C\phi_C)^{t+\Delta t}}{\Delta t} V_C+L(\phi_C^t)\)(b) \(\frac{(\rho_C\phi_C)^t-(\rho_C\phi_C)^{t-\Delta t}}{\Delta t} V_C+L(\phi_C^t)\)(c) \(\frac{(\rho_C\phi_C)^t+(\rho_C\phi_C)^{t+\Delta t}}{\Delta t} V_C+L(\phi_C^t)\)(d) \(\frac{(\rho_C\phi_C)^t+(\rho_C\phi_C)^{t-\Delta t}}{\Delta t} V_C+L(\phi_C^t)\)I got this question in an internship interview.This key question is from Transient Flows topic in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT CHOICE is (b) \(\frac{(\rho_C\phi_C)^t-(\rho_C\phi_C)^{t-\Delta t}}{\Delta t} V_C+L(\phi_C^t)\) The EXPLANATION is: The first-order implicit Euler scheme GIVES its terms using the older terms. Before using this scheme, the terms are \(\frac{V_C(\rho_C \phi_C )^{t+\frac{\Delta t}{2}}}{\Delta t}-\frac{V_C(\rho_C\phi_C)^{t-\frac{\Delta t}{2}}}{\Delta t}+L(\phi_C^t)\) When the scheme is applied to these equations, \(\frac{(\rho_C\phi_C)^t-(\rho_C\phi_C)^{t-\Delta t}}{\Delta t} V_C+L(\phi_C^t)\). |
|
| 7. |
To overcome the performance issues of the PISO algorithm, which of these methods is used?(a) Time-steps based on temporal schemes are used(b) Large time-steps are used(c) First-order temporal differencing is used(d) Higher-order temporal differencing is usedI got this question by my college director while I was bunking the class.Asked question is from Transient SIMPLE and PISO Algorithms topic in section Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT option is (d) Higher-order temporal differencing is used The explanation: The need for a small time-step in the PISO algorithm is OVERCOME by USING higher-order temporal differencing SCHEMES. For example, a second-order implicit scheme with THREE time levels can be used. |
|
| 8. |
The order of temporal accuracy achieved by the PISO algorithm for pressure and momentum are ___________ and ___________ respectively.(a) four, three(b) two, three(c) three, four(d) four, twoThis question was addressed to me by my college director while I was bunking the class.My question is from Transient SIMPLE and PISO Algorithms in section Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct choice is (c) three, four |
|
| 9. |
Which of these is a disadvantage of the PISO algorithm?(a) memory required(b) small time-steps(c) computational cost(d) time requiredThe question was posed to me in unit test.Origin of the question is Transient SIMPLE and PISO Algorithms topic in division Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct answer is (b) small TIME-steps |
|
| 10. |
Which of these equations are altered by the transient term in the PISO algorithm?(a) both the first and second pressure-correction equations(b) only the first pressure-correction equation(c) only the second pressure-correction equation(d) neither the first nor the second pressure-correction equationsI got this question by my college professor while I was bunking the class.My query is from Transient SIMPLE and PISO Algorithms in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» The correct CHOICE is (a) both the first and second pressure-correction equations |
|
| 11. |
For which kind of problems are the two-level methods used?(a) Spatial integrations(b) Spatial problems in ODEs(c) Temporal initial value problems in ODEs(d) Temporal initial value problems in integrationThis question was posed to me in unit test.Asked question is from Transient Flows in division Transient Flows of Computational Fluid Dynamics |
|
Answer» Right answer is (c) Temporal INITIAL value PROBLEMS in ODEs |
|
| 12. |
The two-level predictor-corrector method is __________(a) second-order accurate(b) first-order accurate(c) fourth-order accurate(d) third-order accurateI had been asked this question during an interview for a job.The query is from Transient Flows in section Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct answer is (a) second-ORDER ACCURATE |
|
| 13. |
Which of these methods is derived from the trapezoidal rule?(a) Euler method(b) Adams method(c) Runge-Kutta method(d) Crank-Nicolson methodThe question was posed to me during an internship interview.My question is taken from Transient Flows in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» The correct answer is (d) Crank-Nicolson method |
|
| 14. |
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}\)This question was addressed to me during an interview for a job.The query is from Transient Flows topic in division Transient Flows of Computational Fluid Dynamics |
|
Answer» The CORRECT choice is (a) \(\frac{T(t+\DELTA t)-T(t-\Delta t)}{2 \Delta t}\) |
|
| 15. |
The Crank-Nicolson scheme is ________(a) fourth-order accurate(b) third-order accurate(c) second-order accurate(d) first-order accurateThis question was posed to me in an interview for internship.Enquiry is from Transient Flows in division Transient Flows of Computational Fluid Dynamics |
|
Answer» CORRECT option is (C) second-order accurate 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. |
|
| 16. |
Which of these terms of the momentum equations are altered by the transient term in the PISO algorithm?(a) neighbouring coefficients(b) central coefficients(c) weighted average of the neighbouring coefficients(d) velocity correction termThe question was asked in a job interview.My doubt is from Transient SIMPLE and PISO Algorithms in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» CORRECT choice is (B) central coefficients Easy EXPLANATION: A term with the initial density, change in volume and change in time is added to the central coefficients of the momentum EQUATIONS in all the directions. The neighbouring coefficients are not ALTERED. |
|
| 17. |
The SIMPLE algorithm used for transient problems is __________(a) implicit and iterative(b) implicit and direct(c) explicit and iterative(d) explicit and directThis question was posed to me by my school teacher while I was bunking the class.Query is from Transient SIMPLE and PISO Algorithms topic in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT ANSWER is (a) implicit and iterative Best explanation: For the implicit solution of transient FLOW problems, the SIMPLE, SIMPLER and SIMPLEC algorithms can be used to get the solution at each time-step. The solution is iterated until we get them converged at one time-step. |
|
| 18. |
Which of these is an explicit method of solving initial value problems?(a) Forward Euler method(b) Adams method(c) Trapezoidal method(d) Midpoint ruleThe question was posed to me in an interview for internship.My doubt is from Transient Flows in section Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT option is (a) Forward Euler method The best I can explain: The forward Euler method needs the value of the flow VARIABLE at the endpoint. THEREFORE, it cannot be calculated WITHOUT any interpolation or approximation. This is an EXPLICIT method. |
|
| 19. |
Which of these characteristics of the Crank-Nicolson scheme is affected by the non-uniform transient grids?(a) Consistency(b) Convergence(c) Stability(d) AccuracyThe question was posed to me during an interview for a job.Origin of the question is Approaches for Non-uniform Time Steps in division Transient Flows of Computational Fluid Dynamics |
| Answer» | |
| 20. |
Which of these is a disadvantage of the Runge-Kutta method over the multipoint method?(a) Computational stability(b) Computational cost(c) Accuracy(d) ConvergenceThe question was posed to me in an internship interview.This key question is from Transient Flows topic in section Transient Flows of Computational Fluid Dynamics |
|
Answer» Right choice is (b) COMPUTATIONAL cost |
|
| 21. |
The second-order Runge-Kutta method uses __________ as a predictor.(a) backward order method(b) forward Euler method(c) midpoint rule(d) multipoint methodI have been asked this question in class test.Asked question is from Transient Flows in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct ANSWER is (b) forward EULER method |
|
| 22. |
Which of these statements is correct regarding the Adams-Moulton scheme used on the non-uniform grids?(a) The current central coefficient for the finite difference and the finite volume schemes are the same(b) The current central coefficient for the uniform and the non-uniform grid is the same(c) The variation in time-steps does not result in any change(d) There is no variation in the values when the grid is uniformThe question was posed to me in quiz.I'd like to ask this question from Approaches for Non-uniform Time Steps in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» The correct option is (a) The current central COEFFICIENT for the finite difference and the finite volume schemes are the same |
|
| 23. |
The Adams-Moulton scheme is __________(a) explicit(b) implicit(c) a two-level scheme(d) a three-level schemeThis question was posed to me in my homework.This interesting question is from Transient Flows in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» Right OPTION is (b) implicit |
|
| 24. |
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 approximationThe question was posed to me in unit test.Question is taken from Transient Flows in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» Right choice is (d) central difference approximation |
|
| 25. |
Which of these changes should be made in the semi-discretized equation to get the fully discretized equation?(a) Express the face values in terms of the neighbouring face values(b) Express the face values in terms of the cell values(c) Express the cell values in terms of the face values(d) Express the cell values in terms of the neighbouring cell valuesThe question was posed to me in an international level competition.This intriguing question comes from Transient Flows topic in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct answer is (B) EXPRESS the face values in terms of the cell values |
|
| 26. |
For the transient convection problems, the Crank-Nicolson scheme is stable when _________(a) CFL^conv≤2(b) CFL^conv≤1(c) CFL^conv≥-2(d) CFL^conv≥-1This question was addressed to me in class test.Query is from Transient Flows topic in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT answer is (a) CFL^conv≤2 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 CFL^conv≤2. |
|
| 27. |
Which of these statements is correct about the variable time-steps?(a) The finite volume and finite difference schemes do not yield equivalent algebraic equations(b) The finite volume scheme yields equivalent algebraic equations irrespective of the non-uniformity(c) The finite difference scheme yields equivalent algebraic equations irrespective of the non-uniformity(d) All the second-order schemes result in the same algebraic equation when the grid is non-uniformThe question was posed to me during an interview.My doubt is from Approaches for Non-uniform Time Steps in section Transient Flows of Computational Fluid Dynamics |
|
Answer» The CORRECT choice is (a) The finite volume and finite difference SCHEMES do not yield equivalent ALGEBRAIC EQUATIONS |
|
| 28. |
What is the equivalent of (ρC ΦC)^t+Δt/2 using the Crank-Nicolson scheme for finite volume approach?(a) \(\frac{1}{2}\)(ρC ΦC)^t+\(\frac{1}{2}\)(ρC ΦC)^t+Δ t(b) (ρC ΦC)^t+(ρC ΦC)^t+Δt(c) (ρC ΦC)^t-(ρC ΦC)^t+Δt(d) \(\frac{1}{2}\)(ρC ΦC)^t–\(\frac{1}{2}\)(ρC ΦC)^t+ΔtThis question was addressed to me by my school principal while I was bunking the class.This intriguing question originated from Transient Flows in division Transient Flows of Computational Fluid Dynamics |
|
Answer» Right choice is (a) \(\FRAC{1}{2}\)(ρC ΦC)^t+\(\frac{1}{2}\)(ρC ΦC)^t+Δ t |
|
| 29. |
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 stepsI got this question in unit test.I'm obligated to ask this question of Transient Flows topic in section Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct ANSWER is (b) t-Δ t and t-2Δ t steps |
|
| 30. |
Which of these correctors does the second-order Runge-Kutta method use?(a) Backward Euler corrector(b) Forward Euler corrector(c) Trapezoidal corrector(d) Midpoint rule correctorI got this question in class test.My doubt stems from Transient Flows topic in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct choice is (d) MIDPOINT rule corrector |
|
| 31. |
Which of these is used by the Adam-Bashforth method?(a) Newton’s method(b) Frobenious covariant(c) Frobenious norm(d) Lagrange polynomialThis question was addressed to me during an interview.This interesting question is from Transient Flows in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct answer is (d) LAGRANGE POLYNOMIAL |
|
| 32. |
Which of these time-steps are needed to approximate the value at time-step \(\frac{\Delta t}{2}\) using the second-order upwind Euler scheme for finite volume approach?(a) t-\(\frac{\Delta t}{2}\) and t-2Δ t(b) t and t-Δ t(c) t-Δ t and t-2Δ t(d) t and t-2Δ tThis question was addressed to me in an online quiz.The above asked question is from Transient Flows in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» Right ANSWER is (c) t-Δ t and t-2Δ t |
|
| 33. |
Which of these time-steps are used to approximate the value at time-step t-\(\frac{\Delta t}{2}\) using the Crank-Nicolson scheme for finite volume approach?(a) t and t+Δ t(b) t and t-Δ t(c) t and t-\(\frac{\Delta t}{2}\)(d) t and t+\(\frac{\Delta t}{2}\)The question was asked during a job interview.My doubt is from Transient Flows in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT option is (b) t and t-Δ t The BEST I can explain: The Crank-Nicolson scheme USES the cell centres of both the cells which share the face which is considered. The face considered here is t-\(\frac{\Delta t}{2}\) . It is SHARED by the faces t and t-Δ t. So, the scheme uses both of these values for the approximation. |
|
| 34. |
What is the order of accuracy of the forward Euler method?(a) First-order(b) Second-order(c) Third-order(d) Fourth-orderI had been asked this question at a job interview.Enquiry is from Transient Flows topic in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct choice is (a) First-order |
|
| 35. |
The Adam-Bashforth method is ____________(a) an explicit method(b) an implicit method(c) a first-order accurate method(d) a second-order accurate methodThis question was addressed to me by my school principal while I was bunking the class.This intriguing question comes from Transient Flows topic in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT ANSWER is (a) an explicit method For 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. |
|
| 36. |
Which of these terms cause instability in the Crank-Nicolson scheme when used for finite volume approach?(a) Anti-diffusion term(b) Anti-dispersive term(c) Diffusion term(d) Dispersive termThis question was posed to me in an online quiz.Query is from Transient Flows in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» The correct option is (d) DISPERSIVE term |
|
| 37. |
The PISO algorithm for the transient problem is _________(a) iterative(b) non-iterative(c) never converging(d) fast convergingThis question was addressed to me in homework.My question is based upon Transient SIMPLE and PISO Algorithms topic in section Transient Flows of Computational Fluid Dynamics |
| Answer» | |
| 38. |
For which of these schemes is the interpolation profile need not be modified for the non-uniform transient grid?(a) Downwind scheme(b) Upwind scheme(c) Crank-Nicolson scheme(d) second-order schemesI had been asked this question in an interview.My doubt is from Approaches for Non-uniform Time Steps in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» The correct option is (c) Crank-Nicolson SCHEME |
|
| 39. |
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}\)I got this question during an interview.Origin of the question is Transient Flows topic in section Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct answer is (d) \(\frac{3 T(t)-4T(t-\Delta t)+T(t-2\Delta t)}{2\Delta t}\) |
|
| 40. |
The extra term added while discretizing the transient term of a flow with density ρ and flow variable φ using the first-order explicit Euler scheme is _________(a) \(\Delta t\frac{\partial^2(\rho\phi)}{\partial t^2}\)(b) \(-\Delta t\frac{\partial^2(\rho\phi)}{\partial t^2}\)(c) \(\frac{\Delta t}{2}\frac{\partial^2(\rho\phi)}{\partial t^2}\)(d) \(-\frac{\Delta t}{2}\frac{\partial^2(\rho\phi)}{\partial t^2}\)This question was posed to me in a national level competition.The question is from Transient Flows topic in division Transient Flows of Computational Fluid Dynamics |
|
Answer» CORRECT option is (d) \(-\frac{\Delta t}{2}\frac{\partial^2(\rho\phi)}{\partial t^2}\) Easiest EXPLANATION: While using the first-order explicit Euler scheme, an extra term called the numerical anti-diffusion occurs. This term can be obtained by using the Taylor SERIES EXPANSION. The term is \(-\frac{\Delta t}{2}\frac{\partial^2(\rho\phi)}{\partial t^2}\). |
|
| 41. |
How many predictor and corrector steps does the fourth-order Runge-Kutta method use?(a) Three predictor and one corrector steps(b) One predictor and three corrector steps(c) Two predictor and two corrector steps(d) One predictor and two corrector stepsI had been asked this question during an online interview.I want to ask this question from Transient Flows topic in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT ANSWER is (c) Two predictor and two corrector STEPS Easiest explanation: The fourth-order Runge-Kutta method totally has four steps. Among these four steps, the first two are the predictor steps and the LAST two are the corrector steps. All these steps use various lower order methods for approximations. |
|
| 42. |
Which of these methods is the basis of the leapfrog method?(a) Midpoint rule(b) Trapezoidal rule(c) Implicit Euler method(d) Explicit Euler methodThis question was posed to me in a job interview.This key question is from Transient Flows in section Transient Flows of Computational Fluid Dynamics |
|
Answer» Right option is (a) Midpoint RULE |
|
| 43. |
Discretization of the transient term is not affected by uniform or non-uniform grids when _________(a) the scheme is downwind(b) the scheme is upwind(c) the scheme is first-order(d) the scheme is second-orderThis question was addressed to me in examination.The query is from Approaches for Non-uniform Time Steps in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct option is (c) the SCHEME is first-order |
|
| 44. |
The results using the Crank-Nicolson scheme for finite volume approach can be reformulated using the ________(a) implicit first-order Euler scheme(b) implicit and explicit first-order Euler schemes(c) explicit first-order Euler scheme(d) central difference schemeThe question was asked in a national level competition.This interesting question is from Transient Flows topic in portion Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct answer is (B) IMPLICIT and explicit first-order EULER schemes |
|
| 45. |
The discretization of the transient term using the finite volume approach is more like the spatial discretization of __________(a) the convection term(b) the diffusion term(c) the source term(d) the anti-diffusion termThe question was asked in a job interview.This intriguing question comes from Transient Flows in section Transient Flows of Computational Fluid Dynamics |
|
Answer» Right answer is (a) the convection TERM |
|
| 46. |
The final corrector of the fourth-order Runge-Kutta method uses ___________(a) Midpoint rule(b) Backward Euler method(c) Simpson’s rule(d) Trapezoidal ruleI got this question in semester exam.This intriguing question originated from Transient Flows in section Transient Flows of Computational Fluid Dynamics |
|
Answer» The correct ANSWER is (C) Simpson’s rule |
|
| 47. |
The stability of the Crank-Nicolson scheme for finite volume approach is constrained by ________(a) CFL number(b) Peclet number(c) Time-step size(d) Spatial grid sizeI got this question in an interview.My doubt stems from Transient Flows in division Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct option is (a) CFL NUMBER |
|
| 48. |
If the first-order implicit Euler scheme is used, the value at t+Δt/2 is replaced by the value at _________(a) t(b) t-\(\frac{\Delta t}{2}\)(c) t+Δt(d) t-ΔtThe question was posed to me by my college professor while I was bunking the class.This interesting question is from Transient Flows topic in chapter Transient Flows of Computational Fluid Dynamics |
|
Answer» The correct choice is (c) t+Δt |
|
| 49. |
For which of these problems is the Crank-Nicolson scheme unconditionally stable?(a) Compressible flows(b) Advection problems(c) Diffusion problems(d) Convection-Diffusion problemsThis question was posed to me in a job interview.My doubt stems from Transient Flows in section Transient Flows of Computational Fluid Dynamics |
|
Answer» Correct choice is (C) Diffusion problems |
|
| 50. |
Which of these statements is correct about the transient SIMPLE algorithm?(a) No additional terms are needed in the continuity and pressure-correction equations(b) No additional terms are needed in the continuity equation(c) An additional term is needed in the continuity and pressure-correction equations(d) No additional terms are needed in the pressure-correction equationThis question was addressed to me in a job interview.This intriguing question originated from Transient SIMPLE and PISO Algorithms in section Transient Flows of Computational Fluid Dynamics |
|
Answer» RIGHT choice is (c) An ADDITIONAL term is needed in the CONTINUITY and pressure-correction equations The explanation is: The transient (unsteady) terms are added to the continuity equation. As the transient SIMPLE algorithm DERIVES its pressure-correction equation from the continuity equation, the pressure-correction equation also gets some additional terms. |
|