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.

Which of these methods can be used to evaluate the errors in convection-diffusion schemes?(a) Using the exact solution of the source-free problem(b) Using the exact solution of the source and diffusion-free problem(c) Using the exact solution of the diffusion-free problem(d) Using the first-order schemesThe question was posed to me in an online interview.My question is from Convection-Diffusion Problems in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct OPTION is (b) Using the EXACT solution of the source and diffusion-free problem

To explain I would SAY: To evaluate the errors, a simplified VERSION of the problem where there is no source and diffusion is taken and further VELOCITY and density fields are assumed to be constants. The exact solution of this problem is used for the analysis.

2.

Which of these profiles is used by the FROMM scheme?(a) Φ(x)=k0+k1 (x-xc)+k2 (x-xc)^2(b) Φ(x)=k1 (x-xc )+k2 (x-xc)^2(c) Φ(x)=k0+k1 (x-xc)(d) Φ(x)=k1 (x-xc)I have been asked this question by my college director while I was bunking the class.The doubt is from Convection-Diffusion Problems in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer» RIGHT CHOICE is (c) Φ(x)=k0+k1 (x-xc)

To EXPLAIN I would say: The FROMM scheme uses a linear interpolation method to approximate the cell face values. So, Φ(x)=k0+k1 (x-xc) is the profile USED by the FROMM scheme. But, the approach is DIFFERENT from the other profiles using a linear profile.
3.

Numerical dispersion is a result of __________(a) higher-order interpolation profile(b) unphysical behaviour of assumed interpolation profile(c) first-order interpolation profile(d) quadratic interpolation profileI had been asked this question in an internship interview.I'm obligated to ask this question of Convection-Diffusion Problems in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right option is (b) unphysical behaviour of assumed INTERPOLATION profile

Explanation: Numerical dispersion ERROR arises with all interpolation profiles EXCEPT the UPWIND SCHEME. It is the result of the unphysical behaviour of the assumed interpolation profile. It leads to unphysical dispersion.

4.

For the FROMM scheme, what is the flux limiter ψ(r) equal to?(a) 1-\(\frac{r}{2}\)(b) 1+\(\frac{r}{2}\)(c) \(\frac{1-r}{2}\)(d) \(\frac{1+r}{2}\)I have been asked this question during an interview.I need to ask this question from Convection-Diffusion Problems in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer» CORRECT answer is (d) \(\frac{1+r}{2}\)

Best EXPLANATION: To FIND the flux limiter,

Φf=Φc+\(\frac{1}{2}\) Ψ(r)(ΦD-Φc )

For the FROMM scheme,

Φf=Φc+\(\frac{1}{4}\)(ΦD-ΦU)

Comparing both,

Ψ(r)(ΦD-Φc)=\(\frac{1}{2}\)(ΦD-ΦU)

Ψ(r)=\(\frac{1}{2}\frac{(\phi_D-\phi_U)}{(\phi_D-\phi_c)}\)

Ψ(r)=\(\frac{1}{2}\frac{(\phi_D-\phi_c+\phi_c-\phi_U)}{(\phi_D-\phi_c)}\)

But,

\(\frac{(\phi_c-\phi_U)}{(\phi_D-\phi_c)}=r\)

Therefore,

\(\PSI(r)=\frac{1}{2}(1+r)\).
5.

What is the normalized relationship between Φf and Φc for the FROMM scheme?(a) \(\tilde{\phi_f}=\tilde{\phi_c}+\frac{1}{4}\)(b) \(\tilde{\phi_f}=\tilde{\phi_c}-\frac{1}{4}\)(c) \(\tilde{\phi_f}=\frac{1}{4}-\tilde{\phi_c}\)(d) \(\tilde{\phi_f}=\frac{1}{4} \tilde{\phi_c}\)I have been asked this question in an internship interview.The question is from Convection-Diffusion Problems topic in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Correct choice is (a) \(\TILDE{\phi_f}=\tilde{\phi_c}+\frac{1}{4}\)

Explanation: The relationship between Φf and Φc is

\(\phi_f=\phi_c+\frac{1}{4}(\phi_D-\phi_U)\)

