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.

For small grid sizes, convergence is related to _________(a) truncation error(b) stability(c) consistency(d) boundednessThe question was asked by my college director while I was bunking the class.My query is from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Correct option is (a) truncation error

For EXPLANATION I WOULD say: When the grid sizes are sufficiently small, convergence is related to truncation error. The rate of convergence is governed by the ORDER of principal truncation error COMPONENT which is used to APPROXIMATE the partial differential equations.

52.

A solution is ideally converged if _________(a) the results match with the exact solution(b) the results for two consecutive iterations are the same(c) the results for two schemes are the same(d) the results for different boundary conditions are the sameI had been asked this question in an interview.This intriguing question comes from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct choice is (b) the results for TWO consecutive iterations are the same

To elaborate: Ideally, a solution of a SYSTEM of equations is SAID to be CONVERGED if the results of two consecutive iterations are exactly the same WITHOUT any variation. No more iterations are required after this.

53.

For which of these problems, the error will be bounded if the system is stable?(a) Transient problems(b) Subsonic problems(c) Supersonic problems(d) Inviscid problemsI had been asked this question in quiz.The above asked question is from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct option is (a) Transient problems

The best EXPLANATION: For transient problems, a stable system keeps the error bounded when time INCREASES. STABILITY for a transient PROBLEM has SPECIAL characteristics. Here, stability guarantees that the method gives a bounded solution if the exact solution is bounded.

54.

A solution to some algebraic equation is said to be consistent if _________(a) the error is bounded(b) the computation time is not prohibitive(c) the numerical solution approaches the exact solution when time step and grid spacing tends to zero(d) the solution does not change with further iterationsThis question was addressed to me in an internship interview.Question is taken from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct CHOICE is (c) the NUMERICAL solution approaches the exact solution when time step and grid spacing tends to zero

The explanation is: A solution to some discretized algebraic equation is said to be consistent if that solution approaches the exact solution of the PARTIAL DIFFERENTIAL equation when time step and grid spacing are very small.

55.

Consistency is defined when the discretization error approaches __________(a) infinity(b) 1(c) 0(d) -1The question was asked in an interview.I'm obligated to ask this question of Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Correct choice is (C) 0

For explanation I WOULD say: CONSISTENCY is defined when the time step or grid spacing approaches 0. When this happens the discretization ERROR becomes zero. When discretization error is zero, it means that the solution matches with the analytical solution.

56.

While solving a system of equations with the Thomas algorithm, in which order are the values of Pi and Qi found?(a) Backwards(b) Forward(c) Simultaneously(d) Depends on the problemI had been asked this question in semester exam.I want to ask this question from Discretization Aspects topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right ANSWER is (B) Forward

For explanation I WOULD say: To find the current VALUES of PI and Qi, the previous values Pi-1 and Qi-1 should be known. So, this is started from the first equation and done in forward order.

57.

Let the i^th equation of a system of n equations be aiΦi=bi Φi+1+ciΦi-1+di. Which of these is correct?(a) cN=0; bN=0(b) cN=0; b1=0(c) c1=0; bN=0(d) c1=0; b1=0This question was addressed to me in an international level competition.The above asked question is from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer» RIGHT ANSWER is (C) c1=0; bN=0

Easiest EXPLANATION: Node 1 will not have a PREVIOUS node (c1=0). The last node will not have the next node (bN=0).
58.

If the domain and equations are not discretized, which of these will become true?(a) Numerical solution cannot be obtained(b) Analytical solution cannot be obtained(c) Initial conditions cannot be applied(d) Mathematical model cannot be obtainedI had been asked this question by my school teacher while I was bunking the class.The above asked question is from Discretization in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer» CORRECT option is (a) Numerical SOLUTION cannot be obtained

Best explanation: Discretization process is done to make the equations SUITABLE for numerical solution. If not discretized, numerical methods COULD not be applied.
59.

Which of the following is a sufficient condition for a system to be stable?(a) Gauss criterion(b) Convergence criterion(c) Stopping criterion(d) Scarborough criterionI have been asked this question during an interview.My question comes from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right answer is (d) Scarborough criterion

Easiest explanation: A system of linear equations can be taken as STABLE if it satisfies the Scarborough criterion. Scarborough criterion gives a condition about the COEFFICIENT matrix of the ALGEBRAIC system. This criterion ALSO gives information about the boundedness of the PROBLEM.

60.

