Jacobi Method:Jacobi iterative method is an algorithm for determining the solutions of a diagonally dominant system of linear equations. Each diagonal element is solved for, and an approximate value is plugged in. The process is then iterated until it converges. Let be a square system of n linear equations, where:…
Malav Pathak
updated on 04 May 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 Malav Pathak (9)
Frequency Analysis of a rotating shaft
Objectives: To find out the critical frequencies of a rotating shaft in Solidworks by applying a bearing fixture on the stepped face of the rod at the two ends and perform the analysis. Rotating Shaft Design: Boundary Conditions: Material - Alloy Steel The stepped ends of the shafts were fixed by bearing fixture.…
07 Jul 2020 11:13 AM IST
MBD Simulation on a Piston Assembly
Objective: To create a 3D model for Piston Assembly and parts are performed a motion analysis and also to study linear displacement of the Piston head assembly. Introduction: A piston is a component in reciprocating pumps, engines, gas compressor, and other similar mechanisms. It…
27 Jun 2020 12:09 PM IST
MBD Simulation on IC Engine Valve Train
Objective: The main objective is to model and assemble IC engine valve train which consists of essential parts such as a cam, push rod, rocker arm, valve mount, and valve and run the motion analysis to find the contact force encountered between the parts and explain the results. Introduction: A valve…
27 Jun 2020 07:38 AM IST
Internal Geneva Mechanism
Aim: To simulate the internal Geneva mechanism for the given condition and plot the graph Objective: Prepare 3-D model driver and driven part of internal Geneva mechanism. Create the assembly of a Geneva mechanism. Simulation of the Geneva mechanism at 10 and 20 RPM Compare the graph for the precise contact and non-precise…
27 May 2020 12:40 PM IST
Week 5 - Curve fitting
Aim:Program to perform curve fitting in PYTHON Questions asked: 1. What does popt and pcov mean? Popt = An array that holds the value of the coefficients of variables in a function. Pcov = Is an two dimensional array that stores the values of the estimated co-variance of popt i.e the coefficients …
18 May 2020 05:25 AM IST
Program to simulate the transient behaviour of a simple pendulum using python
Aim: Program to simulate the transient behaviour of a simple pendulum and to create an animation of it\'s motion. Introduction: A simple pendulum consists of a ball (point-mass) m hanging from a (massless) string of length L and fixed at a pivot point P. When displaced to an initial angle and released, the pendulum will…
09 May 2020 02:00 AM IST
Analysis Of Air Standard Cycle Using Python
Aim: Python program to obtain the presssure-volume curve of a otto - cycle. Introduction: Process 1-2 a mass of air is drawn into piston/cylinder arrangement at constant pressure. Process 2-3 is an adiabatic (isentropic) compression of the charge as the piston moves from the bottom dead center (BDC) to…
08 May 2020 08:54 AM IST
Rankine Cycle Simulator
AIM: Create a Rankine Cycle Simulator OBJECTIVE: Calculate each state points of the Rankine Cycle based on inputs. Plot the corresponding T-s and h-s plots for the given set of inputs. Calculate Efficiency. The Rankine cycle is an idealized thermodynamic cycle of a heat engine that converts…
04 May 2020 04:47 AM IST
Matlab Program To Solve Equation Using Jacobi Method
Jacobi Method:Jacobi iterative method is an algorithm for determining the solutions of a diagonally dominant system of linear equations. Each diagonal element is solved for, and an approximate value is plugged in. The process is then iterated until it converges. Let be a square system of n linear equations, where:…
04 May 2020 04:38 AM IST