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.

51.

How is pressure calculated in a compressible flow?(a) Pressure correction equation(b) Equation of state(c) Momentum equation(d) Energy equationI have been asked this question during an online exam.I would like to ask this question from Incompressible Flows topic in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The correct OPTION is (b) Equation of state

Explanation: In the COMPRESSIBLE flows, the DENSITY TERMS of the continuity equation do not CANCEL out. So, density can be determined using the continuity equation. Using this density value and the equation of state, we can get the pressure values.

52.

What does PISO stand for?(a) Pressure Implicit with SIMPLE Operators(b) Pressure Implicit with Settling of Operators(c) Pressure Implicit with Splitting of Operators(d) Pressure Indication with Splitting of OperatorsThis question was posed to me during a job interview.Origin of the question is Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right choice is (c) PRESSURE IMPLICIT with Splitting of Operators

Explanation: The PISO ALGORITHM is expanded as Pressure Implicit with Splitting of Operators. It was introduced by Issa in the year 1986. This is ALSO an extension of the SIMPLE algorithm with some changes in it.

53.

What does the R in the SIMPLER algorithm stand for?(a) Rewritten(b) Revised(c) Republished(d) RefreshThe question was asked by my college director while I was bunking the class.The question is from Incompressible Flows topic in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right choice is (b) Revised

The best I can explain: The SIMPLER ALGORITHM stands for SIMPLE – Revised algorithm. This was INTRODUCED by Patankar who had worked for building the SIMPLE algorithm also. This was introduced in the YEAR 1980.

54.

The pressure correction is an __________(a) explicit time-independent method(b) implicit time-independent method(c) implicit time-dependent method(d) explicit time-dependent methodI had been asked this question in unit test.The above asked question is from Incompressible Flows in division Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right choice is (c) implicit time-dependent method

To explain I would say: The pressure correction method is based on time. It uses time steps to move towards a steady SOLUTION for steady PROBLEMS. If the problem is transient it uses time steps to move to the desired interval of time. It is an implicit method as it solves all the equations SIMULTANEOUSLY.

55.

Which of these changes do not contribute to a change in momentum in the momentum equation?(a) Surface fluxes(b) Surface forces(c) Body forces(d) Rate of change termI have been asked this question at a job interview.This interesting question is from Incompressible Flows topic in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct ANSWER is (d) Rate of CHANGE TERM

For explanation I would say: The rate of change term represents the change in momentum in the momentum equations. This change is affected by any changes in the SURFACE fluxes, surface forces and body forces acting on the element.

56.

The difference between the conservative and the non-conservative approaches occurs in the ___________(a) finite difference method(b) finite volume method(c) finite element method(d) spectral element methodI got this question during a job interview.Asked question is from Incompressible Flows in division Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The correct option is (b) finite VOLUME method

To explain I WOULD say: The conservative and non-conservative approaches gives rise to a considerable difference only in the finite volume method. In the finite difference APPROACH, they do not result in any VARIATION.

57.

Arbitrary Lagrangian-Eulerian method comes under __________(a) Staggered grid arrangements(b) Partially staggered grid arrangements(c) Collocated arrangements(d) Orthogonal arrangementThis question was addressed to me in homework.My question is taken from Incompressible Flows in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The correct CHOICE is (b) PARTIALLY staggered grid arrangements

The BEST explanation: The Arbitrary Lagrangian-Eulerian method is a partially staggered grid arrangement. It uses different locations to STORE the velocity and pressure fields but the arrangement varies from the COMPLETELY staggered arrangement.

58.

Which of these terms is not included in the pseudo-velocities?(a) Pressures in the current and previous iterations(b) Momentum sources(c) Neighbouring velocities(d) Coefficients of the current velocitiesI have been asked this question in my homework.This interesting question is from Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer» CORRECT choice is (a) PRESSURES in the CURRENT and previous iterations

Easiest explanation: The pseudo-velocity is given as

\(\hat{u}_{i,j}=\frac{\SUM a_{nb} u_{nb}+b_{i,j}}{a_{i,j}} \)

Where,

unb → Neighbouring velocities.

bi,j → Source of momentum.

ai,j → Coefficient of the current velocity.
59.

