Aim: Perform the linear and cubic fit for a given set of data and then gain insights on the several parameters that can be used to identify a good fit. Theory: Curve fitting is the process of constructing a mathematical curve to fit the data points according to some criteria to get a mathematical formula…
ARTH SOJITRA
updated on 19 Jun 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 ARTH SOJITRA (15)
Genetic Algorithm
Aim: To understand the concept of the genetic algorithm and write code in MATLAB to optimize the stalagmite function and find the global maxima of the function. Theory: The stalagmite function is a function with 4 components : 2 sine components in each of the axis direction 2 normal…
30 Jun 2020 10:42 PM IST
Curve fitting in MATLAB:
Aim: Perform the linear and cubic fit for a given set of data and then gain insights on the several parameters that can be used to identify a good fit. Theory: Curve fitting is the process of constructing a mathematical curve to fit the data points according to some criteria to get a mathematical formula…
19 Jun 2020 09:02 PM IST
FVM Literature
Objective : To study the theory behind the various interpolation schemes and the flux limiters in case of the Finite Volume Method. Why the need for FVM? In advanced CFD approaches with highly unstructured grids, we tend to use a method called as the finite Volume Method ( FVM ). While in the normal discretization…
18 Jun 2020 07:40 AM IST
Air standard Cycle
Aim: To demonstrate the working of an otto cycle and write a MATLAB code to plot the graphs and calculate the thermal efficiency. Theory: The Air-Standard cycles work on the principle that the working medium is air. These cycles gained became more and more popular in the theoretical analysis of an Internal Combustion Engine.…
12 Jun 2020 01:27 PM IST
Simulation of a 1D Super-sonic nozzle flow simulation using MacCormack Method
Aim: To simulate the isentropic quasi 1-D nozzle flow using the MacCormack's Method for both conservative and non-conservative forms of the governing equations and compare the results regarding the primitive variables such as Temperature, Pressure, Density, and Mass Flow rate. Theory: Consider a Convergent-Divergent…
10 Jun 2020 04:51 PM IST
To simulate the motion of a simple pendulum with damping
Aim: To study the motion of a simple pendulum. Theory: The way the pendulum moves depends on Newton's second law of motion. When this second law equation is written for the pendulum, we get a second order Ordinary Differential Equation that describes the position of the "bob" with respect to time. …
08 Jun 2020 07:33 AM IST
Stability Analysis in a Transient Problem ( 2-D Heat Conduction Equation )
Objective: In this report, we analyze the stability in a Transient Problem of the 2-D Heat Conduction model. Theory : The only difference between the steady-state and transient state analysis is that in the study state the solution will not change with time. However, in the transient systems the solution changes…
04 Jun 2020 07:26 PM IST
2R Robotic Arm Simulation
Objective: In this report, we shall look at the simulation of a 2-R robotic arm using MATLAB. Theory: A robotic arm is a type of mechanical with similar functions to a human arm; the arm may be the sum total of the mechanism or may be part of a more complex robot. The links of such a manipulator…
03 Jun 2020 07:46 PM IST
Derive the 4th order approximations of the second order derivative using various finite difference schemes .
In this project we are going to derive the 4th order approximations of the second-order derivative using the following schemes : 1.) Central Differencing 2.) Skewed right-sided difference 3.) Skewed left-sided difference The analytical function for which we will derive these schemes is f(x)…
27 May 2020 08:22 PM IST
Compare the first, second and fourth order approximations of the first derivative against the analytical or exact derivative.
Here we are required to compute the First Numerical and Analytical derivatives. Definition of Analytical Derivative: It can be referred to as the exact derivative i.e. the exact value of the derivative of the function at a given point. Definition of Numerical Derivative: It can be referred to as the…
27 May 2020 08:13 PM IST
Linear Convection - Effect of time step size
Here we need to solve the 1-D linear convection Equation which is given by: `frac(partialu)(partialt) + cfrac(partialu)(partialx) =0` Now to solve it numerically, we need to implement some differencing schemes of the numerical techniques to discretize the equation. The discretization for the first-order…
27 May 2020 07:57 PM IST
Numerical Solution to 1-D Linear Convection
Here we need to solve the 1-D linear convection Equation which is given by: `frac(partialu)(partialt) + cfrac(partialu)(partialx) =0` Now to solve it numerically, we need to implement some finite differencing schemes of the numerical techniques to discretize the governing equation. The discretization for the first-order…
27 May 2020 07:51 PM IST
Effect of number of moles of carbon on the Stoichiometric co-efficient in Stoichiometric Combustion for Alkane, Alkene and Alkyne fuels.
In the theory of the Stoichiometric combustion assuming when the fuel and air mix, the products produced are only CO2, H2O, and N2. …
27 May 2020 07:01 PM IST