All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
AIM: To study the given component (HOOD) and to perfrom the midsurfacing and Meshing using ANSA Preprocessing Software. PROCEDURE : First I exmanined the given sheet metal component. And then assigned the material to it from material section. After assigning the material I checked the ENT and PID model and perform…
Vivek Sant
updated on 05 May 2021
AIM: To study the given component (HOOD) and to perfrom the midsurfacing and Meshing using ANSA Preprocessing Software.
PROCEDURE :
THE SCREENSHOTS ARE SHARED BELOW:
1. Before midsurfacing
2. After midsurfacing
3. Setting PID and THICKNESS
4.Before FINE and orientation
5.After FINE and orientation
6.Setting Perimeters>Length (5mm) for meshing operation.
7. Modifying using Project Cut for better meshing.
8. Meshing Using Mesh Gen> Best.
9.Reconstructing the mesh to for better mesh flow. Shell Mesh> Reconstruct/smooth.
10.After Reconstruction.
11. Deleting triangles near to the holes or edge. Element>Join.
12. After performing Joining operation.
13. Final Result
LEARNING OUTCOMES:
CONCLUSION: The midsurafacing and 2D meshing operation is performed successfully. All the quality criteria are checked.The meshing has no OFF elements and mininum number of trias. All
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.