All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
F OBJECTIVES: Create the mesh for bumper assembly,mesh size should be 6mm. Run the crash tube model as it is. Change the Inacti=6 and run. Create the type 11 contact and run. Remove both notches and remove boundary condition on rigid body node then run. Create a new notch in the middle ,select the whole section and run.…
Vivek Sant
updated on 19 Jul 2021
F OBJECTIVES:
PROCEDURE:
1. BUMPER ASSELBLY:
2.MODEL 2
CASE 1:
Run the crash tube model as it is.
1. Internal, Kinetic and Total Energy
2. Rigid wall force:
CASE 2:
Change the Inacti=6 and run.
CASE 3
Create the type 11 contact and run.
CASE 4
Remove both notches and remove boundary condition on rigid body node then run.
CASE 5
Create a new notch in the middle ,select the whole section and run.
CASE 6
Create a new notch with nodes only from opposing 2 faces and run.
Sr No | CASE | RWALL Forces (KN) | Contact Forces(KN) | Internal Energy(J) |
1 | Case 1 | 1350 | 93.45 | 45200 |
2 | Case 2 | 1350 | 93.45 | 45200 |
3 | Case 3 | 1350 | 97.91 | 45200 |
4 | Case 4 | 1200 | 58.62 | 45200 |
5 | Case 5 | 1250 | 72 | 45200 |
6 | Case 6 | 1350 | 101.2 | 45200 |
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...
Project - 2 - Generating the report for hypermesh file
AIM: To create a macro for generating the report for hypermesh file. CODE: # getting username, date and time!*clearmarkall 1*clearmarkall 2set filename [open Output.csv w]set systemname "$env(COMPUTERNAME)"puts $filename "USERNAME-$systemname"puts $filename [clock format [clock seconds]] # finding the number of component,…
07 Feb 2022 11:52 AM IST
Project 1- Building a Master TCL/TK Macro
AIM: To create a master macro using previous challenge PROCEDURE: CODE: #setting up the windowset a .master catch {destroy $a}toplevel $a -class TopLevelwm title $a "Master Macro" #size of a window tab is defined:wm geometry $a 660x515+0+0; update wm resizable $a 0 0wm deiconify $a #creating label label $a.001 -text…
02 Feb 2022 04:53 PM IST
Week - 12 - Creating the locator, writing and reading the node data
AIM: To create macro for locator, writing and reading node data. PROCEDURE: CODE: *clearmarkall 1 ; *clearmarkall 2set a .connectors catch [destroy $a]toplevel $awm title $a "CONNECTORS"wm geometry $a 200x210+100+300;wm resizable $a 0 0wm deiconify $a#buttons button $a.01 -text "Collectors" -command collectors…
02 Feb 2022 11:02 AM IST
Week - 11 - Element quality check
AIM: To create a macro for element quality check. PROCEDURE: CODE: #setting up the windowset a .element catch {destroy $a}toplevel $a -class TopLevelwm title $a "Quality Check" #size of a window tab is defined:wm geometry $a 390x500+50+50; update wm resizable $a 0 0wm deiconify $a #creating label label $a.001…
01 Feb 2022 03:22 PM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.