The normalized forms of Φf, Φc, ΦD and ΦU are \(\tilde{\phi_f}, \tilde{\phi_c},\) 1 and 0 respectively. Therefore,

\(\tilde{\phi_f}=\tilde{\phi_c}+\frac{1}{4}.\)

6.

Which is correct about the QUICK scheme?(a) A two-point upwind biased interpolation(b) A three-point upwind biased interpolation(c) A three-point downwind biased interpolation(d) A two-point downwind biased interpolationThe question was asked at a job interview.I want to ask this question from Convection-Diffusion Problems topic in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer» RIGHT ANSWER is (b) A three-point upwind BIASED interpolation

Explanation: QUICK scheme uses a three-point upstream-weighted quadratic interpolation to approximate the cell FACE values. It uses two IMMEDIATE neighbours of the face and an extra upstream node (totally, three points).
7.

Which of these is correct about the QUICK scheme?(a) Stable and bounded(b) Stable and unbounded(c) Unstable and bounded(d) Unstable and unboundedThis question was addressed to me by my college professor while I was bunking the class.Origin of the question is Convection-Diffusion Problems topic in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Correct choice is (d) Unstable and unbounded

Easiest explanation: The QUICK scheme is not bounded. It INVOLVES undershoots and overshoots. The main COEFFICIENTS (immediate eastern and western coefficients) are not guaranteed to be positive. The coefficients AEE and aWW are negative. Therefore, the SOLUTION is not stable.

8.

FROMM scheme ____________(a) gives weighted importance to the upwind and downwind schemes(b) gives equal importance to upwind and downwind scheme(c) is downwind biased(d) is upwind biasedI had been asked this question during an online exam.My question comes from Convection-Diffusion Problems in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right answer is (d) is UPWIND biased

For explanation I WOULD SAY: The FROMM SCHEME is upwind biased. It gives more importance to the upwind nodes than the downwind nodes. IT uses two upwind nodes and one downwind node (totally three nodes).

9.

What is the first term of the truncation error of the QUICK scheme?(a) \(\frac{1}{16} (\Delta x)^2 \phi_C”’\)(b) \(\frac{1}{16} (\Delta x)^3 \phi_C”’\)(c) \(\frac{1}{16} (\Delta x)^3 \phi_C^{iv}\)(d) \(\frac{1}{16} (\Delta x)^2 \phi_C^{iv}\)This question was addressed to me in a national level competition.I'd like to ask this question from Convection-Diffusion Problems topic in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Correct choice is (c) \(\frac{1}{16} (\Delta x)^3 \phi_C^{iv}\)

The BEST I can explain: The order of accuracy is 3. Therefore, (Δ x)^3 should be there in the first term of the TRUNCATION error. The truncation error is OBTAINED using the TAYLOR series. Therefore, this (Δ x)^3comes along with ΦC^iv.

10.

What does QUICK stand for?(a) Quadratic Upstream Interpolation for Convective Kinetics(b) Quadratic Upstream Interval for Convective Kinetics(c) Quadratic Upwind Interval for Convective Kinetics(d) Quadratic Upwind Interpolation for Convective KineticsI got this question in a national level competition.This interesting question is from Convection-Diffusion Problems topic in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right choice is (a) Quadratic Upstream INTERPOLATION for Convective Kinetics

The EXPLANATION: QUICK is a higher-order differencing scheme introduced by BRIAN P. Leonard in his paper in the year 1979. It is the abbreviation of Quadratic Upstream Interpolation for Convective Kinetics.

11.

The flux limiter Ψ(r) of the second-order upwind scheme is __________(a) r^2(b) \(\frac{1}{2}r\)(c) 2r(d) rThe question was asked in an interview.My doubt stems from Convection-Diffusion Problems topic in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct option is (d) r

Explanation: To find the flux limiter,

\(\phi_f=\phi_C+\FRAC{1}{2}\psi(r)(\phi_D-\phi_C)\)

For the second order UPWIND scheme,

\(\phi_f=\frac{3}{2}\phi_C-1\frac{1}{2}\phi_U\)

Equating both,

