Explore topic-wise InterviewSolutions in .

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

The EXPLANATION is: When comparing the Runge-Kutta method and the multipoint method, even if the order of accuracy is the same, the Runge-Kutta method is more accurate. This is because the COEFFICIENT of the Runge-Kutta method is small.

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

For explanation I would say: The prediction step USES the FORWARD (explicit) Euler method. The formula for this method is given as

Φ^n+1*=Φ^n+f(t^n,Φ^n )Δt.

Here, ^*indicates that this answer is not the FINAL one. This predicted value is corrected later.

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

The BEST explanation: When the terms in the discretized form of the transient term USING the second-order UPWIND Euler scheme is further EXPANDED with the Taylor series expansion, the dispersion term of the third order arises.

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

Explanation: The PISO PROCEDURE is repeated at each time-step to calculate the velocity and PRESSURE values. This algorithm results in third-order TEMPORALLY ACCURATE pressure values and fourth-order temporally accurate momentum values.

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

Explanation: The PISO algorithm is advantageous compared to the SIMPLE algorithm that they do not NEED an iterative process at each time step. But the DISADVANTAGE is that they need the time steps to be small ENOUGH to PRODUCE accurate results.

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

For explanation I would SAY: The transient PISO algorithm has two corrector steps and HENCE two pressure-correction equations. Both of these equations are affected by the transient TERM. The source TERMS of these equations are altered.

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

To ELABORATE: The two-level methods are used to discretize the ordinary differential equations which of the initial value types. They proceed USING two STEPS in time starting from the available initial value.

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

The explanation is: 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.

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

Best explanation: The Crank-Nicolson method is ANOTHER method for solving the partial differential equations. They are DERIVED from the trapezoidal rule of numerical APPROXIMATION. The trapezoidal rule is a straight point INTERPOLATION.

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}\)

To explain: 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}\).

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

Explanation: Though the Runge-Kutta methods are advantageous in the ACCURACY and STABILITY perspectives, this comes at the cost of computational cost. Computationally, the Runge-Kutta methods are very EXPENSIVE when compared to the other methods.

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

Best explanation: The second-order Runge-Kutta method includes two steps. The first STEP can be called a half-step predictor. This is based on the forward Euler method which is an explicit method of first-order ACCURACY.

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

For EXPLANATION I would SAY: For the finite difference APPROACH,

\(a_c=(\frac{1}{\Delta t}+\frac{1}{\Delta t+\Delta t^o})\rho_C V_C\)

For the finite volume approach, the central coefficient is

FluxC=\((\frac{1}{\Delta t}+\frac{1}{\Delta t+\Delta t^o})\rho_C V_C\)

These TWO are the same irrespective of the approach.

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

The best 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.

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

Easiest 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.

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

The explanation: While discretizing the transient TERM, the semi-discretized EQUATION contains the values at the cell faces. If these face values are expressed in terms of the cell values, the complete discretized form of the equation can be obtained.

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

Best explanation: The finite volume and finite difference schemes yield equivalent algebraic equations when the transient grid is UNIFORM. If the grid is non-uniform, the algebraic equations are not the same.

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

Explanation: The Crank-Nicolson scheme GIVES EQUAL weight to both the cells which share the face. The FORMULA is given by,

(ρC ΦC)^t+Δt/2=\(\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

The 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.

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

The best explanation: The SECOND step of the second-order Runge-Kutta method is the corrector step. For this correction, midpoint rule is USED. This step MAKES this Runge-Kutta method a second-order method.

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

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.

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

Best EXPLANATION: The second-order upwind Euler scheme uses TWO upwind nodes to APPROXIMATE the VALUES. The immediate upwind and the far upwind of t-\(\frac{\Delta t}{2}\) are t-Δ t and t-2Δ t. The vales at these two nodes are used for the approximation.

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

To explain I would say: The forward Euler METHOD has the least accuracy in the two-level METHODS of approximating ODES. They are first-order accurate. But, the TAYLOR series expansion of the forward Euler method says it to be a second-order accurate scheme.

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

Easy EXPLANATION: By expanding the results of the Crank-Nicolson SCHEME USING the Taylor series EXPANSION, the scheme is proved to be a second-ordered scheme. The third-ordered term omitted here is a dispersive term causing instabilities.

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

To explain: For all the second-order schemes, the INTERPOLATION profile has to be modified when the transient grid is non-uniform. But this is not the case when the Crank-Nicolson scheme is used. There is no CHANGE in the interpolation profile NEEDED here.

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}\)

Easiest 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}\).

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

Easiest explanation: The midpoint rule uses the midpoint of the interval to approximate the RESULTS. This forms the BASIS of the LEAPFROG method which is a very important method for solving the partial differential equations.

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

Easiest EXPLANATION: Since the second-order schemes use a stencil with TWO time-steps in the same DIRECTION, only the second-order schemes are AFFECTED by the non-uniformity of the grids. The first-order schemes are not affected.

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

Best EXPLANATION: The finite volume approach USING the Crank-Nicolson scheme can be reformulated using the first-order implicit Euler scheme and then the explicit Euler scheme which is modified and used in the form of extrapolation.

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

To explain: The finite volume approach for the discretization of the RATE of change per unit time is more similar to the discretization of convection term while doing a spatial discretization. The only difference is that the FIRST case is based on time and the SECOND is based on spatial coordinates.

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

Explanation: The third step of the fourth-order Runge-Kutta METHOD uses midpoint rule to correct the VALUES and the last step uses Simpson’s rule. This renders a fourth-order ACCURACY to the Runge-Kutta method.

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

For explanation: The Crank-Nicolson scheme is an explicit scheme which uses the values before the FACE and after the face to FIND the value at the face. Therefore, its STABILITY is constrained by the CFL or COURANT 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

To explain: In the first-order IMPLICIT EULER scheme, the VALUES at the cell faces are approximated by the values at cell centres of the backward DIRECTION. Therefore, the value at t+\(\frac{\DELTA t}{2}\) is replaced by the value at 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

To explain I would say: 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.

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.