Aim: To derive a fourth-order approximation of second-order derivative using the Taylor table method and compare the different schemes. Objective: 1. To derive central skewed-right and skewed-left differencing schemes 2. Compare the absolute error with the analytical…
Bharath Gaddameedi
updated on 20 Sep 2021
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Bharath Gaddameedi (9)
Week 7 - Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method
Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method Aim: To simulate the isoentropic flow through a quasi 1D subsonic-supersonic nozzle using conservation and non-conservation forms of governing…
19 Dec 2022 08:52 AM IST
Project 2 - Rankine cycle Simulator
AIM: Write a code to simulate the Rankine cycle in MATLAB. INTRODUCTION: 1. THEORY OF RANKINE CYCLE The Rankine cycle is an idealized thermodynamic cycle that describes how the energy is extracted from working fluid that moves between heat source and sink. It is commonly used in power generation plants that harness…
10 Jun 2022 04:40 PM IST
Week 4.1 - Genetic Algorithm
AIM: Write a code to optimize the stalagmite function and find the global maxima of the function. Plot the graphs for different studies to understand the behavior of the genetic algorithm and for Fmax vs no. of iterations. OBJECTIVES: understand concepts of genetic algorithm write a code to optimize stalagmite function…
02 May 2022 10:30 AM IST
Project 1 - Parsing NASA thermodynamic data
AIM: To write a program to extract the coefficients and calculate the thermodynamic properties of various species in the data file. GOVERNING EQUATIONS: `C_p /R…
23 Mar 2022 05:08 AM IST
Week 3 - Solving second order ODEs
Aim: To simulate the motion of a simple pendulum by solving the ordinary differential equation of motion of the pendulum. Governing equation: `(d^2θ)/(dt^2)+(b/m)(dθ)/dt+g/Lsinθ=0` this is the ode for the motion of a simple pendulum with a damping effect. Procedure: First, define the function to…
24 Feb 2022 06:57 AM IST
Week 5.1 - Mid term project - Solving the steady and unsteady 2D heat conduction problem
Objective: To perform steady and unsteady analysis of 2D heat conduction using different point iterative techniques. Given: boundary conditions of domain top 600K, bottom 900K, left 400K, and right boundary 800K Steady-state 2D heat conduction `(del^2T)/(delx^2)+(del^2T)/(dely^2) = 0` Equation for 2D steady-state…
16 Nov 2021 12:39 PM IST
Week 3.5 - Deriving 4th order approximation of a 2nd order derivative using Taylor Table method
Aim: To derive a fourth-order approximation of second-order derivative using the Taylor table method and compare the different schemes. Objective: 1. To derive central skewed-right and skewed-left differencing schemes 2. Compare the absolute error with the analytical…
20 Sep 2021 08:23 AM IST