OBJECTIVE: To write code that can solve an air standard cycle and make plots for the following condition. 1. To create a PV diagram 2. To obtain the thermal efficiency of the engine. MAIN CODE:-(also the function code) import math import matplotlib.pyplot as plt def eng_kinematics (bore,stroke,con_rod,cr,start_crank,end_crank):…
guru subramani
updated on 04 Jul 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 guru subramani (13)
Week 2 Air standard Cycle
OBJECTIVE: To write code that can solve an air standard cycle and make plots for the following condition. 1. To create a PV diagram 2. To obtain the thermal efficiency of the engine. MAIN CODE:-(also the function code) import math import matplotlib.pyplot as plt def eng_kinematics (bore,stroke,con_rod,cr,start_crank,end_crank):…
04 Jul 2020 11:22 AM IST
Week 3 - Solving second order ODEs
INTRODUCTION: The pendulum is a body suspended from a fixed support so that it swings freely back and forth under the influence of gravity. When a pendulum is displaced sideways from its resting, equilibrium position, it is subject to a restoring force due to gravity that will accelerate it back toward the equilibrium…
24 Jun 2020 02:40 PM IST
Frequency Analysis of a rotating shaft
INTRODUCTION: A rotating shaft is a machine element, usually circular in cross-section, which is used to transmit power from one part to another, or from a machine that produces power to a machine that absorbs power. AIM: To create the model in Solidworks by assigning individual dimensions and to conduct the frequency…
23 Jun 2020 12:25 PM IST
Centrifugal pump design and analysis
CENTRIFUGAL PUMP DESIGN AND ANALYSIS CENTRIFUGAL PUMP: Centrifugal pumps are used to transport fluids by the conversion of rotational kinetic energy to the hydrodynamic energy of the fluid flow. The rotational energy typically comes from an engine or electric motor. AIM: To create a centrifugal pump (3D-model) to…
20 Jun 2020 11:46 AM IST
Modelling and simulation of flow through a flowbench
MODELING AND SIMULATION OF A FLOW THROUGH THE FLOW BENCH INTRODUCTION: An airflow bench is a device that is used for testing the internal aerodynamic qualities of an engine component and is related to the more familiar wind tunnel.…
19 Jun 2020 08:03 AM IST
Flow over an airfoil
AIM: In this project, we have to perform CFD analysis of 2D-subsonic flow over the NACA airfoil-0017 for the various angles of attack are taken and the drag force and the lift force are calculated.the airfoil is created using SOLIDWORKS and CFD analysis is carried out using Flow Simulation Wizard at various angles of attack…
17 Jun 2020 11:22 AM IST
Flow over a cylinder
CFD -Flow over a cylinder AIM: To perform CFD analysis on a cylinder in which external flow takes place and running a baseline simulation and then calculating the Reynolds number and also the simulation end time. To increase the…
14 Jun 2020 02:05 PM IST
MBD Simulation on IC Engine Valve Train
MBD Simulation on IC Engine Valve Train 1) INTRODUCTION:- A Valvetrain is a mechanical system that controls the operation of the intake and exhaust valves in an internal combustion engine. The intake valves control the flow of air/fuel mixture (or air alone for direct-injected…
09 Jun 2020 10:57 AM IST
MBD Simulation on a Piston Assembly
MBD SIMULATION ON PISTON ASSEMBLY 1)INTRODUCTION : A piston is a component of reciprocating engines, reciprocating pumps, gas compressors,…
07 Jun 2020 03:14 PM IST
Planetary Gear
DESIGN AND SIMULATION OF PLANETARY GEAR INTRODUCTION: GEAR: A gear is a rotating machine part having cut teeth, which mesh…
05 Jun 2020 03:45 PM IST
Internal Geneva Mechanism
THE INTERNAL GENEVA MECHANISM AIM: To design the 3D model of internal geneva mechanism to obtain various plots…
03 Jun 2020 10:51 AM IST
OTTO CYCLE
AIM: To Write a program in Matlab to obtain various state point variable and thermal efficiency of the otto cycle. OBJECTIVES OF THE PROJECT: The main objective of this project is to determine pressure,volume and temperature at various points of otto cycle. To obtain the thermal efficiency of the otto cycle. BODY…
11 May 2020 05:09 AM IST
FORWARD KINEMATICS OF ROBOT ARM
https://youtu.be/1zW12tWYjUo AIM: To Write a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm/ OBJECTIVES OF THE PROJECT: The main objective of this project is to simulate a forward kinematics of 2R Robotic Arm To determine the workspace of the manipulator with respect to various angle…
10 May 2020 10:29 AM IST