Aim: To solve steady as well as unsteady(transient) 2D heat conduction equation by using the point iterative techniques. Theory: The 2D heat conduction equation, eqn.1, is stated as follows, `(delT)/(delt)+alpha((del^2T)/(delx^2)+(del^2T)/(dely^2))=0` This equation can be solved by either steady state approach…
Yash Gujarathi
updated on 27 Jul 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 Yash Gujarathi (11)
Week 1- Mixing Tee
Aim: To simulate a flow through mixing tee and understand the mixing effectiveness based on length of the mixing tee and the momentum ratio given that the hot inlet temperature is `36^0`C and the cold inlet is at `19^0`C. Theory: Mixing Tees utilizes a specifically engineered internal geometry to efficiently…
17 Apr 2022 12:03 PM IST
Week 9 - FVM Literature Review
Finite Volume Method: The Finite Volume Method (FVM) is a numerical technique that transforms the partial differential equations representing conservation laws over differential volumes into discrete algebraic equations over finite volumes (or elements or cells). Major differences between FDM & FVM: On structured grids,…
01 Sep 2021 10:51 AM IST
Week 8 - Simulation of a backward facing step in OpenFOAM
Aim: To simulate flow over a backward facing step in OpenFoam and to evaluate velocity profile at entry and step regions with/without grading factor. Theory: Here, we have considered an incompressible-laminar-viscous flow. The transient simulation has to be performed. OpenFoam has built-in tutorials which are categorized…
28 Aug 2021 07:51 AM IST
Week 7 - Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method
Aim: To investigate steady-state flow-field variables of both the conservative and non-conservative forms of the governing equations viz. continuity, momentum and energy equation, and to compare these two forms by comparing their solutions. Theory: We consider the steady, isentropic flow through a convergent-divergent…
16 Aug 2021 11:45 AM IST
Week 5.1 - Mid term project - Solving the steady and unsteady 2D heat conduction problem
Aim: To solve steady as well as unsteady(transient) 2D heat conduction equation by using the point iterative techniques. Theory: The 2D heat conduction equation, eqn.1, is stated as follows, `(delT)/(delt)+alpha((del^2T)/(delx^2)+(del^2T)/(dely^2))=0` This equation can be solved by either steady state approach…
27 Jul 2021 11:06 AM IST
Week 3.5 - Deriving 4th order approximation of a 2nd order derivative using Taylor Table method
Aim: To derive equations for 4th order approximations of the second-order derivative by using methods i.e. Central difference, Skewed right-sided difference, Skewed left-sided difference and to evaluate the results from MATLAB program for the given methods with the help of Taylor's table. Theory: Central difference method…
13 Jul 2021 06:53 AM IST
Project 2 - Rankine cycle Simulator
Aim: To create a Rankine Cycle Simulator using MATLAB Theory: Rankine cycle is the theoretical cycle on which the steam turbine (or engine) works. The schematic diagram and T-s diagram of Rankine Cycle, are given as follows, It comprises of…
29 Jun 2021 11:17 AM IST
Project 1 - Parsing NASA thermodynamic data
Aim: To analyse the data from NASA thermodynaic data file and to evaluate molecular weights of species and it's thermodynamic properties such as Cp, H and S with respect to temperature range, by using MATLAB Program. Governing Equations: NASA came up with polynomials that can be used to evaluate thermodynamic properties…
27 Jun 2021 03:23 PM IST
Week 4.1 - Genetic Algorithm
Aim: To undertand the concept of genetic algorithm, stalagmite function and ways to optimise the stalagmite function. Also, to write a code in MATLAB that will optimise the stalagmite function using 'ga' command and its attributes. Governing equations: Stalagmite function, `f(x,y)=f_(1,x)*f_(2,x)*f_(1,y)*f_(2,y)` where,…
17 Jun 2021 08:30 AM IST
Week 3 - Solving second order ODEs
#ODE of the motion of a pendulam #Inputs b=0.05; g=9.81; l=1; m=1; Here, 'b' is the damping coefficient, 'g' is the tacceleration due to gravity, 'l' is the length of string by which ball is attached, 'm' is the mass of ball. #Initial condition theta_0 = [0;3]; This array saves the initial values of theta i.e. angle made…
07 Jun 2021 01:19 PM IST
P-V Diagram of Otto cycle
03 Jun 2021 02:19 PM IST