Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Comparing the first, second, and fourth-order approximations of the first order derivative against the analytical or exact derivative using MATLAB

OBJECTIVE:- Write a program in MATLAB that compares the first, second, and fourth-order approximations of the first derivative against the analytical or exact derivative. For a function, `f(x)=sinx/x^3`; we’ll compute the first derivative at `x=pi/3`; both numerically and analytically. Define…

Project Details

Loading...

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.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Shivanshu Kumar (14)

Flow around a cylinder to show the effect of Reynolds number on the coefficient of drag & lift and also explaining the Von Kármán Vortex Street phenomenon using steady & unsteady solvers

Objective:

PROBLEM SPECIFICATION: Simulate the flow over a cylinder and explain the phenomenon of Kármán Vortex Street using ANSYS Fluent.    PART-I:- Simulate the flow with the steady and unsteady case and calculate the Strouhal Number for Re= 100.  PART-II:- Calculate the coefficient of drag and lift…

calendar

23 Oct 2020 05:51 PM IST

  • CFD
Read more

Simulation of fluid flow thermal mixing in the T-junction using k-epsilon and k-omega SST models for different momentum ratios in ANSYS Fluent

Objective:

PROBLEM SPECIFICATION: For this project, we have created two versions of the T-junction. One of them is longer than the other. Our job is to set up steady-state simulations to compare the mixing effectiveness when the hot inlet temperature is 360C & the Cold inlet is at 190C.  Use the k-epsilon and k-omega SST…

calendar

06 Oct 2020 06:25 PM IST

Read more

Simulation of flow through a regular pipe in OpenFoam: Comparison of results obtained from Symmetry and Wedge boundary conditions with the Analytical solution (Hagen-Poiseuille Equation)

Objective:

NOTE: This project is the continuation of the last project, "Simulation of Laminar Viscous Flow through a regular Pipe using Wedge Boundary conditions in OpenFOAM and post-processed in ParaView". It is highly recommended to read that project first, to have a better understanding of this one! Problem Specification:…

calendar

21 Sep 2020 04:25 PM IST

Read more

Simulation of Laminar Viscous Flow through a regular Pipe using Wedge Boundary conditions in OpenFOAM and post-processed in ParaView

Objective:

Problem Specification: Write a program in MATLAB that can generate the computational mesh automatically for any wedge angle (wedge angle should be less than 5 degrees) and grading schemes. For a baseline mesh, show that the velocity profile matches with the Hagen Poiseuille's equation. Show that the velocity profile…

calendar

21 Sep 2020 02:25 PM IST

Read more

Simulation of laminar flow over a Backward Facing Step using the icoFoam solver in OpenFOAM to show the effect of different Mesh Grading Factor on the Boundary Layer Separation

Objective:

SIMULATION OF LAMINAR FLOW OVER A BACKWARD FACING STEP USING THE icoFoam SOLVER IN OpenFOAM TO SHOW THE EFFECT OF DIFFERENT MESH GRADING FACTOR ON THE SOLUTION PROBLEM SPECIFICATION: Problem Statement: By using the icoFoam solver in OpenFOAM, simulate the flow through a Backward Facing Step, and compare the results for…

calendar

05 Aug 2020 01:33 PM IST

Read more

Simulation of quasi-one-dimensional Supersonic Nozzle flow using MacCormack method in MATLAB

Objective:

SIMULATION OF QUASI-ONE-DIMENSIONAL SUPERSONIC NOZZLE FLOW USING MACCORMACK METHOD PROBLEM SPECIFICATION:- In this project, we will simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle. We will derive both the conservation and non-conservation forms of the governing equations and solve them using…

calendar

28 Jul 2020 02:13 PM IST

Read more

Solving and Simulating the steady & unsteady 2-D Heat Conduction equation in MATLAB

Objective:

  Solving the Steady and Unsteady 2-D Heat Conduction Equation in MATLAB Problem Specification:- Solving the steady-state 2-D heat conduction equation implicitly using point-iterative methods; such as Jacobi, Gauss-Seidel, and Successive Over-Relaxation (SOR). Solving the unsteady (transient)-state 2-D heat conduction…

calendar

28 Jul 2020 05:04 AM IST

Read more

Stability Analysis for different Iterative Solvers on a System of Linear equations in MATLAB

Objective:

Stability Analysis for different Iterative Solvers on a System of Linear equations in MATLAB Problem Specification:- Solving the system of linear equations in MATLAB using different iterative solvers and showing: The impact of the spectral radius on the convergence of the solution. The effect of diagonal magnification…

calendar

05 Jul 2020 12:30 PM IST

Read more

Stoichiometric Combustion Calculator for different fuel types in MATLAB

Objective:

PROBLEM SPECIFICATION Stoichiometric combustion offers an easy way to understand combustion concepts. When fuel and air mix they produce products as co2, co, oh, h2o, no, n2o, and many more. In stoichiometric combustion, we make a simple assumption that the by-products are only co2, h2o, and n2. For a generic alkane fuel,…

calendar

14 Jun 2020 04:09 PM IST

Read more

Simulating the Motion of a Simple Pendulum with Damping in MATLAB

Objective:

PROGRAM IN MATLAB/OCTAVE TO SIMULATE THE PENDULUM MOTION OBJECTIVE:- To write a program in MATLAB/OCTAVE to solve the equation of motion of a simple pendulum (with damping). To simulate the pendulum motion b/w 0-20sec, for angular displacement=0, angular velocity=`3 rad⁄sec`; at time t=0. PROBLEM FORMULATION AND…

calendar

13 Jun 2020 12:07 PM IST

Read more

Numerical analysis of 1-D Linear Convection equation using MATLAB to show the effect of Time Step Size (dt) on the solution

Objective:

Numerical analysis of 1-D Linear Convection equation using MATLAB to show the effect of Time Step Size (dt) on the solution PROBLEM SPECIFICATION:- Assumptions: Domain Length, L=1m. The initial velocity profile is a step function. It is equal to 2m/s between x=0.1 & 0.3, and 1m/s everywhere else. The number of grid…

calendar

13 Jun 2020 12:05 PM IST

Read more

Comparing the first, second, and fourth-order approximations of the first order derivative against the analytical or exact derivative using MATLAB

Objective:

OBJECTIVE:- Write a program in MATLAB that compares the first, second, and fourth-order approximations of the first derivative against the analytical or exact derivative. For a function, `f(x)=sinx/x^3`; we’ll compute the first derivative at `x=pi/3`; both numerically and analytically. Define…

calendar

13 Jun 2020 12:00 PM IST

Read more

Deriving the 4th order approximation of the second-order derivative using Central difference and Skewed difference schemes. Comparing the mentioned schemes for absolute error in MATLAB.

Objective:

Derive the following 4th order approximation of the second-order derivative using:- 1. Central difference 2. Skewed right-sided difference 3. Skewed left-sided difference Also, prove that your skewed schemes are fourth-order accurate.  Write a program in Matlab to evaluate the second-order derivative of the analytical…

calendar

13 Jun 2020 11:58 AM IST

Read more

Numerical analysis of 1-D Linear Convection equation for varying grid points (n) using MATLAB

Objective:

Numerical analysis of 1-D Linear Convection equation for varying grid points (n) using MATLAB PROBLEM SPECIFICATION:- Assumptions: Domain Length, L=1m. The initial velocity profile is a step function. It is equal to 2m/s between x=0.1 & 0.3, and 1m/s everywhere else. Using first-order forward differencing for the time…

calendar

13 Jun 2020 11:35 AM IST

Read more
Showing 1 of 14 projects