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.

In sequential methods for solving coupled equations, except the variable for which the equations are solved, the other variables are treated as ___________(a) zeros(b) unknowns(c) known values(d) onesThe question was posed to me in quiz.Asked question is from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics

Answer»

The correct answer is (C) known VALUES

To elaborate: In SEQUENTIAL methods of solving coupled equations, the VARIABLE for which the system is solved is treated as unknown. All other VARIABLES are treated as known values with some approximations.

2.

Errors are transferred from a fine grid to a coarser one. Similarly __________ is transferred from a coarse grid to a finer one.(a) residual(b) correction(c) restriction(d) prolongationThis question was addressed to me in homework.My doubt is from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics

Answer»

Correct answer is (B) correction

Easiest explanation: Corrections are TRANSFERRED from a coarse GRID to a finer one. Correction is basically obtained from the SOLUTION of the system of equations at the coarse grid. This, in terms of ratios of errors, is transferred to the finer grid.

3.

Which of these errors need a multi-grid approach?(a) Low amplitude error(b) High amplitude error(c) Low frequency error(d) High frequency errorI got this question during a job interview.The doubt is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics

Answer» CORRECT option is (c) Low frequency error

To explain I would say: High frequency oscillatory ERRORS are easily eliminated using iterative METHODS LIKE Jacobi and Gauss-Seidel. But, these TECHNIQUES cannot handle smooth and low frequency errors without a multi-grid approach.
4.

The multi-grid approach is used to assist __________(a) iterative solvers(b) direct solvers(c) gradient solvers(d) pre-conditioned solversThe question was posed to me in final exam.Question is taken from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics

Answer»

Right choice is (a) iterative solvers

Explanation: When the iterative solvers are USED to solve medium to LARGE SYSTEM of equations, the error is big and accuracy becomes less. This poses a problem with iterative solvers. So, they are SUPPLEMENTED with the multi-grid approach.

5.

While using grid oriented velocity components, conservation of which of these equations will be lost?(a) Energy equation(b) Euler equations(c) Momentum equation(d) Continuity equationI got this question in homework.My query is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics

Answer»

Right choice is (c) MOMENTUM equation

Best EXPLANATION: If grid-oriented velocity components are used, non-conservative source or sink terms will appear in Momentum equations. This will affect the conservation of Momentum equation. EULER equations is a SET including all THREE – continuity, momentum, energy equations.

6.

A hybrid method of which of these methods exists?(a) Finite Difference Method and Finite Element Method(b) Finite Volume Method and Finite Difference Method(c) Finite Volume Method and Finite Element Method(d) Finite Volume Method and Spectral Element MethodI have been asked this question during an interview.The above asked question is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics

Answer»

Right answer is (C) Finite Volume Method and Finite Element Method

Easy EXPLANATION: A hybrid method integrating Finite Volume Method and Finite Element Method called the Control Volume based Finite Element Method (CV-FEM) is also used for solving PDEs. In this, shape FUNCTIONS are used to DESCRIBE the variation of the variables over an element.

7.

Which of these establish a one-to-one relationship between two elements?(a) Face(b) Node(c) Vertex(d) ElementThis question was posed to me in my homework.I would like to ask this question from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics

Answer»

The CORRECT ANSWER is (a) Face

To explain: A one-to-one RELATIONSHIP is given by the faces of a mesh. One face is SHARED by two elements. It usually contains information about the FLUXES flowing between those elements.

8.

For an algebraic multi-grid approach, the residual in the k^th level is __________(a) residual in the (k+1)^th level(b) summation of the residuals in the (k)^th level(c) residual in the (k-1)^th level(d) summation of the residuals in the (k-1)^th levelI got this question in final exam.The question is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics

Answer»

Correct choice is (d) SUMMATION of the residuals in the (k-1)^th level

Easy explanation: While transferring the errors from ONE level to ANOTHER, the RESIDUAL of the k^th level is given by the summation of the residuals of all the terms in the previous (k-1)^th level.

9.

Consider the global matrix AΦ=b. Let the coefficient matrix A=M-N. At the i^th iteration, the general form can be given as ______________ (Note: Φ^i is the value of Φ in the i^th iteration).(a) MΦ^i=NΦ^i-1+b(b) MΦ^i=NΦ^i+b(c) MΦ^i=NΦ^i-1-b(d) MΦ^i=NΦ^i-bI got this question in an interview for internship.Query is from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics

Answer» RIGHT option is (a) MΦ^i=NΦ^i-1+b

