All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Aim: To check the geometric error and mesh the surface of the Rear view mirror componant. Procedure: The actual model is look like this and then need to performed the geometry check and the any errors are formed are fixed. Below shown the actual model. The geometry check is done and the errors…
Vivek Sant
updated on 17 May 2021
Aim: To check the geometric error and mesh the surface of the Rear view mirror componant.
Procedure:
For Shell Meshing
S.No |
Quality Criteria |
Value |
1 |
Target/Average length |
1 |
2 |
Minimum Length |
0.5 |
3 |
Maximum Length |
2 |
For Solid Meshing
S.No |
Quality Criteria |
Value |
1 |
Tet collapse |
0.2 |
1. Quality Criteria for Shell mesh 2. Quality criteria for Soldi mesh
3. Mesh Parameter :
The final componant will look like this:
Learning Outcomes:
Conlusion: The solid meshing is done on the rearview mirror. The geometry cleanup is done with no error. And the shell meshing and solid (volumetric) meshing is done with no OFF element.
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
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.