\(\frac{1}{2}\psi(r)(\phi_D-\phi_C)=\frac{3}{2}\phi_C-\phi_C-\frac{1}{2}\phi_U\)

\(\frac{1}{2}\psi(r)(\phi_D-\phi_C)=\frac{1}{2}(\phi_C-\phi_U)\)

\(\psi(r)=\frac{(\phi_C-\phi_U)}{(\phi_D-\phi_C)}=r\).

12.

Find the normalized functional relationship between φf and φC for a uniform grid while using the second-order upwind scheme?(a) \(\tilde{\phi_f}=\frac{1}{2}\tilde{\phi_C}\)(b) \(\tilde{\phi_f}=-\frac{1}{2}\tilde{\phi_C}\)(c) \(\tilde{\phi_f}=\frac{3}{2}\tilde{\phi_C}\)(d) \(\tilde{\phi_f}=-\frac{3}{2}\tilde{\phi_C}\)I had been asked this question in final exam.Asked question is from Convection-Diffusion Problems topic in section Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»
13.

Which of these is correct for a QUICK scheme?(a) False diffusion is zero(b) False diffusion is small(c) False diffusion is big(d) False diffusion is infinityThe question was posed to me in an online quiz.Origin of the question is Convection-Diffusion Problems topic in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Correct option is (b) False diffusion is small

The explanation: The QUICK scheme involves ONE DOWNWIND NODE also. So, there will be a false-diffusion in this method. But this false diffusion VALUE is not big as it is an upwind biased scheme (extra nodes in the upstream than the downstream).

14.

Which is correct regarding the upwind scheme?(a) Neither numerical dispersion nor numerical diffusion error arises(b) Only numerical diffusion error arises(c) Both numerical dispersion and numerical diffusion errors arise(d) Only numerical dispersion error arisesI got this question at a job interview.The query is from Convection-Diffusion Problems in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct ANSWER is (c) Both NUMERICAL dispersion and numerical diffusion ERRORS arise

To explain I would say: In the analysis for errors, while comparing the exact and numerical solutions, the first-order upwind scheme gives a complex k-value. THEREFORE, it will have both numerical dispersion and numerical diffusion problems.

15.

Which statement is correct?(a) The second-order upwind scheme is never stable(b) The second-order upwind scheme is always stable(c) The second-order upwind scheme is conditionally stable(d) The second-order upwind scheme is always unstableThe question was asked in an online quiz.Asked question is from Convection-Diffusion Problems topic in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Correct option is (b) The second-order upwind scheme is always stable

Best explanation: The numerical STABILITY of a scheme can be analysed by using the rate of change of influx. If the DERIVATIVE of the influx with RESPECT to the flow variable is negative, the scheme is stable. For the second-order upwind scheme, this is always negative.

16.

Which of these is correct for the central difference scheme?(a) Neither numerical dispersion nor numerical diffusion error arises(b) Only numerical diffusion error arises(c) Both numerical dispersion and numerical diffusion errors arise(d) Only numerical dispersion error arisesThis question was addressed to me in examination.The question is from Convection-Diffusion Problems topic in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right answer is (d) Only numerical DISPERSION ERROR arises

The explanation: For the central DIFFERENCING scheme, there is no PROBLEM of numerical diffusion. Only numerical dispersion error arises here. This is because, the k-value is completely imaginary and free from a real part.

17.

What is the problem of numerical diffusivity?(a) The simulated model has a higher diffusivity than the actual flow(b) The simulated model has a lower diffusivity than the actual flow(c) The simulated model has a different diffusivity than the actual flow(d) The simulated model has a zero diffusivityThis question was addressed to me by my college professor while I was bunking the class.The doubt is from Convection-Diffusion Problems in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»
18.

Which of these ways can be used to overcome stream-wise numerical diffusion?(a) Decreasing the order of interpolation(b) Increasing the order of interpolation(c) Increasing the number of neighbours considered(d) Decreasing the number of neighbours consideredThe question was posed to me in an internship interview.My question is taken from Convection-Diffusion Problems in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct option is (b) Increasing the order of interpolation