The best I can EXPLAIN: The global matrix is

AΦ=b

Replacing A with M-N,

(M-N)Φ=b

MΦ=NΦ+b

At a particular STEP, we only KNOW the Φ values of the previous step only. So,

MΦ^i=NΦ^i-1+b.
10.

Which of these grids are called Chimera grids?(a) Structured grids with overlapping blocks(b) Block-structured grids(c) Block-structured grids with overlapping blocks(d) Structured gridsThe question was asked in a job interview.My doubt is from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics

Answer»

Correct answer is (c) Block-structured grids with overlapping blocks

To explain: Block-structured grids with overlapping blocks are called COMPOSITE or CHIMERA grids. The DISADVANTAGE of these grids is that conservation is not ensured in BOUNDARIES. This is helpful to follow moving BODIES.

11.

Let r^k be the residual in the k^th level of multi-grid approach. Which of these give the restriction operator?(a) \(\frac{r^{k+1}}{r^k} \)(b) \(\frac{r^k}{r^{k+1}}\)(c) r^k+1-r^k(d) r^k-r^k+1I have been asked this question during an internship interview.My doubt is from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics

Answer»

Right answer is (a) \(\frac{r^{k+1}}{r^k} \)

The best I can explain: The first STEP in the multi-GRID approach is the restriction step. Here, the process starts with a FINE grid. After a few iterations, the error is transferred to a coarser grid level. Again, some iterations are performed in that step and the process continues. The restriction operator for the error transferred from one step to the higher step is \(\frac{r^{k+1}}{r^k} \).

12.

Which of these properties are affected when the multi-grid approach is not used?(a) Conservativeness(b) Convergence(c) Consistency(d) StabilityThis question was addressed to me in an internship interview.This interesting question is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics

Answer» RIGHT ANSWER is (b) Convergence

To ELABORATE: As the ACCURACY in the iterative solvers for large equations are not good, the rate of convergence is very LESS. A solution to this problem is given by the multi-grid approach.
13.

In which of these methods, after factorization, the pattern of zero elements in the combined L and U matrices the same as the original coefficient matrix?(a) LU decomposition(b) ILU decomposition(c) ILU(0) decomposition(d) ILU(1) decompositionI had been asked this question in an online quiz.This is a very interesting question from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics

Answer»

The CORRECT choice is (a) LU decomposition

Best explanation: The EXTRA non-zero elements in the factorized MATRICES are called fill-ins. In ILU(p), p INDICATES the order of fill-in allowed. So, where there is no fill-in, the PATTERN of combined L and U matrices and the coefficient matrix will be the same.

14.

Which of these terms in the momentum equation for θ – component represents the Coriolis force?(a) \(\rho v_r\frac{∂v_\theta}{\partial r}\)(b) \(\frac{\rho v_\theta}{r}\frac{\partial v_\theta}{\partial \theta} \)(c) \(\frac{\rho v_r v_\theta}{r}\)(d) \(\frac{\partial v_\theta}{\partial r}\)I had been asked this question in an interview for internship.Query is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics

Answer»

Correct OPTION is (c) \(\frac{\rho v_r v_\theta}{R}\)

To ELABORATE: The term \(\frac{\rho v_r v_\theta}{r}\) REPRESENTS Coriolis force in the θ – momentum equation. Coriolis force arises due to the motion of the coordinate system taken. The term \(\frac{\rho v_r v_\theta}{r}\) represents the source or SINK of θ -momentum.

15.

Which of these coordinate systems will best suit to model the flow in a pipe with a swirl?(a) Cylindrical coordinates(b) Cartesian coordinates(c) Spherical coordinates(d) Polar coordinatesThis question was addressed to me in class test.Asked question is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics

Answer»

Correct option is (a) Cylindrical coordinates

To explain I would say: In the case of flow over a pipe, cylindrical coordinates do the best as the dependent spatial VARIABLES are just 2 which would be 3 if it is Cartesian coordinates. But, in this case, a swirl COMPONENT is included which makes the flow dependent on three dimensions anyway. To keep the complexities less, Cartesian coordinates should be chosen for this problem.

16.

Vertex connectivity is important while __________(a) solving the discretized equation(b) discretizing(c) post-processing(d) pre-processingI got this question in semester exam.I want to ask this question from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics

Answer»

The correct ANSWER is (c) post-processing

For explanation I would SAY: VERTEX connectivity is important for post-processing especially while computing GRADIENTS. Vertex connectivity generally contains information like the elements and faces SHARING that vertex.