Which of these is correct about the SIMPLER algorithm?(a) Velocity is obtained without any correction(b) Velocity is obtained using the pressure values and the continuity equation(c) Prediction-correction is used for the velocity field(d) Velocity is obtained using the pressure values and the momentum equationThe question was posed to me in a job interview.The query is from Incompressible Flows in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct choice is (c) Prediction-correction is USED for the VELOCITY field

To explain: Though the pressure field in the SIMPLER algorithm does not need any GUESS and correction, the velocity field still NEEDS a prediction-correction method. It is found in a similar way as in the SIMPLE algorithm.

60.

What is the difference between the SIMPLE and the SIMPLER algorithms?(a) No velocity-correction equation(b) No relaxation factor(c) Pressure is directly calculated(d) No pressure-correction equationThis question was addressed to me by my school principal while I was bunking the class.Enquiry is from Incompressible Flows topic in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right answer is (c) Pressure is directly calculated

To explain I would say: The SIMPLE algorithm uses a correction factor for CORRECTING the initial guessed pressure. But, this SIMPLER algorithm does not INVOLVE any GUESS and correction of pressure. It has an equation which can be SOLVED to directly get the pressure VALUES.

61.

The range of the relaxation factor in the pressure correction equation is ____________(a) 0 ≤ factor < 1(b) 0 < factor < 1(c) 0 < factor ≤ 1(d) 0 ≤ factor ≤ 1The question was posed to me in my homework.My question comes from Incompressible Flows in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»
62.

The checkerboard problem arises due to __________(a) linear interpolation in a staggered grid(b) quadratic interpolation in a staggered grid(c) linear interpolation in a collocated grid(d) quadratic interpolation in a collocated gridThis question was addressed to me in an online interview.The query is from Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct option is (c) linear interpolation in a collocated grid

For explanation I WOULD say: The decoupling between the PRESSURE and velocity values at the CELL level happens due to linear interpolation USED in the collocated grid. This gives rise to the CHECKERBOARD problem in the collocated grids.

63.

The pressure used to find the velocities from the momentum equations is of __________(a) the previous time step(b) the oldest value(c) the latest value(d) the current time stepThe question was asked during an internship interview.I'd like to ask this question from Incompressible Flows topic in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»
64.

Which of these is correct for extra viscous terms in cylindrical coordinates?(a) The implicit and explicit treatments do not depend on the sign of the coefficients(b) It is treated implicitly when its contribution to the coefficient of the central node is negative(c) It is treated implicitly when its contribution to the coefficient of the central node is positive(d) It is treated explicitly when its contribution to the coefficient of the central node is positiveI got this question by my school principal while I was bunking the class.The question is from Incompressible Flows topic in division Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»
65.

Which of these statements is incorrect about the Arbitrary Lagrangian-Eulerian method?(a) Velocities are stored in the face centres(b) All the components of velocities are stored at the same point(c) Velocities are stored in the vertices(d) Pressures are stored in the cell centresThe question was asked in examination.This interesting question is from Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct option is (a) Velocities are STORED in the face centres

Best explanation: In the Arbitrary Lagrangian-Eulerian method, the scalar QUANTITIES are all stored at the cell centres LIKE the completely staggered arrangement. All the VELOCITY components are stored at the same point which are the vertices.

66.

While using a staggered grid, the velocities are stored in the ___________(a) face centres(b) cell centres(c) edge centres(d) verticesThis question was posed to me by my school teacher while I was bunking the class.My question is taken from Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct CHOICE is (a) face centres

Easy EXPLANATION: In the staggered grid ARRANGEMENT, the velocities are STORES in the face centres. This is why there will not be any need for interpolation to get the velocity field for the CONTINUITY equation.

67.

Which of these statements is correct when using the staggered grids?(a) Interpolation is enough to find the pressure gradient in the continuity equation(b) No interpolation is needed to find the pressure gradient in the continuity equation(c) No interpolation is needed to find the pressure gradient in the momentum equation(d) Interpolation is enough to find the pressure gradient in the momentum equationI got this question in class test.My question comes from Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer» CORRECT answer is (c) No interpolation is NEEDED to find the pressure gradient in the momentum EQUATION

To explain: The momentum equation has this pressure gradient term given by \(\frac{\PARTIAL p}{\partial x}, \frac{\partial p}{\partial y}\, and \frac{\partial p}{\partial z}\). To find this pressure gradient, there is no need for any interpolation. The pressure gradients can be EASILY found out.
68.