Explanation: The NUMERICAL DIFFUSION error can be further DIVIDED into TWO – stream-wise and cross-stream numerical diffusions. The stream-wise numerical diffusion can be reduced by using a higher-order interpolation profile.

19.

Which of these methods cannot be used to reduce the errors due to cross-stream numerical diffusion?(a) Interpolation in the direction of flow(b) Higher order interpolation profile(c) Multi-dimensional interpolation profiles(d) Changing the direction of interpolationThe question was posed to me in an interview for job.Question is taken from Convection-Diffusion Problems topic in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct CHOICE is (d) Changing the DIRECTION of interpolation

The explanation is: The cross-stream numerical diffusion can be decreased by EITHER INTERPOLATING in the direction of the FLOW which means multi-dimensional interpolation profiles or using a one-dimensional higher-order interpolation profile.

20.

What is the cause of cross-stream numerical diffusion?(a) One-dimensional nature of the assumed profiles(b) Multi-dimensional nature of the assumed profiles(c) Higher order of accuracy(d) Higher order of interpolationThis question was addressed to me in an internship interview.My question is based upon Convection-Diffusion Problems in section Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right option is (a) One-dimensional nature of the ASSUMED profiles

The explanation is: One of the types of numerical DIFFUSION errors is the cross-stream numerical diffusion. Cross-stream numerical diffusion is caused by the one-dimensional nature of INTERPOLATION when the GRID is multi-dimensional. This is caused by cross-flow diffusion or false diffusion.

21.

The second-order upwind scheme is ___________ than the general upwind scheme.(a) less diffusive(b) more diffusive(c) less accurate(d) less stableThe question was asked in exam.This intriguing question originated from Convection-Diffusion Problems topic in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Correct choice is (a) LESS DIFFUSIVE

The EXPLANATION is: The second-order upwind scheme is more ACCURATE (second-order) accurate than the general (first-order) upwind scheme. But, it is less diffusive when COMPARED to the general upwind scheme.

22.

Numerical dispersion error causes __________(a) convergence problems(b) accuracy problems(c) boundedness problems(d) stability problemsThe question was asked in exam.I want to ask this question from Convection-Diffusion Problems in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right option is (c) boundedness problems

The best explanation: One of the TYPES of sources of the ERRORS is numerical dispersion. This is shown out through OSCILLATIONS in the resulting profiles in the presence of large gradients in the profile resulting in an unbounded solution.

23.

Which of these is correct about the FROMM scheme?(a) A linear profile is obtained between the immediate upwind and the far downwind nodes(b) A linear profile is obtained between the far upwind and the immediate downwind nodes(c) A linear profile is obtained between the far upwind and the immediate upwind nodes(d) A linear profile is obtained between the far upwind and the far downwind nodesI have been asked this question in class test.This interesting question is from Convection-Diffusion Problems topic in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct answer is (b) A linear profile is obtained between the FAR upwind and the IMMEDIATE downwind nodes

Explanation: A linear profile is obtained by CONNECTING the values of the far upwind node and the immediate downwind node. A profile with the same slope obtained here is created between the immediate upwind and the current node to get the REQUIRED VALUE.

24.

What is the order of accuracy of the FROMM scheme?(a) First-order(b) Second-order(c) Third-order(d) Fourth-orderThe question was posed to me during an interview.I need to ask this question from Convection-Diffusion Problems topic in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct answer is (B) Second-ORDER

Easy explanation: The FIRST term of the TRUNCATION error while implementing the Taylor series in the FROMM scheme is of order TWO. Therefore, the FROMM scheme is second-order accurate using a linear profile.

25.

Numerical diffusion causes __________(a) smearing of sharp gradients(b) oscillations(c) undershoots and overshoots(d) inaccuracyThe question was asked in final exam.Asked question is from Convection-Diffusion Problems in section Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right answer is (a) smearing of SHARP gradients

The best explanation: The SOURCES of NUMERICAL errors CAUSED by the convection flux can be divided into two – numerical diffusion and numerical DISPERSION. The numerical diffusion leads to smearing of sharp gradients.

26.

