1. OBJECTIVE: To investigate the effect of preheating (298K to 600K) on the adiabatic flame temperature. To investigate the effect of preheating on combustion efficiency (LHV = 50MJ/kg, and furnace exit temperature = 1700K). To investigate the effect of preheating on fuel saving. 2. THEORETICAL BACKGROUND: …
Manzur Ahmed
updated on 24 Sep 2022
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 Manzur Ahmed (17)
Week 9 - FVM Literature Review
AIM: Finite Volume Method What is the Finite Volume Method(FVM), Major differences between FDM & FVM Need for interpolation schemes and flux limiters in FVM. INTRODUCTION: The Finite Volume (or control volume) Method or FVM is a numerical technique that transforms the partial differential…
01 Nov 2022 07:18 PM IST
Simulation of a 1D Super-sonic nozzle flow simulation using MacCormack Method in MATLAB
OBJECTIVES: Derive both the conservation and non-conservation forms of the governing equations and solve them using MacCormack's technique. Steady-state distribution of primitive variables inside the nozzle. Time-wise variation of the primitive variables. Variation of Mass flow rate distribution inside the nozzle at different…
24 Sep 2022 07:52 PM IST
Effect of preheat temperatures on adiabatic flame temperature, combustion efficiency, and fuel savings using Python and Cantera
1. OBJECTIVE: To investigate the effect of preheating (298K to 600K) on the adiabatic flame temperature. To investigate the effect of preheating on combustion efficiency (LHV = 50MJ/kg, and furnace exit temperature = 1700K). To investigate the effect of preheating on fuel saving. 2. THEORETICAL BACKGROUND: …
24 Sep 2022 07:49 PM IST
Study of Adiabatic Flame Temperature using PYTHON and CANTERA
OBJECTIVES: To study the effect of equivalence ratio on the final Adiabatic Flame Temperature (in a Constant Volume chamber) and compare the results with Cantera. To study the Adiabatic Flame Temperature variation with heat loss in a Constant Pressure chamber. To calculate the Adiabatic Flame Temperature for different…
24 Sep 2022 07:46 PM IST
Transient simulation of an incompressible, laminar, viscous flow through a backward-facing step in OpenFOAM
OBJECTIVE: To set-up and perform the simulation in OpemFOAM. To measure the velocity profile at 0.085 m from the inlet of the geometry. To explain why the Grading/Growth factor is essential for meshing. INTRODUCTION: OpenFOAM is a free, open-source CFD software that is a three-dimensional CFD tool, based on the finite…
22 Sep 2022 05:36 PM IST
Understanding the stability analysis in linear systems using MATLAB
GIVEN: Coefficient Matrix, A=[5 1 2 ; -3 9 4; 1 2 -7] Solution Matrix, X=[x1;x2;x3] Residual Matrix, B=[10 -14 33] OBJECTIVES: To solve the system of matrices using Jacobi, Gauss-seidel, and SOR methods. To compute…
01 Jul 2022 10:47 AM IST
Air Standard Cycle in MATLAB
OBJECTIVES: To write a code in Matlab for : The PV diagram of an Air Standard Otto Cycle To calculate the Thermal Efficiency of the engine. INTRODUCTION: Otto cycle is a gas power cycle that is used in the spark-ignition internal combustion engine. An Otto cycle consists of two isentropic (reversible adiabatic)…
01 Jul 2022 10:44 AM IST
Curve Fitting in MATLAB
OBJECTIVES: To write code to fit a linear and cubic polynomial for the Cp data. To plot the linear and cubic fit curves along with the raw data points. To explain the parameters used to measure the fitness characteristics for both the curves. INTRODUCTION: Curve fitting examines the relationship between one or more…
01 Jul 2022 10:44 AM IST
Forward Kinematics of a 2R Robotic Arm using MATLAB
AIM: To write a program in Matlab to simulate the Forward Kinematics of a 2R Robotic Arm. INTRODUCTION: The Robotic Arm consists of 2 arms i.e. Link 1 (length l1) and Link 2 (length l2). Link 1 is fixed at base coordinates…
01 Jul 2022 10:34 AM IST
Flow over a Bicycle using MATLAB
AIM: To calculate the Drag Force for Flow over a Bicycle using Matlab programming. INTRODUCTION: Drag is a mechanical force. It is generated by the interaction and contact of a solid body with a fluid (liquid or gas). It is not generated by a force field, in the sense of a gravitational field or an electromagnetic…
01 Jul 2022 10:31 AM IST
Fourth-order approximations of the second-order derivative of different finite-difference schemes using MATLAB
AIM: To derive fourth-order approximations of the second-order derivatives for Central Difference, Skewed Right-Sided Difference, and Skewed Left-Sided Difference schemes. To prove that these schemes are fourth-order accurate. To write programs in Matlab to determine the second-order derivative of the function…
01 Jul 2022 10:20 AM IST
Motion of a Damped Simple Pendulum using ode45 Solver in MaATLAB
AIM: To write a program in Matlab to simulate the transient behavior of a simple pendulum and to create an animation of its motion. THEORY: The Ordinary…
01 Jul 2022 10:11 AM IST
1D linear convection for varying time-steps using MATLAB
OBJECTIVE: To write a function that accepts the time step as an argument and solve the 1D Convection Equation. Also, to study the effect of time step size on the numerical solution. To study the CFL criteria that govern the linear convection equation and see if this criterion applies to an implicit solution. To explain…
01 Jul 2022 10:06 AM IST
Solving the steady and unsteady 2-D heat conduction equation using MATLAB
AIM: To solve the 2D heat conduction equation by using the point iterative techniques for steady-state and transient state analysis using Matlab. GIVEN: Top Boundary = 600 K Bottom Boundary = 900 K Left Boundary = 400 K Right Boundary = 800 K Absolute error criteria = 1e-4 OBJECTIVES: To solve the steady-state…
01 Jul 2022 10:05 AM IST
A study on the effect of time-step on the stability of the implicit and explicit schemes using MATLAB
OBJECTIVES: To study the effect of time step on the stability of the solution for implicit and explicit schemes To discuss the CFL number and its effect on the stability of the solution. Also, to plot the unstable solution. THEORY: Courant-Friedrichs-Lewy (CFL) condition: In order to converge explicit and semi-implicit…
01 Jul 2022 09:59 AM IST
A comparison of the rate of convergence for the steady-state and transient-state of 2-D heat conduction equation using Matlab
AIM: To compare the convergence rate (number of iterations) of the steady-state and transient (unsteady)-state heat conduction analysis using Matlab GIVEN: Top Boundary = 600 K; Bottom Boundary = 900 K; Left Boundary = 400 K; Right Boundary = 800 K; Absolute error criteria = 1e-4 THEORY: (This…
01 Jul 2022 09:56 AM IST
Deriving 4th order approximation of a 2nd order derivative using Taylor Table method in Matlab
AIM: To derive fourth-order approximations of the second-order derivatives for Central Difference, Skewed Right-Sided Difference, and Skewed Left-Sided Difference schemes. To prove that these schemes are fourth-order accurate. To write programs in Matlab to determine the second-order derivative of the function…
01 Jul 2022 09:50 AM IST