17.

The master method for solving the non-linear system of equations is __________(a) Newton’s method(b) Global method(c) Jacobi method(d) Gradient methodI have been asked this question during an online exam.This interesting question is from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics

Answer»

Right OPTION is (a) Newton’s method

Best explanation: Newton Raphson is the most widely USED method for solving a non-linear system of equations. It is preferred in most of the CASES as the RATE of CONVERGENCE is more. It converges fast.

18.

Which of these is true for the LU decomposition method?(a) LΦ=Ub(b) LUΦ=b(c) Φ=LUb(d) UΦ=LbI have been asked this question during an online exam.This question is from Numerical Methods topic in portion Numerical Methods of Computational Fluid Dynamics

Answer»

The CORRECT answer is (b) LUΦ=b

Best explanation: For the LU decomposition METHOD,

A=LU

Where L and U stand for Lower and Upper triangular matrices respectively.

Substituting in the global matrix,

LUΦ=b.

19.

Which of these is related to the flux terms?(a) Element connectivity(b) Node connectivity(c) Face connectivity(d) Vertex connectivityThe question was posed to me in a job interview.My question comes from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics

Answer»
20.

When evaluation of the derivative of the non-linear function is not possible, which method is used?(a) Newton’s method(b) Global method(c) Jacobi method(d) Secant methodI have been asked this question in class test.Query is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics

Answer»

The CORRECT answer is (d) Secant method

The explanation is: An alternative to Newton’s method is the Secant method. This is much slower than Newton’s method. However, when the DERIVATIVE of the FUNCTION cannot be evaluated, this method is chosen as it does not involve any derivative.

21.

Newton’s method linearizes the function using ___________(a) McLaurin series(b) Laurent series(c) Taylor series(d) Fourier seriesI had been asked this question during an interview for a job.This interesting question is from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics

Answer»

The CORRECT answer is (C) Taylor series

Explanation: Newton’s METHOD USES the first two TERMS of Taylor’s series to linearize the non-linear system. This is further simplified to get the formula to be iterated and get the roots.

22.

Which is the first step in the numerical solution of a fluid flow problem?(a) Discretization(b) Physical model of the flow(c) Mathematical model of the flow(d) IterationThis question was addressed to me in homework.This interesting question is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics

Answer»

Correct ANSWER is (c) Mathematical model of the flow

Explanation: The FIRST step of any numerical solution of a fluid PROBLEM is converting the PHYSICAL flow into a mathematical model. Physical model of the flow is what we have to solve. After generating the mathematical model only steps like discretization and ITERATIVE solution follows.

23.

Stress components cannot be expressed in terms of __________(a) Cartesian tensors(b) Contra-variant tensors(c) Covariant tensors(d) Metric tensorsThis question was addressed to me in an interview for job.I'd like to ask this question from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics

Answer»

Correct answer is (d) METRIC TENSORS

To explain: In general, STRESS components are expressed in the CARTESIAN tensors FORM. It is also possible to define them in covariant or contra-variant terms. But they cannot be expressed in metric tensor. Metric tensors are used to transform covariant tensors into contra-variant tensors.

24.

The variation of the size of a cell from an optimal cell size is its __________(a) centroid(b) structure(c) orthogonality(d) skewnessThe question was posed to me in examination.The doubt is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics

Answer»

Correct choice is (d) skewness

Explanation: The skewness of a cell is its variation from the OPTIMAL cell size. This is an apt INDICATOR of the quality and suitability of a mesh. Large skewness leads to less ACCURACY.

25.

Which of these flow properties does not suit covariant or contra-variant bases?(a) Velocity(b) Density(c) Stress(d) Viscous forcesI had been asked this question during an internship interview.The query is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics

Answer»

The correct option is (b) Density

To explain: Covariant or contra-variant bases can be USED only with vectors or TENSORS. They cannot be used with scalars. Here, Velocities STRESS and FORCES all come under either vectors or tensors. Density is a scalar property. So, it cannot be REPRESENTED using covariant or contra-variant bases.

26.

The aspect ratio of each element should be ___________(a) less than one(b) equal to one(c) around one(d) greater than oneThis question was addressed to me in an interview for internship.I'm obligated to ask this question of Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics

Answer»

Correct CHOICE is (C) around one

To explain I WOULD say: Ideally, the aspect ratio of each element should be equal to 1. But, this cannot be practically ensured. So, in real, the elements have their aspect ratio around 1. If it is LARGE, it will lead to errors.

27.