How many terms does the discretized form of source-free 1-D convection problem modelled using the QUICK scheme has?(a) 3(b) 5(c) 2(d) 4The question was asked in an online quiz.This is a very interesting question from Convection-Diffusion Problems topic in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct option is (b) 5

Easy explanation: The discretized FORM of a source-free 1-D CONVECTION problem modelled using the QUICK SCHEME INVOLVES the far upstream and the far downstream nodes too. Therefore, it CONTAINS extra terms than the upwind and the second-order upwind schemes. The stencil is

The discretized equation is

aP ΦP+aE ΦE+aW ΦW+aEE ΦEE+aWW ΦWW=0

It contains 5 terms.

27.

The central difference approximation goes wrong when _____________(a) Peclet number is negative(b) Peclet number is positive(c) Peclet number is low(d) Peclet number is highThis question was addressed to me in unit test.My question comes from Convection-Diffusion Problems in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right answer is (d) Peclet number is high

For explanation: When the Peclet number is low in the positive or NEGATIVE direction, the central differencing scheme is valid. If the Peclet number goes beyond a CERTAIN value both in the positive and negative direction, this APPROXIMATION GIVES unphysical answers.

28.

What is the order of accuracy of the QUICK scheme?(a) second-order(b) first-order(c) fourth-order(d) third-orderI had been asked this question by my college professor while I was bunking the class.I would like to ask this question from Convection-Diffusion Problems topic in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Correct CHOICE is (a) second-order

To explain: As the QUICK scheme is based on a quadratic function, its ACCURACY in terms of Taylor Series truncation ERROR is third-order. This has a higher order of accuracy than the UPWIND and second-order upwind schemes.

29.

The order of accuracy of the upwind scheme is _____________(a) first-order(b) second-order(c) third-order(d) fourth-orderI had been asked this question in an online interview.My question is from Convection-Diffusion Problems in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer» RIGHT answer is (a) first-order

For EXPLANATION: The upwind scheme is first-order accurate. This is why, even THOUGH the FASHION of the upwind scheme matches with that of the exact SOLUTION, it varies much. The downwind scheme is also first-accurate.
30.

The neighbour coefficients yielded by the upwind scheme for convection is _____________(a) zero(b) cannot predict(c) negative(d) positiveThe question was asked during an internship interview.Enquiry is from Convection-Diffusion Problems topic in division Convection-Diffusion Problems of Computational Fluid Dynamics

Answer» RIGHT option is (c) NEGATIVE

Easiest explanation: The upwind scheme leads to negative neighbouring COEFFICIENTS. If CONTINUITY is ENSURED, the diagonal coefficients (coefficients of the central nodes) are the addition of the neighbouring coefficients.
31.

The Second Order Upwind (SOU) scheme uses ____________(a) asymmetric linear profile(b) symmetric linear profile(c) asymmetric quadratic profile(d) symmetric quadratic profileI have been asked this question by my school teacher while I was bunking the class.I'm obligated to ask this question of Convection-Diffusion Problems topic in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct choice is (a) asymmetric linear PROFILE

To explain: The second order upwind SCHEME, LIKE the central difference scheme, uses a linear profile. But, unlike the central differencing scheme, it uses an asymmetric linear profile. This is why it GOT the NAME upwind scheme.

32.

Which of these is correct about the central differencing scheme?(a) The importance of upwind and downwind nodes depends on the problem(b) It gives more importance to the downwind nodes(c) It gives equal importance to upwind and downwind nodes(d) It gives more importance to the upwind nodesThe question was asked in an interview for job.My doubt is from Convection-Diffusion Problems in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Correct option is (c) It gives EQUAL importance to upwind and downwind NODES

To EXPLAIN I would say: The central differencing scheme gives equal importance to the upwind and the downwind nodes. The contribution of all the neighbouring nodes is CONSIDERED for this APPROXIMATION.

33.

The upwind scheme is suitable for _____________(a) convection term(b) diffusion term(c) both convection and diffusion terms(d) either convection or diffusion termThis question was addressed to me in final exam.Asked question is from Convection-Diffusion Problems topic in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct CHOICE is (a) CONVECTION term

