AIM Comparing the simulation results of the base setup and improved shell element properties OBJECTIVES 1.Using the crash beam file , change the run time to 55 ms. 2. Change the number of animation steps during simulation to a minimum of 25 and maximum of 60. 3. Run the base simulation without any modification…
ABHIRAM S G
updated on 04 Apr 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 ABHIRAM S G (53)
2D meshing of HOOD of a car
AIM: To create a 2D mesh in the HOOD of a car according to the given quality criteria. PROCEDURE The given component is a hood model which is also called bonnet of a car. This part is a sheet metal part and so that thickness is very low. So instead of going for 3D meshing, We can go for 2D meshing. For that…
28 Mar 2022 12:16 PM IST
Frontal Crash Analysis on the Neon Dodge Surrogate Model
AIM To do the FRONTAL CRASH on a surrogate model of Neon Dodge based on the Federal Motor vehicle safety standards. OBJECTIVE Import the preprocessed model of the Neon Dodge surrogate model and model the FEAmodel in such a way that the required output requests can be postprocessed from it.The required output requests are…
28 Mar 2022 12:16 PM IST
2D Meshing of Hood in ANSA
AIM: To create a 2D mesh in the HOOD of a car according to the given quality criteria. PROCEDURE The given component is a hood model which is also called bonnet of a car. This part is a sheet metal part and so that thickness is very low. So instead of going for 3D meshing, We can go for 2D meshing. For that we need…
28 Mar 2022 12:15 PM IST
Pedestrian Head Impact Simulation and HIC value calculation in Ls Dyna
Aim Using Ls dyna do the Pedestrian Impact simulation and check for the HIC value of the impact and thereby optimizing the hood model to be safer for the pedestrians. OBJECTIVE We need to do the impact simulation of the Hybrid III dummy head model into te hood of an automobile to simulate the real life pedestrian…
28 Mar 2022 12:15 PM IST
Bird Strike - Project - 2
AIM Setup the deck for Bird Strike Simulation and evaluate the results CASE SETUP We are having bird strike simulation model with us.We need to choose each components like bird , casing, blades , and the hub.EAch of these needs to be saved as differant differant keyword file.Then again open a Ls prepost and save…
28 Mar 2022 12:14 PM IST
Week 2 Bevel Gear Challenge
OBJECTIVE To do a grid dependancy simulation test on the model at the mesh sizes of 6 mm, 5mm, and 4mm on a meshed bevel gear pair and postprocess the results obtaind. Grid Dependancy Test Grid dependency test is to investigate how the solution depends on the grid size by running the simulation with refined…
28 Mar 2022 12:14 PM IST
Week 3 Sheet metal Bending challenge
OBJECTIVE Set up the sheet metal bending simulation with a die, sheet metal plate and a punch in ANSYS for all the below three cases and compare ther esults for all the three cases. Case 1:Use the matriasl Aluminium Alloy 1199,Copper Alloy NL and Magnesium Alloy NL to sheet metal plate. Find out the Equivalent stress,…
28 Mar 2022 12:12 PM IST
Week 2 Railwheel and Track
OBJECTIVE Perform a static structural analysis on the Railwheel and Track setup and Case 1: Multiply the bearing load by 5 times and compare the results with the load of 100000 N . Compare the Total Deformation, Equivalent stress under both the loads Case 2: Implement a User defined result and calculate the Total…
18 Dec 2020 11:11 PM IST
Element Quality Check using Tcl/Tk
OBJECTIVE To create a Tk window which can be used to check the quality of elements.Entry boxes should accept the input and the buttons in it should display the failed elements for that quality using the temp nodes .This is used to locate the elements failed for respective quality criteria.So we need to do this process…
13 Dec 2020 03:20 PM IST
Spur Gear Simulation in Ansys
AIM To setup a static analysis deck in ansys for the spur gear to find out the equivalent stress, maximum deformation and stress intensity in the gear.And also find out the point of fracture in the gear as the gear tooth comes in contact. CASE SETUP Open the anays workbench first and drag the static structural analysis…
13 Dec 2020 03:19 PM IST
Stress Concentration on a Plate with hole
AIM 1) Create a plate of thickness 300 mm length and 120 mm width and 30 mm thickness.Also the plate will be having a circlular hole of dimension 30 mm at the centre. 2) In the first case we need to create an extra pair of holes of dimensions 30 mm diameter, at 90 mm part from the center of the first hole.…
13 Dec 2020 03:19 PM IST
Report Creation of the Model using Tcl/Tk
OBJECTIVE To create a macro for generating a report of the FE model we created in the Hypermesh, So that we will get the details about the model in an excel format.The report will gave us the idea about the failed elemnts and its count,empty entities and the unused materials and unused properties. PROBLEM STATEMENT…
13 Dec 2020 03:19 PM IST
Automation Window for easy clean up of meshed model
Code sset a .window catch {destroy $a} toplevel $a -class Toplevel wm title $a "Automation Window" wm geometry $a 300x950+30+30 wm resizable $a 0 0 ; update wm deiconify $a # normal reverse and Normal off proc normal {} { *clearmarkall 1 *setnormalsdisplaytype 1 *createmark elements 1 "displayed" *normalsdisplay elements…
13 Dec 2020 03:18 PM IST
Week 12 Challenge
OBJECTIVE Connector : Create a macro that builds a GUI containing 4 buttons. The window muist be having the buttons named Component creator, weld, xloc, yloc, zloc. Upon pressing the buttons corresponding 1D element must be created and moved to the desired collector. Reading nodes from a file : Create a macro that…
24 Nov 2020 07:33 AM IST
Midline Generation Macro
OBJECTIVE PART A We need to create the macro for creating midline of a tubular component like spring or pipe like componets. PART B Also we need to create the macro for easily create the spotwelds and save those spotwelds in a seperate collector. PROBLEM STATEMENT The process of creating the midline…
19 Nov 2020 05:03 AM IST
Auto Reflect Macro Creation
Aim Create a macro that will reflect given multicomponent FE part with ease which should be independent of deck and the Only inputs required are, original CAD comp, reflected CAD comp and original FE comps.And also we need name of the reflect component should also be taken as input from the user.…
19 Nov 2020 05:02 AM IST
Tcl macro for displaying and switching off the free edges and T edges upon Tk widget Button click
OBJECTIVE 1) We need to write a code which will show the components first in transparent mode and then the free edges and T edges on the elements displayed have to be displayed with the red colour for the free edges and the cyan colour for the T edges.And then a temp nodes have to be created in the areas where the equivalence…
10 Nov 2020 03:18 PM IST
Tcl macro for cleaning up the meshed model
OBJECTIVE We have the fully completed meshed model with us and before the delivery of the model we need to cleanup the model.Since we need to take the model to a solver for anlysis, we need to get rid of the empty entities , unused materials amd properties etc from the model. So manually doing this is a tedious tak, So…
10 Nov 2020 03:12 PM IST
TCL Macro for Creating component and property collectors by taking the User input
OBJECTIVE We need to create a macro for creating components and property colllectors in the Hypermesh by taking the user input PROBLEM STATEMENT When we are working on large models we everytime need to create componenets,properties and then we need to assign thickness to the respective component,…
10 Nov 2020 03:10 PM IST
Tcl macro for aligning the element normals
OBJECTIVE PART 1 :- Using the tk coding create two buttons which will do element reverse operation and the other one willswitch off the normal. PART 2 :- And we assign each of these procedures to different buttons in the keyboard. TCL CODE EXPLANATION *clearmarkall 1 *setnormalsdisplaytype 1 *createmark…
10 Nov 2020 03:09 PM IST
Hyperelastic Material Modelling in Ls Dyna
Aim Using the given data find out the Mooney Rivlin and ogden constants and compare the material data from simulation and d3 hsp file to the actual given material data Objective In Ls Dyna we can define the hyperelastic material using Mat_77 material card which are the MAT_77_Hyperelastic_Rubber and…
13 Oct 2020 04:47 PM IST
Joint creation and Demonstration in Ls Dyna
AIM Create the appropriate meshed componenets and illastrate the creation of translational,cylindrical,spherical and revolute joints in Ls Dyna OBJECTIVE To getting to clearly know how the important types of joints such as cylindrical,translational,spherical adn revolute joints works in ls dyna and how we can create those…
13 Oct 2020 04:47 PM IST
Material modeling from raw data
AIM Create a MAT_24 material data from the given curve and validate it by using it in the dogbone specimen OBJECTIVE The data we need to input into the ls dyna will be the effectiv plastic strain vs effective stress curve.But the curve we ontained from the lab test will be of true stress vs true strain.So we need to convert…
26 Sep 2020 05:25 AM IST
Mass Scaling
AIM To compare the same simultions using the control_timestep card and without that card and optimize the dt2ms and tssfac values for better stability and lesser runtime OBJECTIVE Here we are provided with the fully prepared deck with the control time step card.Control_timestep card has a parameter called DT2MS which…
24 Sep 2020 08:12 PM IST
Calculate the Stretch Ratio by comparing the ELFORM (-2,-1,1,2) with Ogden_Material Model.
Aim Create a solid meshed box with 10 x 10 x 10 mm dimensions and apply it with the ogden material model and do a tensile test on the same . Objective First we need to make the solid element meshed box with the 10mm x 10mm x 10mm dimension.Then we need to include the ogden material model in it and assign that to the part.…
22 Sep 2020 06:54 AM IST
Comparison of spotwelds modelled with beam and solid elements
AIM To study the crash simulation of a assembly model with spotwelds and study differances in forces devoloped when the spot weld is modeled with beam elemant and with soild elements. OBJECTIVE We have a Assembly model with two parts with us and we need to prepare a deck for simulation in which this is crashing into…
11 Sep 2020 03:31 PM IST
Drop test of Smartphone in Ls Dyna
Aim Create the solver input deck for the drop test of a smartphone OBJECTIVE Here we are provided with a only mesh file of the drop test.this file basicallyt contains the mesh.So when we input the .k file in LS Dyna it will be the showing only the ELEMENT,NODE,PART keywords only, becuase the file is having no information…
08 Sep 2020 08:17 PM IST
Impact Simulation of Crash box with different thickness and comparison of its Post processing Results
AIM To study the crash simulation of a crashbox crashing into a rigidwall OBJECTIVE We have a crashbox meshed model with us and we need to prepare a deck for simulation in which the crash box crashing into a rigid wall .At first we just assign onlly an elastic material to the crash box so that we can check for the…
08 Sep 2020 08:16 PM IST
Week - 1 - Consistency of units
AIM Convert the given measurements from Si unit system to other differant system of units OBJECTIVE MASS 1kg LENGTH 1m TIME 1s These are the fundemental quantities in SI unit system FORCE 1N STRESS 1Pa ENERGY 1Nm DENSITY 1Kg/m3 YOUNG'S Modulus 210GPa Velocity 56.33KMPH GRAVITY 9.8m/s2 These are…
01 Sep 2020 09:01 AM IST
Complete Meshing of Chassis Assembly and integration of parts using connectors in ANSA
AIM 3D mesh the chassis and suspension assembly using tetra elements and integrate the parts using the proper connections OBJECTIVE The suspension system is basicaly the series of parts which support the vehicle as it moves on the road. These are components which give your vehicle the ability to make turns…
26 Aug 2020 07:51 AM IST
2D Meshing of Instrumental Panel of car
Aim Using the method os 2D meshing to mesh the Instrumental panel of an automobile car OBJECTIVE The given component is a Instrumental panel model of a car. This part is a plastic component and so that thickness is varying . So instead of going for 3D meshing, We can go for 2D meshing. For that we…
26 Aug 2020 07:50 AM IST
Morphing in ANSA
AIM Understand what are the applications of the morphing phenomena in core automotive industries and also learn how to do the basic morphing in the preprocessor ANSA OBJECTIVE The morphing is a technique used in the indusrties for making the design optimisation faster.This is done in the…
09 Aug 2020 03:52 PM IST
Plastic Cap Midsurfacing and 2D meshing in ANSA
AIM 2D Mesh the given plastic component wih the given quality criteria. OBJECTIVE To mesh the given platice component we need to take the midsurface of the component.But since the component is plastic and having varying thickness across the geometry,we need to go for manual midsurfacing and then we need mesh the…
05 Aug 2020 02:25 PM IST
Connecting the Rear door of a car using connectors in ANSA
AIM Make the necessary connections for the Backdoor automobile door given OBJECTIVE Once we are done with the meshing of the relevant components ,our ultimate aim is make it for the analysis and find out the results we want to check from it such as whether it is durable,weather it is producing a large amount of penetration…
03 Aug 2020 08:10 AM IST
3D Tetrahedral Meshing of RearView Mirror
AIM We need to create a 3D Tetra mesh model of the Rear View Mirror component given OBJECTIVE The component having more than 6 mm thickness are meshed in a special way.Those componenets cannot be meshed using the 2D meshing technique, because the range of error will happen to the simulation results will…
31 Jul 2020 05:43 PM IST
2D Meshing of Floor Panel
OBJECTIVE To 2D mesh the floor panel of the car with the given quality criteria and after meshing assign the thickness to the mesh. PROCEDURE The given component is a floor panel of the car . This part is a sheet metal part and so that thickness is very low. So instead of going for 3D meshing, We can go for 2D meshing.…
08 Jun 2020 01:05 PM IST
2D meshing of a backdoor of a hatchback car
AIM: To create a 2D mesh in the backdoor of a Hatchback car according to the given quality criteria. PROCEDURE The given component is a backdoor model of a hatchback car . This part is a sheet metal part and so that thickness is very low. So instead of going for 3D meshing, We can go for 2D meshing. For that we need…
08 Jun 2020 01:01 PM IST
Simulation of Forward kinematics of a 2R Robotic arm using Matlab
AIM : Create a simulation of forward kinematics of 2R robotic arm using Matlab. Theory: Robotic arm is a mechanical arm which works on the basis of the code or program used in it.It uses the program to do the required action.Robotic arms are used in several industrial applications like casting ,machining,welding…
26 Apr 2020 12:27 PM IST
2D meshing
AIM Carry out the geometry cleanup operation on the given 3 files. Practice Clip Repair Mounting Bracket OBJECTIVE We need to mesh the given components.These given parts are sheet metal parts and so that thickness is very low. So instead of going for 3D meshing, We can go for 2D meshing. For that…
24 Apr 2020 12:49 AM IST
Roof Crash Analysis on Neon Dodge Surrogate Model
AIM To do the Quasi-static Roof crush anlysis in Neon Dodge Surrrogate model OBJECTIVE We need to model the neon Dodge model and impactor such that the impactor is crushing the Roof of the Car model.And obtain the outputs such as force vs. displacement plot and energy vs. time curves. Also Check whether that…
24 Apr 2020 12:49 AM IST
Side Crash analysis of The Neon Dodge Reduced Model
AIM To do the SIDE CRASH ANALYSIS on a surrogate model of Neon Dodge based on the Federal Motor vehicle safety standards. OBJECTIVE Import the preprocessed surrogate model of the Neon Dodge and model the FEA model in such a way that the required output requests can be postprocessed from it.The required output requests…
22 Apr 2020 11:33 PM IST
Studying the Impact of Notches on the Crash Tube
AIM To mesh the Bumber model with 6 mm element size To find out the differences between differant type of contact interfaces avaliable within the radioss solver and study the impact of various parameters in defining contact in the crash tube model. OBJECTIVE Create the mesh for bumper assembly,mesh size should be…
20 Apr 2020 05:15 AM IST
Flow over a bicycle
Aim : Write a program to calculate drag force over a cyclist and create plots showing variation of drag force with coefficient of drag and velocity. Theory Drag is a mechanical force created by a solid when moving in a fluid.This is a resistance force exerted by the fluid medium in which we try to make a motion.This force…
05 Apr 2020 01:17 PM IST
Usage of 2D connectors to connect various 2D components
OBJECTIVE Attach the given parts in the model with the connectors mentioned PROCEDURE Connectors are used to connect the differant FE entities.After the meshing we need to connect the components with various connectors like seam weld,spot weld,bolt, adhesives are also used.Without conectors the…
05 Apr 2020 01:17 PM IST
Comparing the simulation results of the base setup and improved shell element properties
AIM Comparing the simulation results of the base setup and improved shell element properties OBJECTIVES 1.Using the crash beam file , change the run time to 55 ms. 2. Change the number of animation steps during simulation to a minimum of 25 and maximum of 60. 3. Run the base simulation without any modification…
04 Apr 2020 07:25 AM IST
Comparing the Differant Material laws in Radioss
AIM Comparing the analysis results of the 7 cases of the material applications. OBJECTIVE The component in the model is a rupture plate and it is collided by a punch at a velocity.And we need to assign the different material Laws to the plate and analyse the collision simulation for each material laws.And…
03 Apr 2020 05:14 AM IST
Editing the Engine file Hexa meshing and Tetra meshing
OBJECTIVES 1. Check the material properties of the rail component and calculate the speed of sound in steel rail. 2. The length of the rail is about 1000 mm.calculate the time takes for a shock wave to travel from one end of the rail to the other. 3.Time for sound to travel length of rail. 4.Edit the engine file so…
31 Mar 2020 12:53 PM IST
3D meshing in hypermesh
OBJECTIVE create a 3 D meshes on the geometries given below by maintaining a TET Collapse of .15mm. fig 1 housing Fig 2 Hub Mesh the housing and hub with minimum element size of 2 mm and maximum elemnt size of 7 mm and target element size of 5 mm.And maintain a TET collapse of 0.15mm. Fig 3 Crank…
25 Feb 2020 11:08 PM IST
Batchmeshing of HOOD and FENDER
OBJECTIVE To batch mesh the hood and fender model with the given quality criteria. PROCEDURE Batchmesh is an automatic meshing technique which is available in many newly introducing CAE softwares.It is the process in which we give the required parameters and criteria as the input and the software will do the geometry…
09 Feb 2020 09:11 AM IST
Meshing of plastic component of side door of a car
OBJECTIVE To create a 2D mesh in the side door plastic component according to the quality criteria.And apply thickness to the mesh. PROCEDURE The given component is a SIDE DOOR model which is a plastic component. And these type of plastic components having varying thickness . And they are having large number of…
08 Feb 2020 03:59 AM IST
Creating 1 D elements like bar beam and rod elements in the parallel bracket
OBJECTIVE TO take the midsurface of the given component and create 1D element with the given cross section in the component with given degree of freedom. PROCEDURE The process start with opening the hyperworks and select a solver, let it be optistruct. Then using the import option, we can…
07 Feb 2020 01:20 PM IST
Simulation of transient behaviour of simple pendulum
Simulation of Transient behaviour of simple pendulum Aim: To create a simulation of transient behvaiour of simple pendulum using matlab program. Theory involved Simple pendulam is having a string which is attached to a fixed end and a bob tied at the other end of string and it moves in Simple harmonic motion.Newton\'s…
26 Oct 2019 08:24 AM IST
Visualizing the pV Diagram of otto cycle and finding its thermal efficiency
Aim: To create the PV diagram of an otto cycle using matlab program and output its thermal efficiency. Theory Otto cycle is a set of processes the spark ignition engines use to produce power.It involves 4 strokes.At the first stroke the piston moves from Top Dead Cente(TDC) to Bottom Dead cente(BDC) and sucked the…
26 Oct 2019 08:24 AM IST