Solving 2nd order ode’s using MATLAB Second Order Differential Equation Introduction: Second order differential equation is a specific type of differential equation that consists of a derivative of a function of order 2 and no other higher-order derivative of the function appears in the equation. It includes…
Pavan A N
updated on 02 May 2022
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 Pavan A N (15)
Design of backdoor
AIM: To Design the outer upper and lower panel, inner panel with the necessary reinforcements by following the Master section with the design parameter for the given class A surface. INTRODUCTION: The trunk (North American English) or boot (British English) of a car is the vehicle's main storage or cargo compartment, often…
04 Mar 2023 10:32 PM IST
Roof Design
INTRODUCTION The roof of a car or other vehicle is the top part of it, which protects passengers or goods from the weather. The roof also protects the passenger from any injury when the car gets crashed or is rolled over or something heavy falls on the roof. OBJECTIVE: Main objective of the project is to create the Roof…
10 Feb 2023 07:56 PM IST
Fender Design
OBJECTIVE: To design the Drip Area, Sill mount area, bumper mount region and A-pillar mount Region. INTRODUCTION: CATIA is a multi-purpose software, used in Computer Aided Designing, Computer Aided Manufacturing, Computer Aided Engineering, PLM and 3D. It is used to design, simulate, analyze and manufacture products in…
17 Jan 2023 04:51 PM IST
Fender Design - Wheel Arch Challenge
FENDER DESIGN - WHEEL ARCH CALCULATION: AIM: To calculate the wheel arc area and decide whether the car will pass the European standards or not INTRODUCTION: FENDER: Fender is the US English term for the part of an automobile (vehicle body) that frames a wheel well (the fender underside). Its primary purpose is to…
11 Jan 2023 08:55 PM IST
Section Modulus calculation and optimization
Aim: To find the section modulus of the hood and optimization to improve the overall section modulus. Objective: Use the section from your Hood design and calculate the section modulus using the formula S= I/y. Section Modulus: The section modulus (S) is geometrical property of the cross section used for designing…
11 Jan 2023 06:44 PM IST
Hood design-Week 2
Aim A detailed report about the Hood Design which includes a detailed explanation about hood and its components, Latch Trajectory, Mastic Data, Emboss Definitions, Manufacturing process like DeepDrawing and Hemming, and all the parameters followed in the design and To Submit an ASSEMBLY of Hood Inner Panel, Outer Panel,…
09 Jan 2023 05:54 AM IST
Underbody Coating
1.A About Under-Body Coating, its types in detail and its pros and cons. Underbody CoatingObjective : Under-body coating, its types and its pros and cons: Underbody rust-preventive coating The underbody coating that is most commonly used on cars in India and supplied by companies such as 3M is a thick,…
11 Dec 2022 07:58 PM IST
Benchmarking
Benchmark with presently available cars in the market for the following case. Most OEMs and Tier 1s also have their own internal benchmarking departments to analyse the strengths and weaknesses of their competitors. Benchmarking in the automotive industry is not well known to the public because OEMs fear a marketing impact…
11 Dec 2022 06:02 PM IST
Project 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Skill-Lync -> Hybrid Drives Development % Project 2 - Conventional Vehicle Model % By - pavanraj % Description: %% Initialization File % Initialization file for loading the variables for the Conventional vehicle simulation model %% Vehicle Parameters…
25 Sep 2022 11:26 AM IST
Project 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Skill-Lync -> Hybrid Drives Development % Project 1 - Conventional Vehicle Model % By - Dharmesh Ravindra Bonde % Description: %% Initialization File % Initialization file for loading the variables for the Conventional vehicle simulation model %%…
28 Jul 2022 07:05 PM IST
Project 2 - Rankine cycle Simulator
%general calculations %step 1 % clearing workspace,command window & closing all plots clear my fun; close all; clc; % step 2 % print discriptipon of all process fprintf('RANKINE CYCLES SIMULATOR \n') fprintf('\n 1-2 is isentropic expansion in the turbine \n') fprintf('2-3 is constant presure heat rejection by the condenser…
13 May 2022 07:54 PM IST
Project 1 - Parsing NASA thermodynamic data
Program(1) clear my fun; close all; clc; % function to calculate specific_heat function %inputs % gas constant R=8.314; % open file and reading THERMO.dat file f1=fopen('THERMO.dat','r'); pavan=fgetl(f1); % reading temperature from this file T1=fgetl(f1); %splitting the data A=strsplit(T1,' '); %converting sting cells…
08 May 2022 07:08 PM IST
Week 4.1 - Genetic Algorithm
05 May 2022 06:57 PM IST
Week 3 - Solving second order ODEs
Solving 2nd order ode’s using MATLAB Second Order Differential Equation Introduction: Second order differential equation is a specific type of differential equation that consists of a derivative of a function of order 2 and no other higher-order derivative of the function appears in the equation. It includes…
02 May 2022 07:19 PM IST
Week 2- 2R Robotic Arm Challenge
A) Write a program in MATLAB to simulate the forward kinematics of a 2R Robotic Arm 1)Aim: - Simulating forward kinematics of 2R Robotic Arm 2) Objectives: - Write a program in MATLAB to simulate the forward kinematics of a 2R Robotic Arm Creating…
28 Apr 2022 06:27 PM IST