Explanation: The upwind SCHEME is not suitable for non-DIRECTIONAL phenomena. The diffusion scheme is a non-directional phenomenon. The convection scheme is a directional phenomenon. So, the scheme is suitable for the convection term.

34.

The value at the face in the second order upwind scheme is calculated using _____________(a) interpolation(b) extrapolation(c) weighted average(d) geometric meanI have been asked this question in my homework.Origin of the question is Convection-Diffusion Problems in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Correct choice is (B) extrapolation

To explain I would say: Second ORDER upwind scheme uses an upwind biased stencil. Therefore, it needs linear extrapolation to guess the VALUES at the faces instead of interpolation. This is where it is DIFFERENT from the central differencing scheme.

35.

In which of these ranges is the central differencing scheme used?(a) -2≤Pe≤2(b) -1≤Pe≤1(c) -0.5≤Pe≤0.5(d) -5≤Pe≤5This question was addressed to me by my college professor while I was bunking the class.This interesting question is from Convection-Diffusion Problems in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct ANSWER is (a) -2≤Pe≤2

For explanation: The CENTRAL differencing SCHEME is valid until the Peclet NUMBER REACHES a value of two. So, in the hybrid difference scheme, in the range -2≤Pe≤2, the central differencing scheme is used.

36.

The hybrid differencing scheme is ____________(a) never bounded(b) bounded unconditionally(c) bounded in the low Peclet number(d) bounded in the high Peclet numberThe question was asked in a national level competition.The origin of the question is Convection-Diffusion Problems in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»
37.

When the flow is not aligned with the grid lines, the diffusion produced by the upwind scheme is ____________(a) false advection(b) false convection(c) anti-diffusion(d) false diffusionThe question was posed to me by my college professor while I was bunking the class.This question is from Convection-Diffusion Problems topic in section Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»
38.

The upwind scheme is dependent on the _____________(a) Convection term(b) Peclet number(c) Flow direction(d) GradientThis question was posed to me by my school principal while I was bunking the class.Query is from Convection-Diffusion Problems topic in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right CHOICE is (c) Flow direction

For explanation: The upwind scheme reflects the physics of ADVECTION. The cell-face VALUE is dependent on the upwind nodal value. So, we can say it is dependent on the flow direction and it is SUITABLE for directional flows.

39.

What is the order of accuracy of the hybrid differencing scheme?(a) Fourth-order(b) Third-order(c) Second-order(d) First-orderI have been asked this question in a national level competition.This interesting question is from Convection-Diffusion Problems in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct choice is (d) First-ORDER

The explanation: The major DISADVANTAGE of the hybrid difference scheme is its low order of accuracy based on the Taylor SERIES truncation term. It is first-order accurate. Yet, it is USEFUL for solving practical FLOW problems.

40.

The advantage of the upwind scheme is over the central-difference scheme is _____________(a) accuracy(b) stability(c) high convergence rate(d) consistencyI have been asked this question in an interview.Question is taken from Convection-Diffusion Problems topic in section Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right choice is (a) accuracy

Easy explanation: The upwind scheme is less ACCURATE than the CENTRAL difference schemes. But the central difference schemes are oscillatory. They do not give answers which are PHYSICALLY CORRECT. This is the ADVANTAGE of the upwind scheme over the central-difference scheme.

41.

The order of accuracy of the central differencing scheme is _____________(a) fourth-order(b) third-order(c) second-order(d) first-orderThe question was posed to me in an international level competition.Asked question is from Convection-Diffusion Problems in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right answer is (c) second-order

To explain: The central differencing scheme is second-order accurate. This can be PROVED by using the TAYLOR series expansion. This is more accurate when compared to the upwind or the DOWNWIND SCHEMES.

42.

Which of these is correct about the hybrid differencing scheme?(a) It is conservative but not transportive(b) It is conservative and transportive(c) It is transportive but not conservative(d) It is neither transportive nor conservativeThis question was posed to me during an interview for a job.The origin of the question is Convection-Diffusion Problems in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right ANSWER is (b) It is conservative and transportive

