Unit 2 QB
Unit 2 QB
PART A
1. Write a brief note on Finite Difference method.
Finite difference. Solution is represented by point values at mesh points. Replace
each differential term in the PDE by a corresponding finite difference approximation.
I. The original approach for CFD.
II. Easy to get high-order discretization (use high-order finite differences).
III. Doesn’t conserve mass, momentum, and energy exactly.
IV. Impractical for unstructured meshes.
9. Indicate the significance of up-wind type formulation in solving fluid flow problems.
Upwind schemes (or simply upwinding) are designed to numerically simulate more
properly the direction of the propagation of information in a flow field along the
characteristic curves. As a result, if the upwinding is carried out in a proper fashion,
the calculation of very sharp discontinuities (spread over only two grid points) with
no oscillations is possible.
10. What is Lax’s equivalence theorem?
For a PDE which approximates a well-posed, linear initial value problem, the
necessary and sufficient condition for convergence is that the PDE must be stable an
consistent.
………..(a)
The differencing used in the above equation, where Eq. (a) is used to represent the
time derivative, is called the Lax method.
C is called the Courant number. This equation says that Δt ≤ Δx/c for the numerical
solution to be stable. Moreover, Eq. (5.47) is called the Courant–Friedrichs–Lewy
condition, generally written as the CFL condition. It is an important stability criterion
for hyperbolic equations.
18. Name the important errors that commonly occur in numerical solution.
The numerical solution of this equation is influenced by two sources of error:
Discretization error, the difference between the exact analytical solution of the
partial differential equation and the exact (round-off-free) solution of the
corresponding difference equation, the discretization error is simply the truncation
error for the difference equation plus any errors introduced by the numerical
treatment of the boundary conditions.
Round-off error, the numerical error introduced after a repetitive number of
calculations in which the computer is constantly rounding the numbers to some
significant figure.
+ + = +
Discretize with central difference and Euler explicit time integration. Also give necessary and
sufficient stability condition.