Stability is defined _________(a) only for iterative solvers(b) only for direct solvers(c) for all numerical solvers(d) for all discretization processesThe question was posed to me during an online exam.My question comes from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»
61.

Discretization of the governing equations result in ___________(a) Integral equations(b) Quasi-linear partial differential equations(c) Partial differential equations(d) Algebraic equationsI have been asked this question in final exam.My doubt is from Discretization in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer» RIGHT choice is (d) Algebraic equations

The EXPLANATION is: DISCRETIZATION of the governing equations means converting the partial differential or the INTEGRAL equations into algebraic equations.
62.

Convergence is defined for _________(a) Elimination method(b) Iterative solvers(c) Direct solvers(d) Cramer’s methodThe question was asked by my school principal while I was bunking the class.Question is taken from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Correct choice is (a) Elimination method

Easiest EXPLANATION: Convergence is a property of the iterative solvers used for solving the discretized system of EQUATIONS. It cannot be defined for direct solvers as they do not have repeated STEPS and SIMILAR answers.

63.

Thomas algorithm is _________(a) an analytical method(b) a direct method(c) an iterative method(d) a least squares methodThis question was addressed to me during an interview.This intriguing question comes from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct answer is (c) an ITERATIVE METHOD

Easy explanation: THOMAS algorithm solves a system of equations with non-repeated sequence of OPERATIONS. It is a direct method to solve the system without involving repeated iterations and converging solutions.

64.

If the discretization error is the ratio of grid spacing to time step, then for the system to be consistent, which of these is correct?(a) the ratio should be equal to one(b) the ratio should be equal to zero(c) the ratio should tend to zero(d) the ratio should be equal to negative oneI have been asked this question during an online interview.This interesting question is from Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right answer is (c) the ratio should TEND to ZERO

To explain I would say: We know that consistency is satisfied if discretization error is zero. When discretization error is the ratio of grid spacing to TIME STEP, then actually the ratio should be zero. But, this is not practically possible as the grid spacing cannot be zero. So, grid spacing and time step must be reduced in a way that the ratio tends to zero.

65.

Which of these statements is wrong?(a) Convergence is applicable for iteration processes(b) Convergence is affected by accuracy and efficiency(c) Converged solutions do not vary much with further iterations(d) Converged solutions are exactI had been asked this question in quiz.This interesting question is from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer» CORRECT choice is (d) Converged solutions are exact

To explain I would SAY: Converged solutions are just correct in RESPECT to the iteration. We cannot say that all the solutions which converge are correct. The converged solutions MAY be wrong I respect to other properties. CONVERGENCE does not ensure correct solutions.
66.

For consistency to have some relationship with discretization error, the discretization error should be ____________(a) some powers of time-step(b) some powers of grid spacing(c) some powers of time-step and/ or grid spacing(d) some function of time-step and/ or grid spacingThe question was posed to me during an online exam.Enquiry is from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Correct answer is (a) some POWERS of time-step

Best explanation: When time-step and GRID SPACING APPROACHES zero, discretization error should APPROACH zero. For this, it should be some powers of time-step and/ or grid spacing. If it is a function, it may or may not become zero.

67.

The discretized equation connects each element with __________(a) the northern and southern elements(b) the boundary elements(c) the neighbouring elements(d) the eastern and western elementsThis question was posed to me during an interview.My question is from Discretization topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The CORRECT ANSWER is (c) the neighbouring elements

For explanation: The discretized EQUATION for a particular element connects it with its neighbouring elements in all the sides in general. The particular sides depend upon the PROBLEM TAKEN.

68.

How is the tolerance of convergence decided?(a) Based on stability and consistency(b) Based on efficiency and accuracy(c) Based on efficiency and consistency(d) Based on consistency and accuracyI had been asked this question during an interview.My query is from Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct CHOICE is (b) BASED on efficiency and accuracy

Easiest explanation: In practical, the results of TWO iterations does not exactly match with each other. The iterations are STOPPED when the solution REACHES some acceptable tolerance. This tolerance is decided in a way that it affects neither the accuracy of the solution nor its efficiency.

69.

A system is said to be stable if _________(a) the results for different boundary and initial conditions are different(b) the results for different boundary and initial conditions are the same(c) the system can be solved for different initial and boundary conditions(d) the result of two consequent iterations are the sameI got this question in class test.This interesting question is from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct choice is (c) the system can be solved for different initial and boundary CONDITIONS

