Engineering Questions with Answers - Multiple Choice Questions
Home » MCQs » Aeronautical Engineering » Computational Fluid Dynamics – Numerical Methods – Coupled Equations and Non-Linear Equations Solution
Computational Fluid Dynamics – Numerical Methods – Coupled Equations and Non-Linear Equations Solution
1 - Question
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 coupled
View Answer
Explanation: 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
2 - Question
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) ones
View Answer
3 - Question
For solving for a single unknown in sequential solvers ____________ is used. a) Direct solver b) LU decomposition c) Elimination method d) Iterative solver
View Answer
4 - Question
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 error
View Answer
5 - Question
The master method for solving the non-linear system of equations is __________ a) Newton’s method b) Global method c) Jacobi method d) Gradient method
View Answer
6 - Question
Newton’s method linearizes the function using ___________ a) McLaurin series b) Laurent series c) Taylor series d) Fourier series
View Answer
7 - Question
Which of these creates a problem in Newton’s method for solving non-linear system of equations? a) Taylor series b) Jacobian c) Convergence d) Speed
View Answer
8 - Question
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 method
View Answer
9 - Question
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 decomposition
View Answer
10 - Question
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 Φ2