Objective: To find the significance of Spectral radius on the converge and stability of a linear system Theory: The solution of a system of linear equations can be found by implementing the iterative solvers namely, Jacobi, Gauss-Seidal and SOR. However the before starting to solve a system, we can predict the…
Arghya Roy
updated on 10 Sep 2020
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 Arghya Roy (9)
Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method
Objective: 1. To simulate a 1D Quasi subsonic-supersonic flow inside a convergent-divergent nozzle with 2nd order accuracy using MacCormack's Explicit Method. 2. To compare the numerical results obtained from both conservative form and non-conservative form with the analytical results and draw a line of superiority…
31 Dec 2021 07:34 AM IST
Week 11 - Simulation of Flow through a pipe in OpenFoam
Objective: 1. To simulate a 2D incompressible laminar flow through a cylinder pipe in OpenFOAM. 2. Compare the velocity profile and maximum shear stress for the fully developed flow along with pressure drop with the Hagen Poiseuille's Equation. 3. To make arrangements to save computational resources and time by reducing…
07 Nov 2020 01:56 PM IST
Week 8 - BlockMesh Drill down challenge
OBJECTIVE: 1. To simulate 2D laminar incompressible flow through backwards-facing step using Finite Volume Method and to plot the velocity contour and line plot of velocity at the step. 2. To create the geometry using blockMesh utility 3. To a solver which is cable of solving a laminar and incompressible flow 4. To observe…
20 Oct 2020 11:51 AM IST
Significance of Spectral radius on the converge and stability of a linear system
Objective: To find the significance of Spectral radius on the converge and stability of a linear system Theory: The solution of a system of linear equations can be found by implementing the iterative solvers namely, Jacobi, Gauss-Seidal and SOR. However the before starting to solve a system, we can predict the…
10 Sep 2020 03:48 PM IST
Solving Steady and Unsteady heat conduction equation of a 2D plate surrounded by constant temperature by Finite Difference Method
Objective: To solve a heat conduction equation of a 2D plate surrounded by constant temperature by Finite Difference Method. Here we will consider both the steady-state and transient cases and compare by which iterative method results with better accuracy with less number of iteration can be obtained. Also, we will…
10 Sep 2020 03:40 PM IST
Linear Convection
Objective: `(delu)/(delt) + C(delu)/(delx) =0` To solve the above mentioned 1D Linear Convection Equation using Finite Difference Method where forward differencing is used for the time derivative term and backward differencing is used for the space terms. The initial velocity and the final velocity is to be compared for…
01 Jul 2020 11:55 PM IST
Stoichiometric Combustion Calculator for Alkane, Alkene and Alkyne fuels
Objective: 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, the combustion…
21 Apr 2020 12:31 AM IST
Error Magnitude Comparison with respect to 1D mesh size dx of 4th order approximations of the second-order derivative using Finite Difference Method
Objective: The main target is to find the 4th order approximations of the 2nd order derivative of the function f(x) = exp(x)*cos(x) using all the 3 numerical approximations methods namely, Central Difference Method, Skewed Right-Sided Difference Method and Skewed Left-Sided Difference Method. Then we need to compute…
21 Apr 2020 12:30 AM IST
Solving 2nd order ODE Showing Damping Oscillation of Pendulum
Objective: In Engineering, ODE is used to describe the transient behaviour of a system. A simple example is a pendulum The way the pendulum moves depends on the Newtons second law. When this law is written down, we get a second order Ordinary Differential Equation that describes the position of the "ball"…
21 Apr 2020 12:30 AM IST