Omsrikar Adepu
Mechanical engineer
Skills Acquired at Skill-Lync :
Introduction
20 Projects
Week 3 - 2D meshing for sheet metal
https://1drv.ms/u/s!Ar2Re39c9PzmeuiBT25JD1vDXeg?e=Kc7QbV Above link provides the 2D meshed model Aim : 2d meshing of sheet metal using ANSA preprocessor Software used : ANSA. procedure : step 1: Open the CAD geometry inside ANSA GUI and set the solver deck to NASTRAN. step 2: GO to geometry check and check for any…
25 Jun 2022 08:48 AM IST
Week - 4 - 2D meshing for Plastic components
Aim : 2D meshing for Plastic components using ANSA preprocessor Software used : ANSA. procedure : step 1: Open the CAD geometry inside ANSA GUI and set the solver deck to NASTRAN. step 2: GO to geometry check and check for any unjoined surfaces and surface irregularities. step 3: Join all the surfaces…
27 Jun 2022 01:43 AM IST
Week- 5 - Solid meshing
Aim : To do Solid meshing of given geometry using ANSA preprocessor Software used : ANSA. procedure : step 1: Open the CAD geometry inside ANSA GUI and set the solver deck to NASTRAN. step 2: Go to geometry check and check for any unjoined surfaces and surface irregularities. step 3: Join all the surfaces using…
29 Jun 2022 04:22 AM IST
Tool Test 1
TOOLTEST PLASTIC MESHING 2D Aim : 2D meshing for Plastic components using ANSA preprocessor Software used : ANSA. procedure : step 1: Open the CAD geometry inside ANSA GUI and set the solver deck to NASTRAN. step 2: GO to geometry check and check for any unjoined surfaces and surface irregularities. step…
29 Jun 2022 10:42 PM IST
Tool Test-2
Aim : To do Solid meshing of given geometry using ANSA preprocessor Software used : ANSA. procedure : step 1: Open the CAD geometry inside ANSA GUI and set the solver deck to NASTRAN. step 2: Go to geometry check and check for any unjoined surfaces and surface irregularities. step 3: Join all the surfaces using…
03 Jul 2022 06:27 AM IST
Week 6 - Creating connection for Rear door
Aim : Creating connection for Rear door using ANSA preprocessor. software used : ANSA . procedure : Step 1: Open ANSA preprocessor and import the CAD geometry with FE model. Step 2: Swith off the CAD geometry and start working on meshed FE model. Step 3: Change PIDs of the FE model by creating new parts…
04 Jul 2022 06:40 AM IST
Week - 8 - Morphing
Aim :Perform morphing for the given model and Increase the Height of the Dog houses and Ribs. procedure : step 1: Open the CAD geometry inside ANSA GUI and set the solver deck to NASTRAN. step 2: Go to geometry check and check for any unjoined surfaces and surface irregularities. step 3: Join all the surfaces…
12 Jul 2022 02:10 AM IST
Week - 1 - Consistency of Units
1. Conversion of SI unit to kg cm ms Mass = 1 kg 1 kg Length = 1m 100 cm Time = 1 sec 1000 ms Force = 1 N F => mass* acceleration => 1 kg * 1m/s^2 => (1 kg*100cm)/(1000ms)2 => 10-4 (kg*cm)/ms2 Conversion factor = 10-4 Stress = 1 Pa 1 Pa => 1N/m^2 As from the above derived 1N = 10-4 (kg…
17 Jul 2022 04:03 AM IST
Week - 2 - Explicit and Implicit Analysis
EXPLIIT ANALYSIS : In explicit mostly dynamic analysis, nodal accelerations are solved directly (not iteratively) as the inverse of the diagonal mass matrix times the net nodal force vector where net nodal force includes contributions from exterior sources (body forces, applied pressure, contact,…
22 Jul 2022 01:32 AM IST
Week - 3 Drop test Challenge
Aim: To perform drop test on given finite element model with specified boundry conditions. Procedure: step 1: Open the dowmloaded .K file in LSdyna prepost step 2: Now open creat entity and creat the noad set (creat entity>Set data>Set noad>select by part). step 3: Go to keywords and select section and give…
02 Aug 2022 01:06 AM IST
Week - 4 - Crash Box Simulation
Aim: To perform drop test on given crash box FEM with specified boundry conditions. Procedure: step 1: Open the dowmloaded .K file in LSdyna prepost step 2: Now open creat entity and creat the noad set (creat entity>Set data>Set noad>select by part). step 3: Go to keywords and select section and give shell…
10 Aug 2022 02:08 AM IST
Project 1 (Mini Project on Vehicle Direction Detection
General Overview: Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying the direction of vehicle is basically identifying the direction the vehicle is taking based on the camera…
08 Feb 2023 12:26 PM IST
Project 2 Adaptive Cruise Control
Aim: To develop an MBD-compliant Adaptive Cruise Control feature as per the provided requirement document using MATLAB Simulink Objectives: Developing Adaptive Cruise Control feature as per the Requirement Document using MATLAB Simulink. Follow all the MBD-related processes: Requirement Tagging & Traceability,…
12 Feb 2023 12:11 PM IST
Project 1- Traffic Jam Assistant Feature
Traffic Jam Assistant Feature AIM Model Development of a single feature of Traffic Jam Assist using MATLAB & Simulink as well as Code Generation using Embedded Coder. OBJECTIVES Model Development as per MBD guidelines. Creation of Simulink Data Dictionary. Code Generation using…
23 Feb 2023 05:45 AM IST
Project 2-Highway Assistant-Lane Changing Assistant
Aim: Model Development of a feature of Highway Assistant-Lane Changing Assistant using MATLAB and Simulink as per MAAB guidelines, producing Model Advisor Report as well as generating Code using AUTOSAR Coder. Objective: Model Development in MATLAB Simulink as per MAAB guidelines. Code Generation using Autosar…
04 Mar 2023 11:16 AM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
1. Simulink model SLDD file Requirement tagging report Model advisor - JMAAB compliance report Fixed-point Tool SLDV Design error detection report Functional test case, MIL, SIL harness, coverage Reports SIL MIL SLDV test generation report Auto-code generation report, main , .c &…
31 Mar 2023 05:48 PM IST
Project 2 - Development of TFT Cluster Speedometer Software Component
SLDV Design error detection report Requirement tagging report Fixed-point Tool Model advisor - JMAAB compliance report Functional test case, MIL, SIL harness, coverage Reports Functional test case SIL MIL SLDV test generation report Auto-code generation report, .c & .h codes Test manager reports – baseline & back-to-back…
06 Apr 2023 06:56 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
#include <stdio.h> #include <stdlib.h> // A structure of linked list node struct node { int data; struct node *next; } *LLOne, *LLTwo, *unionLL, *intersectionLL; void initialize() { LLOne = LLTwo = NULL; } //Given a Inserts a node in front of a singly linked list. void insert(struct node **head, int num) {…
25 Apr 2023 05:11 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
#include <iostream> using namespace std; string lights,lever; void setLightsRed(){ lights = "Red"; } void setLightsGreen(){ lights= "Green"; } void setLightsOff(){ lights = "Off"; } string getLights(){ return lights; } void setLeverUp(){ lever = "Up"; } void setLeverDown(){ lever = "Down"; } string getLever(){ return…
28 Apr 2023 10:38 AM IST
Project 3
AIM: To develop an object-oriented library to track automobile maintenance that supports at least three car types including petrol, diesel, gas, and electric cars. The library should allow adding, updating, listing, and removing entries at runtime. Additionally, it should provide maintenance activities such as oil…
10 May 2023 08:38 AM IST
5 Course Certificates
Introduction to Model-Based Development using MATLAB and Simulink
Introduction to Automotive Embedded Systems and AUTOSAR
Software Verification and Validation and System Testing for Model-Based Development
Academic Qualification
B.Tech
Sreenidhi Institute of Science & Technology - SNIST
05 Jun 2018 - 23 Apr 2023
12th
Abhyaas junior college
04 Mar 2017 - 04 Apr 2018
10th
Greenwood High School
01 Mar 2015 - 04 Jun 2016
Here are the courses that I have enrolled
20 Hours of Content
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner