Engineering Questions with Answers - Multiple Choice Questions
Home » MCQs » Aeronautical Engineering » Computational Fluid Dynamics – Discretization Aspects – Errors and Stability Analysis
Computational Fluid Dynamics – Discretization Aspects – Errors and Stability Analysis
1 - Question
Which of these conditions is unstable?
a) Error is amplified in increasing iterations
b) Error is decreasing in increasing iterations
c) Error is amplified in decreasing iterations
d) Error is maintained in increasing iterations
View Answer
Explanation: A system is said to be unstable if the error increases with the increasing iterations. So, for a system to be stable, the error should decrease or at least should be maintained in further iterations.
2 - Question
The difference between the exact analytical solution of a partial differential equation and its numerical solution is as ___________
a) round-off error
b) discretization error
c) iteration error
d) modelling error
View Answer
Explanation: Discretization error is the error arising due to the numerical solution of a partial differential equation. It includes the error due to the numerical approximation of the governing equations and the boundary conditions.
3 - Question
The error due to the discretization of the partial differential equation is called as ______________
a) round-off error
b) discretization error
c) truncation error
d) iteration error
View Answer
Explanation: Truncation error arises when partial differential equations are approximated. Usually, the partial differential equations are approximated using a series expansion of infinite terms. The higher order terms are cut-off while approximating this series. So, it is called truncation error.
4 - Question
If the order of a discretized equation is ‘k’, what does it mean?
a) The last term of the equation is of (k+1)th power
b) The last term of the equation is of kth power
c) Truncation error is proportional to (k-1)th power
d) Truncation error is proportional to kth power
View Answer
Explanation: When a discretized equation is said to be of the order ‘k’, it means that the last term has (k-1)th power and the first term of the truncated equation has kth power. For example, in spatial derivative, the first term of the truncated equation will be proportional to (∆x)k.
5 - Question
__________ become significant after a repeated number of calculations.
a) Round-off errors
b) Discretization errors
c) Truncation errors
d) Modelling errors
View Answer
Explanation: Round-off errors are introduced because of the round-off results produced by computers for a particular problem. When these round-off values are used for further calculations, they become significant after a certain time.
6 - Question
Round-off errors are important in ____________
a) modelling
b) iterations
c) discretization
d) truncation
View Answer
Explanation: Iterations are where the same process is repeated with the last generated value. This way, while iterating, rounding off the results become significant as they affect further iterations. Round-off errors are aggregated here.
7 - Question
Which of these iterative processes is unstable? (Note: ϵn is the error in the nth iteration).
a) ϵn+1ϵn=0.5
b) ϵn+1ϵn=0.75
c) ϵn+1ϵn=1.25
d) ϵn+1ϵn=1
View Answer
Explanation: For a system to be stable, the error should be decreasing or at least maintained. Representing this mathematically, εn+1 ≤ εn ϵn+1ϵn≤1 For an unstable system, ϵn+1ϵn>1 This happens in ϵn+1ϵn=1.25. So, this system is unstable.
8 - Question
In Von Neumann analysis, the solution is expanded using ____________
a) Laurent series
b) McLaurin series
c) Taylor series
d) Fourier series
View Answer
Explanation: Von Neumann stability analysis is otherwise called as Fourier stability analysis. It is a technique used to analyse the stability of linear partial differential equations. It is named as Fourier stability analysis as it is based on Fourier decomposition of numerical error.
9 - Question
The error occurring while approximating the physical problem is called as ____________
a) Modelling error
b) Physical error
c) Mathematical order
d) Iteration error
View Answer
Explanation: The difference between the physical flow and the exact solution of the mathematical model is termed modelling error. This occurs because of approximating the physical model. It is not possible to model the exact physical scenario happening.
10 - Question
Tolerance for iteration errors is usually based on _______________
a) convergence
b) residuals
c) stability
d) round-off error
View Answer
Explanation: A tolerance should be set for the convergence of iterations to say when to stop the iterations. To set this, tolerance residuals are analysed. Residual directly quantifies the error in the solution of a system.