To elaborate: The HYBRID differencing SCHEME is fully conservative. It satisfies the transportiveness CONDITION by using upwind scheme for high Peclet numbers. So, the scheme is conservative and transportive as WELL.

43.

The hybrid differencing scheme is a combination of ____________ and ___________(a) upwind and downwind schemes(b) downwind and central difference schemes(c) central difference and upwind schemes(d) two types of central difference schemesI had been asked this question in an interview for job.The query is from Convection-Diffusion Problems topic in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right answer is (c) central DIFFERENCE and upwind schemes

Easiest explanation: Hybrid differencing scheme was introduced by SPALDING in 1970s. It is the hybrid between upwind and central differencing schemes so that the ADVANTAGES of both of these schemes is utilized.

44.

The central differencing scheme gives good results when _____________(a) the grid is coarse(b) the grid is very fine(c) the grid is Cartesian and uniform(d) the gird is on-CartesianI got this question by my school teacher while I was bunking the class.My doubt is from Convection-Diffusion Problems topic in chapter Convection-Diffusion Problems of Computational Fluid Dynamics

Answer» CORRECT option is (b) the GRID is very FINE

Explanation: The CENTRAL differencing scheme is good when the cell Peclet number is LESS than 2. For this, the grid should be very fine. So, the central differencing scheme is good to use when the grid is fine.
45.

The central difference scheme gives unphysical results when the problem is _____________(a) depends on the boundary conditions(b) equally dominated by diffusion and convection(c) diffusive dominant(d) convective dominantThis question was addressed to me in exam.This is a very interesting question from Convection-Diffusion Problems in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»
46.

The upwind scheme is _____________(a) conservative but wiggles(b) bounded and conservative(c) bounded but not conservative(d) neither conservative nor boundedI have been asked this question during an internship interview.My question is based upon Convection-Diffusion Problems topic in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right option is (b) bounded and conservative

The BEST I can explain: The upwind scheme does not produce RESULTS which wiggle. So, it is bounded. It uses CONSISTENT expressions to calculate FLUXES through cells. Therefore, it is sure that the FORMULATION is conservative.

47.

The difference scheme to be used in the hybrid system is chosen by evaluating the ____________(a) Local Peclet number(b) Global Peclet number(c) Reynolds number(d) Nusselt numberThe question was asked in a national level competition.This intriguing question comes from Convection-Diffusion Problems in section Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The CORRECT choice is (a) Local Peclet number

The explanation: The central differencing SCHEME works WELL with low Peclet numbers and the upwind scheme works well for high Peclet numbers. So, the differencing scheme to be used in this METHOD is chosen using the Peclet number.

48.

The central differencing scheme becomes inconsistent when the Peclet number _____________(a) is higher than 2(b) is less than 2(c) is higher than 5(d) is less than 5This question was posed to me during an interview.My doubt stems from Convection-Diffusion Problems in section Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right ANSWER is (a) is higher than 2

Easiest explanation: When the Peclet number goes beyond 2, the central DIFFERENCE approximation fails. The DISCRETIZATION process BECOMES inconsistent here. In this case, an increase in the neighbouring value will lead to a decrease in the value at the central node.

49.

What is the central differencing scheme similar to?(a) Interpolation profile(b) Linear interpolation profile(c) Weighted average method(d) Geometric meanThe question was asked in an online quiz.Question is from Convection-Diffusion Problems topic in portion Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

Right CHOICE is (B) Linear interpolation profile

The best I can explain: The central difference SCHEME MATCHES the linear interpolation profile. The general form (GIVEN below) of both are the same.

Φ=k0+k1(x-xC).

50.

What is the advantage of the hybrid differencing scheme compared to the QUICK scheme?(a) Transportiveness(b) Accuracy(c) Stability(d) ConservativenessI have been asked this question in final exam.The doubt is from Convection-Diffusion Problems in section Convection-Diffusion Problems of Computational Fluid Dynamics

Answer»

The correct ANSWER is (c) STABILITY

The EXPLANATION: The QUICK scheme also POSSESSES conservativeness and transportiveness. QUICK scheme has a higher order of accuracy. But, it is not STABLE. Stability is the advantage of the hybrid scheme over this scheme.