CFD MESHING FOR BMW CAR Aim :- To perform the surface meshing for given BMW Car model with appropraiate Target lengths for different PIDs.And to check…
Vijay Babu Kunisetty
updated on 22 Sep 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 Vijay Babu Kunisetty (18)
Project 1 : CFD Meshing for Tesla Cyber Truck
CFD Meshing For Tesla Cyber Truck Aim :- To check all the geometrical errors and to perform the meshing for given Tesla cyber Truck model.…
14 Oct 2022 07:49 PM IST
Week 5 Challenge : Surface wrap on Automotive Assembly
Surface Wrap on Automotive Assembly Aim :- To perform Surface wrap with the given target length of 3mm for the given models after clearing the geometries.…
08 Oct 2022 01:00 PM IST
Week 4 Challenge : CFD Meshing for BMW car
CFD MESHING FOR BMW CAR Aim :- To perform the surface meshing for given BMW Car model with appropraiate Target lengths for different PIDs.And to check…
22 Sep 2022 01:04 PM IST
Week 3 Challenge : CFD meshing on Turbocharger
CFD Meshing On Turbocharger Aim :- To perform surface mesh and volumetric mesh for the given Turbocharger model using ANSA prepocessor. …
05 Sep 2022 01:15 PM IST
Week 3 - External flow simulation over an Ahmed body.
External Flow Simulation over an Ahmed Body Aim :- 1.To describe Ahmed body and it's imporatance. 2.To explain the reason for the negative pressure…
17 Jul 2022 03:52 PM IST
Week 2 - Flow over a Cylinder.
FLOW OVER A CYLINDER Aim :- To simulate the flow over a cylinder and to explain the phenomenon of Karman vortex street. Objectives :- Simulate the flow with the steady and unsteady case and calculate the Strouhal number for Re = 100. Calculate the coefficient…
24 Jun 2022 04:23 AM IST
Week 1- Mixing Tee
Aim :- To setup steady simulations in Ansys using a mixing Tee joint , one shorter and the other longer to compare the mixing effectiveness when hot inlet temperature is 36°C and cold inlet is at 19°C. Introduction :- Computational Fluid dynamics is a branch of Fluid mechanics which uses mathematics, physics and computational…
01 Jun 2022 06:13 PM IST
Project
AIM :- To carry out a system level simulation of an All-Terrain vehicle and to prepare a technical report explaining the model properties and comments on the results. Theory :- An All-terrain vehicle(ATV), also known as light utility vehicle(LUV),a quad bike or simply a quad as defined…
10 Apr 2022 02:45 PM IST
Week 1 Understanding Different Battery Chemistry
Battery:- A Battery is a device that is able to store electrical energy in the form of chemical energy and convert that energy into electricity. Lithium ion battery :- These are the batteries that function based on the transfer of the lithium ions between a cathode and an anode. Lithium ion batteries are the batteries…
21 Mar 2022 06:02 AM IST
Week - 4
Aim:- 1) To implement control logic of a "washing machine" using stateflow as per given sequence. 2) Make a simulink chart for the 'Gear shift' logic as per given conditions. Objectives :- 1) Implement a control logic of a washing machine using stateflow as per given sequence.Create a model and operate the model…
13 Mar 2022 04:08 AM IST
Week -2
AIM (1) : - To make simulink model for a doorbell using solenoid block. Blocks used in the simulink model : 1) Pulse generator 2) battery 3) Switch 4) Simulink - PS converter 5) PS - Simulink converter 6) Solenoid 7) Ideal translational motor sensor 8) Mechanical translational reference 9) Electrical reference 10)…
03 Mar 2022 03:13 PM IST
Project 1 - Parsing NASA thermodynamic data
AIM:- To write a code in Matlab to parse the NASA thrmodynamic data file and then calculate the thermodynamic properties of various gas species. Objective: 1.To write a function that extracts the 14 coefficients and calculates the enthalpy,entropy and specific heats for all the species in NASA thermodynamic data file "THERMO.dat".…
23 Jan 2022 03:23 PM IST
Week 4.1 - Genetic Algorithm
AIM :- To optimize the stalagmite function and find the global maxima of the function. Genetic Algorithm is a search based optimization technique based on the principles of Genetics and Natural selection.It is used to find optimal or near optimal solutions to various problems which take more time to solve.…
15 Dec 2021 02:25 PM IST
Week 3 - Solving second order ODEs
Here is the code for plotting Time vs Angulardisplacement and Angularvelocity All Inputs b=0.05(damping coefficient), g=9.81m/s2(gravity), l=1m(length of the pendulum), m=1kg(mass). close all clear all clc b = .05 %Damping coefficient g = 9.81 %Gravity(m/s2) l = 1 %Length of the pendulum(m) m = 1 %Mass of the pendulum(kg)…
24 Nov 2021 07:47 PM IST