What does the mathematical model of a fluid flow contain?(a) Partial differential equations(b) Discretized partial differential equations(c) Partial differential equations and boundary conditions(d) Discretized partial differential equations and boundary conditionsI got this question during an interview.I want to ask this question from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics

Answer» RIGHT option is (c) PARTIAL differential equations and boundary CONDITIONS

Easy explanation: After generating the mathematical model of the physical flow in a problem, we will have a set of partial differential equations ALONG with its boundary conditions. The mathematical model is not complete without the boundary conditions which make the problem unique.
28.

When coupled equations are ___________ sequential solutions are used.(a) linear and highly coupled(b) non-linear and uncoupled(c) linear and uncoupled(d) non-linear and highly coupledI have been asked this question during a job interview.This intriguing question comes from Numerical Methods in section Numerical Methods of Computational Fluid Dynamics

Answer»

Right answer is (a) LINEAR and highly coupled

To explain I would say: There are two ways to SOLVE coupled EQUATIONS – simultaneous and sequential. In the simultaneous methods, equations are solved together for the unknowns. The sequential methods are USED to solve a highly coupled system with linear equations.

29.

Which of these traversal cycles are possible for an algebraic multi-grid approach?(a) W-cycle(b) V-cycle(c) U-cycle(d) F-cycleThe question was asked during an internship interview.This interesting question is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics

Answer»

Right ANSWER is (c) U-cycle

The explanation: There are three possible TRAVERSAL cycles for ALGEBRAIC multi-grid APPROACHES. They are W-cycle, V-cycle and F-cycle. V-cycle is a direct traverse without any nesting. W-cycle involves nesting. F-cycle is a hybrid cycle of W and V-cycles.

30.

When compared to the Jacobi method, the Gauss-Siedel method ____________(a) has better convergence and needs less memory(b) has less convergence and needs more memory(c) has less convergence and needs less memory(d) has better convergence and needs more memoryI have been asked this question by my college professor while I was bunking the class.This interesting question is from Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics

Answer»

Correct CHOICE is (a) has better convergence and NEEDS less memory

To explain: Gauss-Seidel METHOD USES the latest values at a particular iteration. So, it has better convergence. The same way, as there is no need for STORING the values of previous iterations, they require less memory too.

31.

Consider the global matrix AΦ=b. What is the residual at the ith iteration? (Note: Φi is the value of Φ in the i^th iteration).(a) AΦ^i-1+b(b) AΦ^i-1-b(c) AΦ^i+b(d) AΦ^i-bThe question was posed to me in exam.I want to ask this question from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics

Answer»

Correct option is (d) AΦ^i-b

To explain: While solving the system AΦ=b, AΦ-b should be equal to ZERO. Since, the iterative METHOD will not produce such an answer, the DECISION when to stop the iteration RELIES upon a tolerance value. When the residual AΦ^i-b becomes less than the tolerance, iterations are stopped.

32.

Which of these arrangements of the velocity and pressure gradient components is suitable for non-orthogonal grids?(a) Staggered arrangement with covariant base(b) Collocated arrangement(c) Staggered arrangement(d) Covariant arrangementThe question was asked by my college director while I was bunking the class.I would like to ask this question from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics

Answer»

Correct choice is (b) COLLOCATED arrangement

Easy EXPLANATION: The collocated arrangement is the SIMPLEST as all the variables share the same control volume. But this requires more INTERPOLATION. When the grid is non-orthogonal, the collocated arrangement is the best as the other ARRANGEMENTS are more difficult.

33.

While changing the coordinates from Cartesian to non-orthogonal in the Finite Difference Method, which of the following remains the same?(a) all the terms in the equation(b) conservation properties of the equation(c) number of terms in the equation(d) source terms of the equationThis question was posed to me by my college professor while I was bunking the class.My question is based upon Numerical Methods in division Numerical Methods of Computational Fluid Dynamics

Answer»

The correct option is (B) conservation properties of the EQUATION

Explanation: In the Finite Difference Method, while CHANGING from Cartesian to non-orthogonal grids, the terms change and the NUMBER of terms increases. But, the conservation properties of the equation remain the same.

34.

In which of these methods, the calculation for interior nodes is done at the post-processing stage?(a) Spectral element method(b) Boundary element method(c) Finite Element method(d) Finite Volume MethodThis question was addressed to me during an interview.The query is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics

Answer» RIGHT ANSWER is (B) Boundary ELEMENT method