Which of these facts about the SIMPLEC algorithm is correct?(a) The discretized pressure-correction equation is difficult to solve than that in the SIMPLE algorithm(b) It does not need a pressure correction equation(c) It is computationally expensive(d) Wrong pressure field will influence the velocity fieldThis question was posed to me in semester exam.My question is taken from Incompressible Flows topic in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct answer is (d) Wrong PRESSURE FIELD will influence the velocity field

The explanation is: The effect of the pressure field on the velocity field in the SIMPLEC ALGORITHM is the same as the SIMPLE algorithm. A wrong pressure field will RESULT in a bad velocity field too.

69.

The SIMPLEC algorithm _________ in the SIMPLE algorithm.(a) omits over-relaxed terms(b) adds terms(c) omits less significant terms(d) omits under-relaxed termsThe question was asked in my homework.This question is from Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right option is (C) OMITS less SIGNIFICANT TERMS

Best explanation: The SIMPLEC algorithm omits some less significant terms in the SIMPLE algorithm. So, the velocity CORRECTION equations of the SIMPLEC model in all the three directions has fewer terms than the SIMPLE algorithm.

70.

According to the explicit time-advanced method for getting pressure, which of these is correct?(a) Continuity is enforced at the previous step after starting to solve the current step(b) Momentum conservation is enforced at the previous step after starting to solve the current step(c) Momentum equation is enforced at each step before moving to the next step(d) Continuity is enforced before at each step moving to the next stepThe question was asked in semester exam.This is a very interesting question from Incompressible Flows topic in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct CHOICE is (d) Continuity is ENFORCED before at each step moving to the next step

Explanation: The divergence of the velocity field at the current step should be MADE zero. For this, the divergence of the velocity field at the previous step must be zero. So, continuity is zero at each step before moving to the next step.

71.

The pressure equation in the incompressible flows contain _________(a) Taylor series terms(b) Hermitian operator(c) Laplacian operator(d) Fourier series termsI got this question in unit test.Question is taken from Incompressible Flows in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct answer is (c) LAPLACIAN operator

Explanation: The POISSON’s EQUATION which is formulated for FINDING the pressure values has a Laplace operator. This is the product of the divergence operator in the continuity equation and the gradient operator in the momentum equation.

72.

In the incompressible flows, the correction implies a correction in _________(a) momentum(b) velocity(c) mass(d) densityI have been asked this question in an online quiz.Question is taken from Incompressible Flows in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right choice is (b) velocity

Explanation: In general,

\(\DOT{m}=\rho UA\)

A correction in MASS FLOW rate cannot be the correction in density as density is constant in the incompressible flows. It cannot be a correction in area also as it is geometrically defined by the GRIDS. So, it must be a correction in velocity.

73.

If the pressure force is not treated as a surface force in the finite volume method, what will happen?(a) Non-conservative error(b) Stability issues(c) Boundedness problems(d) Convergence issuesI had been asked this question in an interview for internship.Enquiry is from Incompressible Flows in division Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct CHOICE is (a) Non-conservative error

For explanation: Without USING the Gauss-Divergence theorem, the pressure FORCE can be treated as a volume integral itself. But, this will LEAD to a non-conservative form of EQUATIONS which, in turn, will result in non-conservative errors.

74.

In which of these approaches is the pressure force treated as a body force?(a) Finite volume method – non-conservative approach(b) Finite volume method – conservative approach(c) Finite difference method – conservative approach(d) Finite difference method – non-conservative approachThe question was asked in an interview for internship.The query is from Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right choice is (b) Finite volume method – conservative approach

For EXPLANATION: In the GENERAL integral form of the conservation equations, the PRESSURE force is taken as a volume integral. While using the finite volume method, this is changed into a SURFACE force by using the Gauss-Divergence theorem.

75.

For the incompressible flows, which of these terms will be zero?(a) Pressure force(b) Body force(c) Bulk viscosity(d) Shear forceI have been asked this question in class test.This key question is from Incompressible Flows in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The CORRECT choice is (c) Bulk viscosity

To EXPLAIN: A PART of the viscous TERMS in the momentum equation is present in the diffusive term. Among these COMES the bulk viscosity terms. These terms will be non-zero only for the compressible flows.

