Week-10 (Live Session)
2025-09-27
Consider a second order differential equations as follows
Taylor Series expansion
First-order forward difference:
First-order backward difference:
Second-order central difference:
Discretise the below equation with first order backward time and second-order central differencing in spatial domain
Which of the following is the reason for checker boarding problem?
The major reason for checker boarding problem is the decoupling due to central differencing in both continuity and momentum equations. The central differencing allows for oscillating solutions, where both continuity and momentum equations will be satisfied while it is not physically possible.
Staggered grid allows to couple these two, so even if one of them is not physical, the solver looks for other solutions and will eventually converges to a physically consistent solution
Advection term needs to be discretised on a 1D grid point
where and
Under MAC algorithm, which of the following statements are true?
MAC algorithm:
To accelerate convergence, the value of need to be reduced. Similarly, increasing can lead to a stable convergence
Flow
Temperature
Consider the fully developed flow between two parallel plates as shown in the figure below. Write down the governing equation for the flow (along direction). Discretise the governing equation using finite difference scheme and obtain the solution for velocity as a function of .
Consider the same problem as before except for and there is a constant pressure gradient of 1Pa/m, the viscosity of the fluid to be 1kg / m.s and the separation between the plates to be 1m. (The problem is meant to illustrate the application of techniques presented in the lecture videos, hence the little emphasis was given to the values of the properties. Student is advised to attempt the solution with more realistic values when needed)
Consider a square slab of length 1m and thermal conductivity of 1 W/m.K with boundary conditions as specified in the figure below. If the initial temperature throughout the domain is 300K. Derive the discrete equations for the problem and solve for temperature profile as a function of space.
Consider a square slab of length 1m and thermal conductivity of 1 W/m.K (assume ) with boundary conditions as specified in the figure below. If the initial temperature throughout the domain is 300K. However, unlike the previous problem assume there is a constant velocity field throughout the domain given by m/s. Derive the discrete equations for the problem and solve for temperature profile as a function of space. Use the upwind scheme to solve the problem.
Consider a square slab of length 1m and thermal conductivity of 1 W/m.K (assume ) with boundary conditions as specified in the figure below. If the initial temperature throughout the domain is 300K. However, unlike the previous problem assume there is a constant velocity field throughout the domain given by m/s. Derive the discrete equations for the problem and solve for temperature profile as a function of space. Use the central scheme to solve the problem.
Go to Home