The explanation is: In Boundary element method, the given boundary conditions are used to fit the boundary values into the integral equations. After this, using the boundary solutions, the solution for the interior nodes is carried out at the post-processing stage.
35.

The direction of the normal vector to a face in mesh ____________(a) is from the owner element to the neighbour element(b) is from the neighbour element to the owner element(c) is in the direction of the flux(d) is in the direction opposite to the fluxThe question was posed to me during an internship interview.This intriguing question comes from Numerical Methods topic in portion Numerical Methods of Computational Fluid Dynamics

Answer»

Right CHOICE is (a) is from the owner ELEMENT to the NEIGHBOUR element

To elaborate: The orientation of the FACES is such that the normal vector to the FACE points from the owner element to the neighbour element. Depending on this the sign of flux term changes. Orientation does not depend on fluxes.

36.

The general equation for PDMA is aiΦi+biΦi+2+ci Φi+1+diΦi-1+eiΦi-2=fi. Which of the following is incorrect? (Note: ‘N’ is the number of unknowns).(a) e2=0(b) cN-1=0(c) e1=0(d) cN=0This question was addressed to me in exam.Enquiry is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics

Answer»

The correct answer is (B) cN-1=0

Easiest EXPLANATION: By analysing the equation for PDMA, for the first TWO EQUATIONS,

d1=e1=e2=0

Similarly, for the last two equations,

bN-1=bN=cN=0.

37.

Staggered grid arrangements are used to establish strong coupling between ____________ and __________(a) velocities and momentum components(b) velocities and pressure gradients(c) velocities and viscosity terms(d) viscosity and source termsThe question was posed to me in class test.The origin of the question is Numerical Methods in division Numerical Methods of Computational Fluid Dynamics

Answer»

The CORRECT choice is (d) viscosity and source terms

The best explanation: Coupling problem between velocities and pressure gradients is the reason why staggered grids are formed. Staggered grids ensure the coupling between these TWO terms. The VELOCITY components normal to the cell face should LIE between the pressure COORDINATES on either side of that face.

38.

Element connectivity is responsible for ___________(a) consistency of the fluxes of different elements(b) consistency of the equations formed for different elements(c) flow field variables(d) gradient of the flow field variablesThe question was asked in an interview for job.The origin of the question is Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics

Answer»
39.

While using the Picard iteration, how is the source term decomposed?(a) qΦ=b0+b1 Φ(b) qΦ=b0 Φ+b1 Φ^2(c) qΦ=b0 Φ(d) qΦ=b0+b1 Φ^2I have been asked this question in an interview.This intriguing question comes from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics

Answer»

The correct option is (a) qΦ=B0+b1 Φ

Best EXPLANATION: Picard iteration is used with the source TERM to decompose and linearize it. It decomposes to qΦ=b0+b1 Φ. The term b0 is absorbed by the RHS of the system. The term b1 Φ is added to the coefficient matrix.

40.

Which of these is the opposite step of restriction?(a) Prolongation(b) Traversal(c) Agglomeration(d) CoarseningI have been asked this question during an online exam.The doubt is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics

Answer» RIGHT choice is (a) Prolongation

The best explanation: Prolongation is the step where correction is transferred from a COARSE grid to a finer one. This is DONE the same way how errors are transferred from a FINE grid to a coarser one in restriction step.
41.

Which of these is the oldest method for numerical solution of partial differential equations?(a) Finite Element Method(b) Finite Difference Method(c) Finite Volume method(d) Spectral Element MethodI got this question during an interview.My question is taken from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics

Answer» CORRECT OPTION is (b) Finite Difference METHOD

Explanation: The Finite Difference Method is the oldest method for solving PARTIAL differential equations numerically. It is believed that this method is developed by Euler in the 18th century. This is the easiest method too.
42.

In the polar-cylindrical momentum equation for the r-component, the term \(\frac{\rho v \theta^2}{r}\) represents ___________(a) Centrifugal force(b) Centripetal force(c) Tangential force(d) Coriolis forceThis question was posed to me in exam.The above asked question is from Numerical Methods topic in chapter Numerical Methods of Computational Fluid Dynamics

Answer»

Right ANSWER is (a) Centrifugal force

For explanation: When the momentum equation is expressed in CYLINDRICAL terms, due to the transformation from Cartesian coordinates to polar coordinates, a centrifugal term arises. This is the term \(\frac{\rho V \theta^2}{r}\). It describes the transfer of θ-momentum into r-momentum due to the change of DIRECTION of angular velocity.

43.

Which of these features of structured grids is a disadvantage?(a) Easy to solve(b) Suitable for simple geometries(c) Efficient in memory requirements(d) Less time requirementI have been asked this question during an interview for a job.This interesting question is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics

Answer»

The correct choice is (b) SUITABLE for SIMPLE geometries

To explain I WOULD say: One of the major disadvantages of STRUCTURED grids is that they are not suitable for complex geometries. Those can be modelled using UNSTRUCTURED grids only. The other disadvantage of structured grids is distribution.

44.

Choosing a particular type of discretization method is ineffective when ___________(a) mathematical model is complex(b) mathematical model is simple(c) grid is coarse(d) grid is very fineI have been asked this question in exam.The query is from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics

Answer»

Correct option is (d) GRID is very fine

Explanation: When the grid size is very SMALL, whatever the TYPE of discretization METHOD is, the results will be the same. As very fine grids are not practically acceptable, we choose a particular type of discretization method which will be the best fit for the problem.

45.

What does the letter ‘I’ stand for in ILU decomposition problem?(a) Inbuilt(b) Incomplete(c) Iterative(d) ImbalancedI had been asked this question by my college professor while I was bunking the class.This intriguing question comes from Numerical Methods topic in portion Numerical Methods of Computational Fluid Dynamics

Answer»

The correct choice is (B) Incomplete

For explanation I would say: ILU MEANS Incomplete LU DECOMPOSITION method. This does incomplete factorization of the coefficient MATRIX into upper and lower triangular matrices. The L and U matrices have the same number of non-zero elements as in the lower and upper parts of A.

46.

Which of these statements is incorrect about iterative methods?(a) Low computational cost(b) Low computer storage(c) Not suitable for sparse matrices(d) Needs initial guessThis question was addressed to me by my school teacher while I was bunking the class.My question comes from Numerical Methods topic in division Numerical Methods of Computational Fluid Dynamics

Answer»

Right OPTION is (c) Not suitable for sparse matrices

Easiest explanation: Iterative methods are chosen when the coefficient matrix is sparse (less non-zero ELEMENTS). They need less storage and less computational COST. They start the SOLUTION from an initial guess and proceed to find the answer from this initial guess.

47.

The non-linear terms like convection and source terms in a system are linearized using __________(a) Iterative gradient method(b) Jacobi method(c) Picard iteration(d) Incomplete LU decompositionThe question was asked at a job interview.Asked question is from Numerical Methods in portion Numerical Methods of Computational Fluid Dynamics

Answer» RIGHT ANSWER is (c) Picard iteration

To explain I would say: The USUAL solution of non-linear coupled SYSTEM is the sequential decoupled method. For this, the non-linear terms are linearized using the Picard iteration method. This is applied for convection and SOURCE terms of the equation.
48.

In solving non-linear systems, there is a trade-off between ___________ and ___________(a) speed and stability(b) speed and security(c) stability and convergence(d) stability and errorThis question was posed to me during an online exam.I need to ask this question from Numerical Methods topic in section Numerical Methods of Computational Fluid Dynamics

Answer»

The correct choice is (b) speed and SECURITY

Explanation: In SOLVING the non-linear system, there are two methods – Newton’s method and GLOBAL method. Newton’s method is faster and the Global method is guaranteed not to DIVERGE. So, there is always a trade-off between speed and security.

49.

For solving for a single unknown in sequential solvers ____________ is used.(a) Direct solver(b) LU decomposition(c) Elimination method(d) Iterative solverI got this question in an international level competition.My question is based upon Numerical Methods in chapter Numerical Methods of Computational Fluid Dynamics

Answer»

The CORRECT option is (d) Iterative solver

Best explanation: For each inner iteration, ONE variable is unknown and all other variables are TREATED as known values. It is ineffective to solve this SYSTEM accurately for one unknown. So, the iterative solvers are preferred to direct solvers in this CASE.

50.

TDMA and PDMA are particularly suitable for _____________(a) Cartesian grid problems(b) Curvilinear grid problems(c) Unstructured grid problems(d) Structured grid problemsThis question was posed to me at a job interview.Question is from Numerical Methods in division Numerical Methods of Computational Fluid Dynamics

Answer»

Correct option is (d) Structured grid problems

Explanation: When a structured grid is used for discretization, it RESULTS in a coefficient matrix with its non-zero ELEMENTS aligning along a few diagonals. The NUMBER of non-zero diagonals DEPENDS on the discretization stencil and the dimension of the problem. So, TDMA and PDMA are suitable to solve this kind of banded matrix.