76.

An extra term in the energy equation of the compressible flows is ___________(a) convection term(b) viscous dissipation term(c) diffusion term(d) unsteady termI got this question in a national level competition.My question comes from Compressible Flows in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The correct ANSWER is (b) viscous dissipation term

Explanation: The viscous dissipation term is an ADDITIONAL term in the energy conservation equation of the COMPRESSIBLE flows like the BULK viscosity term of the momentum equation. The discretization PROCEDURE is the same as that of the bulk viscosity term.

77.

Which of these equations is used in the SIMPLER algorithm for updating the pressure values?(a) Pressure-correction equation(b) Discretized pressure equation(c) Momentum equation(d) Continuity equationThe question was asked during an interview.This interesting question is from Incompressible Flows topic in division Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The correct answer is (a) PRESSURE-correction equation

The best explanation: In the SIMPLER algorithm, the VELOCITY FIELD should be corrected. For this correction and updating purpose, the pressure correction equation is used as in the SIMPLE algorithm. Therefore, the momentum EQUATIONS are also satisfied.

78.

In the momentum equation for the correction field, which of these terms are neglected?(a) Neighbouring correction terms(b) All the coefficients(c) The source terms(d) The velocity termsI have been asked this question in semester exam.The origin of the question is Incompressible Flows topic in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right CHOICE is (a) Neighbouring correction terms

Easy explanation: The discretized momentum equation is rewritten for the INITIAL GUESSES. Now, the correction is INTRODUCED into this equation and the correction equations are formed. In these correction equations, the corrections for the neighbouring terms are omitted. This is applicable as it does not make any changes globally.

79.

How many predictor and corrector steps does the PISO algorithm involve?(a) One predictor and one corrector steps(b) Two predictor and one corrector steps(c) Two predictor and two corrector steps(d) One predictor and two corrector stepsThis question was addressed to me in quiz.My doubt is from Incompressible Flows topic in division Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct ANSWER is (d) ONE predictor and two corrector steps

The explanation is: The SIMPLE algorithm has one predictor and one corrector steps. But, the PISO algorithm has an extra corrector STEP. Therefore, it can be CALLED an extension of the SIMPLE algorithm.

80.

What does the ‘C’ in SIMPLEC algorithm?(a) Continuation(b) Converging(c) Corrected(d) ConsistentThe question was posed to me in an international level competition.My question is based upon Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct CHOICE is (d) Consistent

The BEST explanation: SIMPLEC expands as SIMPLE-Consistent ALGORITHM. It was BUILT by Von Doormal and Raithby in the year 1984. It is advantageous over both the SIMPLE and SIMPLER algorithms.

81.

Which of these statements is correct about the pressure correction equation?(a) An over-relaxation factor is used to avoid divergence(b) An under-relaxation factor is used to avoid divergence(c) An under-relaxation factor is used to avoid undershoots(d) An over-relaxation factor is used to avoid undershootsThe question was asked by my school principal while I was bunking the class.The query is from Incompressible Flows in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The CORRECT answer is (B) An under-relaxation factor is USED to avoid divergence

Easiest explanation: The pressure correction equation may DIVERGE if an under-relaxation factor is not used. So, an under-relaxation factor is used with the correction term which is added to the guessed term to get the correct value.

82.

In the mass flow rate correction term at low Mach numbers, which of these terms dominate?(a) The density correction(b) The gradient of density correction(c) The pressure correction(d) The gradient of pressure correctionI have been asked this question during an online exam.My doubt stems from Compressible Flows in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right answer is (d) The gradient of pressure correction

Explanation: There are two TERMS involved in the MASS flow RATE correction. When the MACH number is low, the gradient of pressure correction term dominates the flow and makes the equation elliptic.

83.

Which of these methods is used in the compressible flows to find the densities at the faces?(a) Central difference(b) Upwind difference(c) Rhie-chow interpolation(d) Weighted averageI have been asked this question during an internship interview.My doubt stems from Compressible Flows in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct choice is (b) UPWIND difference

The explanation: The central difference SCHEME (or linear interpolation profile) produces OSCILLATIONS at high speeds. So, a bounded upwind FIRST or higher-order equation is used to get the density VALUES at the interfaces.

84.

