AIM: To check for the geometrical errors and take the mid surface by suitable mid surfacing techniques ,for the given Plastic Bottle Cap model. PROCEDURE: 1) Geometric Clean up. 2)Seting Target length to 1. 3)Uncuting and cuting the faces for better mesh elements. 4)Using curve middle for projection of complicated parts.…
Hrishikesh Kale
updated on 21 Apr 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 Hrishikesh Kale (19)
Project 1- Traffic Jam Assistant Feature
AIM: To Build Traffic Jam Assistant Feature on basis of requirenments Given. This model must be developed in MATLAB Simulink as per MBD guidelines. Code Generation Profile must be in Embedded Coder. Simulink Data Dictionary must be created for the model & must be linked to the model. Model Advisor Report is mandatory &…
08 Jun 2022 05:22 PM IST
Project 2 Adaptive Cruise Control
AIM: Developing Adaptive Cruise Control feature as per the Requirement Document using MATLAB Simulink. Follow all the MBD related processes: Requirement Tagging & Traceability, SLDD creation, Configuration Parameter changes, Model Advisor check & Code Generation. In Configuration Parameters: enable “Support Floating Numbers”…
27 May 2022 02:11 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
AIM: 1] To Development of MATLAB Simulink model for Vehicle Direction Detection. 2]Tag the requirements to the simulink model; tagging requirement 1 & requirement 2 to their corresponding subsystems. General Overview: Identifying the direction of the vehicle is one of the important & diverse…
27 May 2022 10:08 AM IST
Tool Test-2
NOTE: Elements are failing near the hotes for min/max values are not resolved fully because reconstruction caused distortion in shape of holes . and support engineer suggested to focus on no off elements are present in volume mesh and collapse fails.
25 May 2022 09:19 AM IST
Week- 5 - Solid meshing
Aim: For the given Rear view mirror component 1]Mesh the Surfaces. 2]Mesh the Volumes defined in the model. SOLUTION: 1] Topo: 2] Geometry Checkup and fixing: 3] Repairing the elements failing for min/max values: a]By Reconstruct command: b] By using Transform->Move command: ALL STEPS FOLLOWED: 1]Topo is done…
24 May 2022 08:49 AM IST
Tool Test 1
Reason for late submission: Was out of station for couple of days due to family issue
23 May 2022 09:57 AM IST
Week - 4 - 2D meshing for Plastic components
AIM: To check for the geometrical errors and take the mid surface by suitable mid surfacing techniques ,for the given Plastic Bottle Cap model. PROCEDURE: 1) Geometric Clean up. 2)Seting Target length to 1. 3)Uncuting and cuting the faces for better mesh elements. 4)Using curve middle for projection of complicated parts.…
21 Apr 2022 10:05 AM IST
Week 3 - 2D meshing for sheet metal
DOING UNDEFINED checks: an example of part 2 is shown and same is done for all parts part2: before after Doing GEOMETRY checkup part1 before after BEFORE MESHING: part1: part2: part3: part4: • Cons and Hot points are altered according to fit the criteria, i.e., for hemming surface cons are joined to avoid failing…
11 Apr 2022 10:46 AM IST
Project 2 Thermal modeling of battery pack
For better results I have used matlab example 20 series cell with fault and modified it. The thermal block are same as we used in previous challenges . 1]CONVECTIVE HEAT TRANSFER : this block is used cause in real life there are no such heaters used to heat the battery except working below 0DC , so the heating here takes…
13 Mar 2022 07:58 AM IST
Project 1 Mechanical design of battery pack
The above cell has the specifications of nominal voltage (V)=3.3V Cell capacity (Ah) =2.5Ah Cell energy (E)=3.3*2.5=8.25kwh. We need to build 18kwh capacity battery pack. let us assume the vehicle motor has the voltage rating of 120V. Then the battery pack should have the same voltage rating to satisfy the load .ie, 120V.…
12 Mar 2022 09:53 AM IST
Week 7 State of charge estimation
Simulate the 3 test cases: CASE 1: From TEST SEQUENCE VARIANT block 1st case is seclected and model is run. when case 1 is seclected the folowing test sequence is seclected From BMS STATE REQUEST block: lets understand what this case actually is the following image says about the same 1]For 1st 3000 sec…
01 Mar 2022 05:38 PM IST
Week 1 Understanding Different Battery Chemistry
TYPE FORMULA CATHODE MATERIAL ANODE MATERIAL SEPERATOR APLLICATION 1] LCO LiCoO2 cobalt oxide Graphite carbon polyolefin Mobile phones, Tablets. 2] LMO LiMn2O4 Lithium manganese oxide Graphite carbon polyolefin Powertrains 3] NCA LiNiCoAlO2 Lithium Nickel Cobalt Aluminum Oxide Graphite carbon polyolefin Medical,Ev,Industrial…
27 Jan 2022 08:31 AM IST
Project 1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Skill-Lync -> Hybrid Drives Development % Project 1 - Conventional Vehicle Model % By - Ullekh Gambhira % Description: % The following file is to used with the Initialization file and Simulink % results for post-processing of the data. % The file…
23 Dec 2021 11:30 AM IST
Project
AIM : To study the simulation of baja all terrain vehicle atv model. ATV : An all-terrain vehicle, also known as a light utility vehicle, is a vehicle that travels on low-pressure tires, with a seat that is straddled by the operator, along with handlebars for steering control. CVT model one: The cvt model contains…
26 Oct 2021 05:47 PM IST
Week - 4
SOL1: 1)Two constant block are provided which work as switche for power supply and second as to know conditions of water is supplied or not. 2)In side chart 1st block takes input as water is supplied then 1 and is not then 0 same is for power supply. 3)If the power is not supplied 0 value is passed and according to conditions…
23 Oct 2021 03:44 PM IST
Week -2
AIM : 1) To Simulink model of Doorbell using solenoid block. 2) To Use a thermistor to sense the temperature of a heater & turn on or turn off the fan as per conditions. SOL1: 1) To provide signal source pulse generator is used and as we have to close…
09 Oct 2021 12:45 PM IST
Project 1 - Parsing NASA thermodynamic data
AIM : 1)To get familiar with file parsing 2) Read the NASA thermo file 3) Extract the imformation needed to plot various graphs of different species with temperature. 4) Find molecular mass of each specie. close all clear all clc %opening the file f1 = fopen('THERMO.dat','r'); f2 = fopen('Molecular_mass.txt','w'); %as…
27 Sep 2021 09:51 AM IST
Week 4.1 - Genetic Algorithm
AIM : to find maxima of the function and get familiar with GENETIC ALGORITHM(ga) clear all close all clc %defining our search space where here 0 to 0.6 is divided in 150 %parts/numbers. x = linspace(0,0.6,150); y = linspace(0,0.6,150); %this is provided so that iteration or loop is executed for 50 times numcases = 50 ;…
26 Sep 2021 05:53 PM IST
Week 3 - Solving second order ODEs
clear all close all clc b = 0.05; %DAMPING COEFFICIENT g = 9.81; %gravitational force l =1; %length of pendulum m = 1; %mass %initial conditions as theta 0 and 5 theta_0 =[0;3]; %time points here 100 values are taken betweem 0 to 20 t_span = linspace(0,20,500); %solve ode and ode function %ode45 id inbuilt solver working…
20 Sep 2021 06:38 AM IST