The explanation: A stable system of algebraic equation means that the system can be solved for different boundary conditions and initial conditions to get the flow PROPERTIES. While VARYING the boundary conditions, the system should not become UNSOLVABLE.

70.

Stability is the property of a _________(a) partial differential equation(b) discretized equation(c) discretization process(d) mathematical modelThe question was asked in homework.I need to ask this question from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer» RIGHT option is (b) discretized equation

To elaborate: STABILITY is not the property of a discretization process; it is the property of the resulting SYSTEM of discretized equation. This can be analysed mathematically for the system. Stability does not EXIST for a partial differential equation or a mathematical model.
71.

Consistency of a numerical solution is directly associated with __________(a) convergence(b) stability(c) iterative error(d) discretization errorThis question was posed to me in an international level competition.The above asked question is from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct answer is (d) discretization error

To ELABORATE: A NUMERICAL SOLUTION’s consistency has a direct dependence on discretization error. Discretization error occurs because of the discretization of the continuous solution. If this error is big, the solution will not match with the EXACT continuous solution.

72.

The number of discretized equations is equal to the number of __________(a) Discretized cells(b) Boundary conditions(c) Unknowns(d) Boundary-side elementsThe question was asked in an online interview.I'm obligated to ask this question of Discretization in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The CORRECT choice is (a) Discretized CELLS

Easiest EXPLANATION: Discretized equations are formed for each element OBTAINED after discretizing the DOMAIN. So, the number of discretized cells and that of the discretized equations will be the same.

73.

Non-conservative schemes can be consistent and stable if ____________(a) grid is fine(b) grid is coarse(c) solution converges(d) solution is boundedI had been asked this question in an internship interview.My question is based upon Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct choice is (a) GRID is fine

The best explanation: For fine rids, non-conservative schemes can also give a consistent and stable solution. The ERRORS due to non-conservation are negligible. These errors BECOME appreciable only if the grid is coarse and the grid size is more.

74.

For the solution of a system of discretized equations with consistent approximations to be consistent, which of these conditions is necessary?(a) Boundedness(b) Stability(c) Convergence(d) AccuracyI had been asked this question during an interview.I'd like to ask this question from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Correct OPTION is (b) Stability

The BEST I can explain: Inconsistency PROBLEMS arise when we truncate higher ORDER terms. These approximations are consistent is the same order terms are truncated always. Though this condition is satisfied, it is a must for the system of equations to be stable to SATISFY consistency.

75.

What is the other name for Courant number?(a) CFL number(b) Peclet number(c) Nusselt number(d) Scarborough numberThis question was addressed to me during an interview.Origin of the question is Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct answer is (a) CFL number

Easiest EXPLANATION: Courant number is OTHERWISE CALLED CFL number. It is EXPANDED as Courant-Friedrichs-Lewy number. It is named after Richard Courant, Kurt Friedrichs and Hans Lewy who FIRST formed this number.

76.

Consistency comes into the picture because of _________(a) McLaurin series expansion(b) Power series expansion(c) Fourier series expansion(d) Taylor series expansionThe question was posed to me at a job interview.The query is from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right choice is (d) Taylor series expansion

To explain: CONSISTENCY wants the numerical solution to be the same as the ANALYTICAL solution. The numerical approximations of partial DIFFERENTIAL equations are done using the Taylor series expansion. The higher order terms in this series are neglected. This causes a DIFFERENCE between the numerical and the analytical solution.

77.

Thomas algorithm can be used to solve __________(a) any matrix(b) all square matrices(c) only penta-diagonal matrices(d) only tri-diagonal matricesI got this question in an online interview.Query is from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right choice is (d) only tri-DIAGONAL matrices

To explain I would SAY: The other name of the Thomas ALGORITHM is Tri-diagonal matrix algorithm. Tri-diagonal matrices are matrices with non-zero elements in the MAIN diagonal and the diagonals above and below it.

78.

For a system with a source or sink to be conservative, which of these is correct?(a) The total source or sink in the domain is divided equally between the elements(b) The total source or sink in the domain is equal to the net flux through the boundaries(c) The total source or sink in the domain is not considered for checking conservativeness(d) Flux leaving the face of one element is equal to the flux entering the neighbouring elementThe question was asked in final exam.I need to ask this question from Discretization Aspects topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right choice is (b) The TOTAL source or SINK in the DOMAIN is equal to the net flux through the boundaries