Which of these characteristics of the PISO algorithm match with the SIMPLE algorithm?(a) No extra equation(b) Extra equation(c) Under-relaxation factor(d) High convergenceI got this question in exam.My question comes from Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct ANSWER is (c) Under-relaxation factor

The EXPLANATION is: The PISO algorithm uses the under-relaxation procedure followed in the SIMPLE algorithm. This is the only algorithm that is MODIFIED from the SIMPLE algorithm which uses this under-relaxation factor.

85.

Which of these equations is solved by the PISO algorithm in the extra corrector step?(a) Pressure-correction equation(b) Pressure equation(c) Continuity equation(d) Momentum equationI had been asked this question during an internship interview.Origin of the question is Incompressible Flows in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The CORRECT option is (d) Momentum equation

Easiest explanation: The initial PRESSURE guesses are obtained from the momentum equation. This pressure field is used to get the VELOCITY field approximations. This is corrected in the first CORRECTOR step USING the pressure-correction equation. It is again corrected using the momentum equation in the second corrector step.

86.

When the transient term in the Rhie-Chow interpolation is not accounted for separately, the result will ___________(a) be oscillatory(b) be stable(c) have overshoots(d) have undershootsThe question was asked in an internship interview.My enquiry is from Incompressible Flows in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»
87.

What is the disadvantage of using the SIMPLE algorithm over the SIMPLER one?(a) The pressure field does not satisfy the momentum equation(b) The pressure field does not satisfy the continuity equation(c) The velocity field does not satisfy the continuity equation(d) The velocity field does not satisfy the momentum equationThis question was addressed to me in an online quiz.Question is taken from Incompressible Flows in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct choice is (d) The velocity field does not satisfy the MOMENTUM equation

The best I can explain: In the SIMPLE ALGORITHM, the velocity field is INITIALLY guessed USING the momentum equation. Then, corrections are made using the continuity equation. But, once corrected, the velocity field does not satisfy the momentum EQUATIONS.

88.

The Rhie-Chow interpolation needs a redistribution of the _________(a) source term(b) pressure gradient term(c) viscous force term(d) body force termThis question was posed to me by my school teacher while I was bunking the class.Query is from Incompressible Flows in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct answer is (b) pressure gradient term

The explanation: The body force in the staggered grid term has the exact STENCIL of the pressure GRADIENTS. THEREFORE, a redistribution of the body force term in the Rhie-Chow interpolation is NEEDED to match the staggered grids.

89.

State the condition obtained by applying the correction to the continuity equation.(a) When the mass flow rate reaches an exact solution, the correction field becomes zero(b) When the velocity reaches an exact solution, the correction field becomes zero(c) When the mass flow rate reaches an exact solution, the correction field becomes infinity(d) When the velocity reaches an exact solution, the correction field becomes infinityThe question was posed to me during an interview for a job.I'm obligated to ask this question of Incompressible Flows topic in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The correct answer is (a) When the mass flow RATE reaches an exact solution, the CORRECTION field becomes zero

Easiest explanation: The correction equation obtained for the mass flow rate is

\(\dot{m}_{e}^{‘}+\dot{m}_{w}^{‘}=-\dot{m_e}*-\dot{m}_{w}^{*}\)

When the solution reaches the exact ANSWERS,

\(-\dot{m}_{e}^{*}-\dot{m}_{w}^{*}=\dot{m_e}*+\dot{m}_{w}^{*}=0\)

THEREFORE, the correction field

\(\dot{m}_{e}^{‘}+\dot{m}_{w}^{‘}=0\).

90.

For incompressible flows with no body forces, the volume integral term is ____________(a) viscous terms(b) pressure forces(c) body forces(d) flux termsThis question was posed to me in an interview for internship.My question comes from Incompressible Flows topic in division Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct answer is (a) VISCOUS terms

The explanation is: Pressure forces and BODY forces are not PRESENT as the flow is incompressible and has no body forces. The flux terms are usually treated with the Gauss-Divergence theorem and converted into SURFACE integrals. Therefore, the viscous terms remain as volume integrals here.

91.

The source term in the pressure equation of the SIMPLER algorithm is obtained using ___________(a) velocities in the previous iteration(b) pressure in the previous iteration(c) pseudo-neighbours(d) pseudo-velocitiesThe question was asked in an interview.I need to ask this question from Incompressible Flows in chapter Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The correct answer is (d) PSEUDO-velocities