To explain: The general CONDITION of equal and opposite fluxes cannot be APPLIED to a system with sources or sinks. For this case, the total source or sink in the domain should be equal to the net flux through the boundaries of the whole domain.

79.

Conservation of the flow properties should be ensured in __________(a) both the global and local domains(b) the global domain only(c) the local domain only(d) the global domain and optionally in the local domainThis question was addressed to me in an online interview.This intriguing question comes from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct option is (a) both the GLOBAL and local domains

The explanation is: We KNOW that the conservation laws govern the flows and the properties like energy and mass are conserved in the global domain. This must be APPLICABLE to the local domain also after discretization. Otherwise, the solution will be UNREALISTIC.

80.

The finite volume method ____________ the governing equations in each cell.(a) discretizes(b) sums up(c) integrates(d) multipliesThis question was addressed to me during an internship interview.I'm obligated to ask this question of Discretization topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct answer is (C) integrates

Best explanation: In the finite volume method, the governing equations are integrated over each CELL to form a semi-discretized equation. Then, the variation of FLOW variables is approximated.

81.

Which of these properties is not included in the Lax Equivalence Theorem?(a) Stability(b) Boundedness(c) Consistency(d) ConvergenceThe question was posed to me in an interview for job.I need to ask this question from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right ANSWER is (b) Boundedness

Explanation: LAX Equivalence Theorem states that “For a well-posed linear initial value PROBLEM solved by the finite difference approximation which satisfies consistency condition, stability is the necessary and SUFFICIENT condition for CONVERGENCE”.

82.

Stability of explicit transient schemes is related to _________(a) over-relaxation(b) the time-step(c) the grid size(d) under-relaxationThe question was asked in examination.My doubt stems from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Correct answer is (b) the time-step

Easiest explanation: Stability of transient schemes vary for implicit and explicit PROBLEMS. Stability of explicit transient SCHEME is ENSURED by limiting the time-step SIZE. Stability of implicit transient scheme is improved by under-relaxing the equations.

83.

In which of these methods, the differential equation is multiplied by a test function?(a) Finite difference method(b) Finite volume method(c) Finite element method(d) Spectral element methodI have been asked this question during an internship interview.I would like to ask this question from Discretization in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Correct option is (d) Spectral element METHOD

For explanation: Spectral element method multiplies the differential EQUATION by a random test function and then integrates it over the ENTIRE DOMAIN.

84.

Equation discretization is the process of converting ___________ PDEs into discretized equations.(a) Open-form(b) Closed-form(c) Linear(d) Quasi-linearThe question was asked in an internship interview.My doubt is from Discretization in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right answer is (b) Closed-form

The best explanation: Closed form continuous PDEs are converted into discretized equations suitable for numerical SOLUTIONS. Analytical solution of this closed form PDEs will give continuous equations which can be used to GET the flow VARIABLE at any desired point in the DOMAIN.

85.

Conservation of the system leaves a limitation to the __________(a) stability(b) solution error(c) convergence(d) boundednessI had been asked this question during an interview for a job.This intriguing question comes from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer» RIGHT choice is (b) solution error

For explanation: If the CONSERVATION of mass, momentum and ENERGY are ensured, the error can only interchange the VALUES at different nodes. The overall system will not be erroneous. So, the solution error is a way decreased by the conservativeness of a system.
86.

Convergence decides _________(a) the result of the numerical method(b) the method of iteration(c) the stability of the system(d) when to stop the iterationsI have been asked this question by my college director while I was bunking the class.This interesting question is from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Correct CHOICE is (d) when to stop the iterations

Best explanation: Iterative PROCESSES start with an initial guessed answer. This CONVERGES into the correct result as the NUMBER of iterations increases. Convergence criterion says when to stop this repeated PROCESS with acceptable error.

87.

It is difficult to analyse the stability of _________(a) non-linear systems without boundary conditions(b) linear systems with boundary conditions(c) non-linear systems with boundary conditions(d) linear systems without boundary conditionsThe question was posed to me in exam.Asked question is from Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right answer is (c) non-linear SYSTEMS with boundary CONDITIONS

Easy explanation: While solving non-linear coupled equations with boundary conditions, analysing STABILITY is difficult. So, the stability of a system is usually analysed for linear problems without boundary conditions. For non-linear systems, we rely on EXPERIENCE to KNOW its stability.

88.

The flux of one element must have _________ to the flux of the neighbouring element.(a) different magnitude and equal sign(b) different magnitude and opposite sign(c) equal magnitude and equal sign(d) equal magnitude and opposite signThis question was posed to me in an international level competition.My doubt is from Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right option is (d) equal magnitude and opposite sign

The explanation is: Flux leaving the face of one ELEMENT should be the flux entering the neighbouring element. So, the FLUXES of two near-by ELEMENTS should have equal magnitude and opposite sign. This ENSURES the conservativeness of the system.

89.

In real, how is convergence defined?(a) Variations are accepted(b) When the variation is less than the result(c) When the variation falls below a certain acceptable range(d) When the variation is the same as the resultThe question was posed to me by my college director while I was bunking the class.The question is from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The CORRECT option is (c) When the variation falls below a CERTAIN acceptable range

The explanation is: In real, the variation between two consecutive iterations cannot be EXACTLY the same. The value of variation will be constantly decreasing. So, the solution is said to be CONVERGED when the range of variation is acceptable.

90.

Which of these is used to analyse the stability of a system?(a) Nusselt number(b) Courant number(c) Peclet number(d) Von Neumann’s methodI have been asked this question in a national level competition.My enquiry is from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Correct CHOICE is (d) Von Neumann’s method

For explanation: Von Neumann’s method is a widely used method of analysing the stability of any mathematical system. SINCE CFD uses NUMERICAL methods to solve problems, Von Neumann’s method is APPLICABLE to the CFD schemes also.

91.

Consider a system of equations where the i^th equation is aiΦi=bi Φi+1+ciΦi-1+di. While solving this system using Thomas algorithm, we get Φi=PiΦi+1+Qi. What are P1 and Q1?(a) \(P_1=\frac{d_1}{a_1-c_1};Q_1=\frac{b_1}{a_1-c_1}\)(b) \(P_1=\frac{b_1}{a_1-c_1};Q_1=\frac{d_1}{a_1-c_1}\)(c) \(P_1=\frac{d_1}{a_1};Q_1=\frac{b_1}{a_1}\)(d) \(P_1=\frac{b_1}{a_1};Q_1=\frac{d_1}{a_1}\)This question was addressed to me during an online exam.This intriguing question comes from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct choice is (d) \(P_1=\frac{b_1}{a_1};Q_1=\frac{d_1}{a_1}\)

Best EXPLANATION: In GENERAL,

\(P_i=\frac{b_i}{a_i-c_i P_{i-1}};Q_i=\frac{c_i Q_{i-1}+d_i}{a_i-c_i P_{i-1}}\)

As c1=0,

\(P_1=\frac{b_1}{a_1};Q_1=\frac{d_1}{a_1}\).

92.

After finding all the values of Pi and Qi, in which order are the values of Φi found?(a) Forward(b) Simultaneously(c) Backwards(d) Depends on the problemI had been asked this question in homework.Asked question is from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

Right OPTION is (C) Backwards

The best explanation: The LAST value of ΦN can be FOUND using QN. Using this, the previous value is found using the formula Φi=PiΦi+1+Qi. So, it is done backwards.

93.

Using the Thomas algorithm, if the i^th unknown is Φi=Pi Φi+1+Qi. what is the last unknown value ΦN equal to?(a) 0(b) PN(c) QN(d) 1I got this question during an interview.My doubt stems from Discretization Aspects in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer» RIGHT option is (c) QN

The BEST EXPLANATION: For the LAST EQUATION, bN=0. So, PN=0. ΦN=PNΦN+1+QN=QN.
94.

Which of these methods is usually conservative?(a) Finite Difference Method(b) Finite Element Method(c) Finite Volume Method(d) Iterative MethodThis question was posed to me during an interview.My doubt is from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer» RIGHT CHOICE is (c) Finite Volume Method

The explanation is: Conservativeness is defined for the discretization schemes only. Finite volume methods OFTEN guarantee conservation. They integrate the flow variables over each elemental domain. They ensure that FLUX leaving ONE domain is equal to that entering the neighbouring domain.
95.

Thomas algorithm is a ___________(a) Linear equations solver(b) Quadratic equations solver(c) Discretization method(d) Linear least square systemThis question was posed to me in an interview for job.Question is from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics

Answer»

The correct answer is (a) Linear equations solver

Explanation: Using a discretization METHOD, the GOVERNING partial differential EQUATION are converted into a system of algebraic equations. These discretized equations are SOLVED using the Thomas ALGORITHM.