To EXPLAIN I WOULD say: The discretized pressure equation of the SIMPLER algorithm is the same as the pressure correction equation OBTAINED for the SIMPLE algorithm. The only difference is that the source term here is obtained from the pseudo velocities.

92.

Which of these is correct about the SIMPLE algorithm?(a) It is a looped algorithm(b) It is iterative(c) It is sequential(d) It is simultaneousI had been asked this question in examination.Origin of the question is Incompressible Flows in division Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right answer is (d) It is simultaneous

For explanation: The SIMPLE algorithm is sequential. The final SOLUTION of each iteration satisfies both the CONTINUITY and the momentum EQUATIONS. Only when these TWO are SATISFIED, the algorithm moves forward for the next iteration.

93.

Which of these equations are used in the SIMPLE algorithm?(a) Momentum and energy equations(b) Energy equation and equation of state(c) Equation of state and continuity equation(d) Continuity and momentum equationsThe question was asked in class test.I'm obligated to ask this question of Incompressible Flows in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer» RIGHT option is (d) Continuity and momentum EQUATIONS

For explanation: The SIMPLE algorithm INVOLVES the calculations for pressure and VELOCITY. It uses both the continuity and momentum equations. The momentum equation is used for the initial GUESSES. While applying the constraints, the continuity equation is also needed.
94.

Which of these methods use Rhie-Chow interpolation?(a) QUICK scheme(b) NVF method(c) TVD method(d) SIMPLE algorithmI had been asked this question during an internship interview.My question is taken from Incompressible Flows topic in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Right OPTION is (d) SIMPLE algorithm

For explanation: Rhie-Chow interpolation is used in the collocated GRID without leading to the uncoupled PRESSURE and velocity FIELDS. Rhie-Chow interpolation leads to the formulation of the SIMPLE algorithm.

95.

The initial corrector step is used to __________(a) get a velocity field that satisfies the momentum equation(b) get a velocity field that satisfies the continuity equation(c) get a pressure field that satisfies the continuity equation(d) get a pressure field that satisfies the momentum equationI have been asked this question in final exam.This intriguing question originated from Incompressible Flows in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct choice is (b) get a VELOCITY field that satisfies the continuity EQUATION

The best explanation: The first corrector step of the PISO algorithm results in a velocity field which will SATISFY the continuity equation. The EQUATIONS resulting from this step is the same as the equations used in the SIMPLE algorithm.

96.

Which of these performance-based advantages does the SIMPLEC algorithm have?(a) More stable(b) Faster convergence(c) Bounded solutions(d) ConservativenessI have been asked this question during an interview.Origin of the question is Incompressible Flows in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

Correct ANSWER is (b) Faster convergence

Best explanation: As some of the terms in the MOMENTUM equation are omitted in the SIMPLEC ALGORITHM, the velocity CORRECTION suits the momentum equations more. THEREFORE, the rate of convergence increases in this algorithm.

97.

The Rhie-Chow interpolation mimics __________(a) pressure-velocity coupling of the collocated grid arrangement(b) pressure-velocity coupling of the staggered grid arrangement(c) pressure-velocity decoupling of the staggered grid arrangement(d) pressure-velocity decoupling of the collocated grid arrangementI have been asked this question in an internship interview.My doubt is from Incompressible Flows in section Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The CORRECT choice is (B) pressure-velocity coupling of the staggered grid arrangement

Easiest explanation: The pressure gradients in the Rhie-Chow interpolation are calculated USING small grid stencil with two different stencils. This resembles the pressure-velocity coupling of the staggered grid arrangement.

98.

The pressure equation for the incompressible equation is _________(a) Eulerian equation(b) Divergence equation(c) Lagrangian equation(d) Poisson equationThis question was addressed to me during an interview for a job.I would like to ask this question from Incompressible Flows in portion Incompressible Flows & Compressible Flows of Computational Fluid Dynamics

Answer»

The CORRECT OPTION is (d) Poisson EQUATION

The explanation is: The RESULTANT equation obtained by modifying the existing governing equations to get the pressure values is a Poisson equation for pressure. A Poisson equation is a partial differential equation of elliptic type.