Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Week - 9 - Reflecting the geometry

Objective: Creation of a macro to reflect the FE entities. Code: proc nastran {a t} {set nastran [hm_info templatetype]if {$nastran=="nastran"} {set c $aset d $t*clearmarkall 1*createmark comps 1 $cif {[hm_marklength comps 1 $c]!=0} {puts [tk_messageBox -message "The component already exists" -icon warning -type ok -detail…

Project Details

Loading...

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.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by BHOOMIREDDY NARASIMHA REDDY (61)

Project - 2 - Generating the report for hypermesh file

Objective:

Objective: This project will test you on following abilities. Your expertise in the commands that have been taught to you Your ability to research for commands that will do what you intend to do Your skills in excel The final goal is to create an ergonomic and visually appealing excel (.xlsm) report that contains following…

calendar

18 Nov 2021 05:34 AM IST

    Read more

    Project 1- Building a Master TCL/TK Macro

    Objective:

    Objective: The ideas is to leave the students with a consolidated utility for all the macros developed during the course of this lecture. Build a master tcl/tk macro It should contain buttons that will call all utilities created as assignments during this course Segregate the buttons as per their utility. Color code the…

    calendar

    17 Nov 2021 10:20 AM IST

      Read more

      Week - 12 - Creating the locator, writing and reading the node data

      Objective:

      Objective: Connector : Create a macro that builds a GUI containing 4 buttons.  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 asks a .csv file as input and reads nodes…

      calendar

      17 Nov 2021 04:43 AM IST

        Read more

        Week - 11 - Element quality check

        Objective:

        Objective: Create element quality check macro for 2D and 3D elements Create a button for each criteria On pressing the button the elements should be highlighted using temp nodes Entry boxes next to the buttons will accept the quality criteria value Problem Statement: To create the tcl script for checking of the element…

        calendar

        16 Nov 2021 07:58 AM IST

          Read more

          Week - 10 - Creating the midline and spot weld

          Objective:

          Objective: Part A: Create a macro to calculate the midline of a given tubular component Select one end of the lines using line by path Similarly, select the other ends using line by path option Now calculate midline for each pair Combine all these midlines to create a single midline. Part B: Create a macro to create spot…

          calendar

          16 Nov 2021 04:47 AM IST

            Read more

            Week - 9 - Reflecting the geometry

            Objective:

            Objective: Creation of a macro to reflect the FE entities. Code: proc nastran {a t} {set nastran [hm_info templatetype]if {$nastran=="nastran"} {set c $aset d $t*clearmarkall 1*createmark comps 1 $cif {[hm_marklength comps 1 $c]!=0} {puts [tk_messageBox -message "The component already exists" -icon warning -type ok -detail…

            calendar

            13 Nov 2021 07:39 AM IST

            • BIM
            • CFD
            • FEA
            • GIS
            • HEV
            • MBD
            Read more

            Week - 8 - Creating component and property

            Objective:

            Objective: Creation of a macro for creating component and property. Problem statement: When we are working on large models  we everytime need to create  componenets,properties and then we need to assign thickness to therespective component, manually doing this will be a tedious process .So the solution we have…

            calendar

            12 Nov 2021 06:58 AM IST

            Read more

            Week - 7 - Checking and correcting the edges

            Objective:

            Objective: PART A: Create a code that displayed free and T edges for displayed elements Free edge color red and T edge cyan Except for edges, all other components must be made transparent Also, temp nodes must be automatically created for “free nodes” for a tolerance value of 0.01 PART B: Also, create a code to turn off…

            calendar

            10 Nov 2021 05:59 AM IST

              Read more

              Week - 6 - Creating the GUI for final checks

              Objective:

              1.Create buttons to delete displayed geomentric entities Objective:To create the buttons for the deletion of the displayed geometric models. Code: set a .windowcatch {destroy $a}toplevel $a -class toplevelwm title $a "DeleteGeometry"wm geometry $a 240x100+100+200 button $a.01 -text "Delete surfaces" -command "delete surfaces"…

              calendar

              06 Nov 2021 03:42 AM IST

              Read more

              Week - 5 - Checking and correcting the Normals

              Objective:

              1.Writing a code to display the normals as explained in Lecture 5. Objective:To write the code for displaying the normals Problem statement:Showing of normals displayed in the panel. Code: *clearmarkall 1 *setnormalsdisplaytype 1 *createmark elements 1 "displayed" *normalsdisplay elements 1 Explanation: *clearmarkall 1…

              calendar

              01 Nov 2021 11:12 AM IST

                Read more

                Bird Strike - Project - 2

                Objective:

                Aim:        To simulate a bird strike which is a non-linear transient dynamic problem with a jet engine blade and we have to evaluate all the reults after the simulation. 1.The given file contains all the parts of the bird strike.We have to seperate them and save in a sub folder. 2.The suitable and…

                calendar

                08 Oct 2021 07:03 AM IST

                Read more

                Week - 9 Material Modeling from Raw Data

                Objective:

                 Aim:         To create a material card using the data which is extracted from the given true stress-strain curve in the model for graphite iron casting and assign it to the given dog bone specimen. 1.Extract the data from the given curve. 2.Clean the data and verify it with the original given…

                calendar

                07 Oct 2021 11:11 AM IST

                  Read more

                  Week - 10 Hyperelastic Material Models

                  Objective:

                   Aim:         To built a material model for the hyper-elasic material using the given data from experimental tensile test and compare the output results for the simulation of a tensile test by using of a dog bone specimen model with the actual experimental results validating the model. Procedure: 1.By using of the engineering…

                  calendar

                  07 Oct 2021 04:04 AM IST

                    Read more

                    week-11 Joint creation and Demonstration

                    Objective:

                    Aim:         The aim of the challenge is to create the joints by using the CONSTRAINED_JOINTS keywords to demonstrate revolute,spherical, cylindrical and translational joints between the two rigid bodies and two deformable bodies and simulate the joints in LS-Dyna. Procedure: 1. Spherical joint(Rigid…

                    calendar

                    05 Oct 2021 10:01 AM IST

                      Read more

                      Week-7 Head Impact

                      Objective:

                      Aim:        To perform the head impact simulation and calculate the criterion(HIC) value for the following cases. 1) Simple head model impacting against a rigid wall (Case-1). 2) Child headform dummy model impacting against a rigid wall (Case-2). 3) Child headform dummy model impacting against the hood…

                      calendar

                      04 Oct 2021 11:46 AM IST

                        Read more

                        Week - 8 Mass Scaling

                        Objective:

                        Aim: 1.For the use of mass scaling we have to run the runtime of a model and also ensure the stability of mass scaling. 2.We have to reduce the runtime required for running the analysis of the given model by using of mass scaling technique and  stability has to be completely intact. 3.Plot a histogram for camparing the…

                        calendar

                        04 Oct 2021 08:02 AM IST

                          Read more

                          Week-6 Calculate the Stretch Ratio by comparing the ELFORM (-2,-1,1,2) with Ogden_Material Model.

                          Objective:

                          Aim: 1. A creation of block with dimensions of 10mm*10mm*10mm which consists of 10 elements and assign the material card given in the challenge to run the simulation on the box. 2.By using on the appropriate conditions boundary conditions apply the tensile load on the created box and compare the results obtained from the…

                          calendar

                          30 Sep 2021 03:27 PM IST

                            Read more

                            Week - 5 - Modelling Spotwelds

                            Objective:

                             Aim:        We have to create the spotweld connections between the two thin plate from the given model by using of the beam and hexa elements from the LS-Dyna. Procedure: 1.Firstly open the LS-Dyna pre-post software and import the given .k file to perform the connections as mentioned.The…

                            calendar

                            29 Sep 2021 09:44 AM IST

                              Read more

                              Week - 4 - Crash Box Simulation

                              Objective:

                              Aim:       To create a fullfilled simulation file for the crash analysis of the given model by having two different thicknesses of 1.2mm and 1.5mm from the given FE model and produce the following outputs. Outputs:- - Input .k file and output files (d3plot, glstat, sleout, rcforc)   - Animation of the…

                              calendar

                              27 Sep 2021 11:45 AM IST

                                Read more

                                Week - 3 Drop test Challenge

                                Objective:

                                Introduction:                        The term "drop test" refers to the free fall of a component. It is commonly used to test a product's ability to withstand rapidly applied loads. Because the drop test is one of the functional test requirements for crash frame…

                                calendar

                                27 Sep 2021 08:16 AM IST

                                  Read more

                                  Week - 2 - Explicit and Implicit Analysis

                                  Objective:

                                  Objective:                 For this challenge we have to solve a simple non-linear problem by using the both implicit and explicit methods. Introduction: Explicit Analysis It is a method for calculating the status of some systems at a time other than the present. It can alternatively…

                                  calendar

                                  23 Sep 2021 01:08 PM IST

                                    Read more

                                    Week - 1 - Consistency of Units

                                    Objective:

                                    Aim:         The aim of the challenge is to convert the SI unit systems of the given quantities with all the different types of parameters and also to tabulate the unit system for all the different types of unit systems. Objective:                   The…

                                    calendar

                                    23 Sep 2021 06:23 AM IST

                                    Read more

                                    Week 11 Car Crash simulation

                                    Objective:

                                    Objective:                 For this model we have to perform a parametric study using 3 different values of thickness for the car body.The thickness used in these models are 0.3,0.45 and 0.6 for the car body.And we need to  apply the same conditions as mentioned.  …

                                    calendar

                                    15 Sep 2021 07:34 AM IST

                                      Read more

                                      Week 10 Bullet penetrating a Bucket Challenge

                                      Objective:

                                      Objective:                  For this model we have to  simulate a bullet penetrating into a bucket. In this challenge change the bucket material as non linear and run with three different types of non linear materials such as Stainless Steel NL,Aluminium Alloy NL and…

                                      calendar

                                      14 Sep 2021 04:25 PM IST

                                        Read more

                                        Week 9 Machining with Planer Challenge

                                        Objective:

                                        Objective:                  For this model we have to perform an explicit dynamics simulation on a workpiece Machining with Planer in2 cases. One will be with a cutting velocity of 20000mm/s and the other will be with a cutting velocity of 15000mm/s. Procedure And…

                                        calendar

                                        13 Sep 2021 12:32 PM IST

                                          Read more

                                          Project - 2 - Meshing on the suspension Assembly

                                          Objective:

                                          AIM: The main aim is to create volume mesh, surface mesh, Mid surface mesh and 1D mesh wherever required in the given Rear suspension model using ANSA software and providing suitable connections using NASTRAN deck in ANSA software.REAR SUSPENSION MODEL:  The suspension has been an essential component of automobiles as…

                                          calendar

                                          13 Sep 2021 10:00 AM IST

                                          Read more

                                          Week 8 Worm Gear Challenge

                                          Objective:

                                          Objective:                  For this model we have to analyze  a transient structural analysis on a worm gear assembly.We can use a finer mesh while performing the challenge. PROCEDURE AND EXECUTION: 1.Open the ANSYS workbench in the system. 2.After opening the…

                                          calendar

                                          13 Sep 2021 09:14 AM IST

                                            Read more

                                            Week 9 Tension and Torsion test challenge

                                            Objective:

                                            Objective:                  For this model we have to run the analysis for the tension and torsion test on the specimen provided for us. case 1 : For the tension test, displace one end of the specimen to 18mm while keeping the other fixed.  case 2: For the…

                                            calendar

                                            13 Sep 2021 06:12 AM IST

                                              Read more

                                              Week 8 - Universal Joint

                                              Objective:

                                              OBJECTIVE:                     The aim of the challenge is to perform a transient structural analysis on a double universal joint with a spring using three different materials: Structural Steel, Stainless Steel and Titanium alloy. The three materials must be used…

                                              calendar

                                              10 Sep 2021 04:33 AM IST

                                                Read more

                                                Week 7-Long Piston With Cam

                                                Objective:

                                                Objective:                   To perform a transient analysis on a piston and cam mechanism model.Torun the analysis with Frictionless contact, Frictional with 0.1 and 0.2 as the frictional contact for a total of 3 cases.  Procedure And Execution: 1.Open the ANSYS workbench…

                                                calendar

                                                09 Sep 2021 05:53 AM IST

                                                  Read more

                                                  Week 5 Bending of iPhone

                                                  Objective:

                                                  Objective:                 For this challenge,we have to simulate the bending of iPhone as per the given cases below Case 1: Simulate the model as it is given in the video Case 2: Move the bottom fingers from their defined position to the given position X= 22.5mm &…

                                                  calendar

                                                  08 Sep 2021 09:23 AM IST

                                                    Read more

                                                    Week 5 Sphere pressing on a plate

                                                    Objective:

                                                    Objective:                  The aim of the experiment is to perform the analysis to simulate a sphere pressing on a plate by using Structural steel for both sphere and plate but the material of the plate must be Non Linear and Press the sphere onto plate 4mm downwards…

                                                    calendar

                                                    07 Sep 2021 10:25 AM IST

                                                      Read more

                                                      Week 4 -Wire Bending Challenge

                                                      Objective:

                                                      Objective:                  For the given model we have to perform an analysis to simulate the bending of a wire in ANSYS by using the materials as Copper Alloy (Non Linear), Aluminium Alloy (Non Linear) and Magnesium Alloy ( Non Linear) for the wire alone.   Procedure:…

                                                      calendar

                                                      07 Sep 2021 09:44 AM IST

                                                        Read more

                                                        Week 4- Rolling operation

                                                        Objective:

                                                          Objective                  We have to simulate the rolling operation on a workpiece made of copper. The model will be provided to you. Increase the length of the workpiece by 60mm and decrease its size on both sides by 8mm. Run the simulation for 14 steps and you…

                                                        calendar

                                                        06 Sep 2021 11:12 AM IST

                                                        Read more

                                                        Week 3 Verification of Weld Joints

                                                        Objective:

                                                        OBJECTIVE: To simulate three different types of welding using three different weld materials.       Case 1 : Stainless Steel: In this case, the material of the plates must also be the same. Use Stainless steel for both weldments and plates.       Case 2 : Aluminium Alloy:…

                                                        calendar

                                                        06 Sep 2021 06:01 AM IST

                                                          Read more

                                                          Week 3 Sheet metal Bending challenge

                                                          Objective:

                                                                                                                ANSYS CHALLENGE 3: SHEET METAL BENDING CHALLENGE   AIM: To evaluate the simulation for sheet metal bending process with…

                                                          calendar

                                                          05 Sep 2021 01:58 AM IST

                                                            Read more

                                                            Project 1 - 2D meshing on the instrumental Panel

                                                            Objective:

                                                            AIM: 1. The project aims to mesh the given automotive dashboard with 2D elements with respect to the prescribed criteria by extracting mid surface. 2. Assign the thickness for the shell elements according to the parent geometry.   S.No  Quality Criteria  Value  1 Target/Average length   4…

                                                            calendar

                                                            04 Sep 2021 11:43 AM IST

                                                            Read more

                                                            Week 2 Railwheel and Track

                                                            Objective:

                                                            Introduction to Rail Wheel: A train wheel or rail wheel is a type of wheel specially designed for use on railway tracks. A rolling component is typically pushed onto an axle and mounted directly on a railway carriage or locomotive, or Indirectly on a bogie, also called a truck. Wheels are cast or forged and are heat-treated…

                                                            calendar

                                                            03 Sep 2021 06:31 AM IST

                                                              Read more

                                                              Week 2 Bevel Gear Challenge

                                                              Objective:

                                                              Objective : To Understand the concept of Grid Dependency test and run the simulation on the bevel gear using three different mesh sizes i.e. 4mm, 5mm and 6mm and solving the simulation cases to evaluate Von-Mises stress, Equivalent elastic strain and Total Deformation on the bevel gear using Ansys Workbench. Theory on…

                                                              calendar

                                                              02 Sep 2021 10:52 AM IST

                                                              Read more

                                                              Week 1 Spur Gear Challenge

                                                              Objective:

                                                              OBJECTIVES: 1. To carry out a structural analysis in spur gears using cast iron, cast steel, and cast bronze to obtain maximum stress, deformation, and intensity. 2. To compare the analysis results for three different cases and suggest the best one. METHODOLOGY: 1. Material Assignment The gears were assigned with Cast…

                                                              calendar

                                                              02 Sep 2021 07:01 AM IST

                                                                Read more

                                                                Week - 8 - Morphing

                                                                Objective:

                                                                1. Objective: To perform the morphing on model 1 by using the various commands in morph module. To perform morphing on model 2 to change the geometry of the given CAD as per the requirements(i.e., To increase the height of the Dog houses and Ribs). 2. Software tool used : ANSA version 19.0.1 3.Pre-requisities: Morphing:…

                                                                calendar

                                                                02 Sep 2021 01:57 AM IST

                                                                Read more

                                                                Week 1 Stress Concentration on a Plate with hole

                                                                Objective:

                                                                CASE: 1 Open Ansys Workbench (I have used Ansys Workbench version: 2021 R1 Student version) Toolbox -> Analysis Systems -> Double click on the  Static Structural Project Schematic:   Engineering Data: Keep the material is “Structural steel” with its all default properties.…

                                                                calendar

                                                                01 Sep 2021 10:26 AM IST

                                                                  Read more

                                                                  Week 6 - Creating connection for Rear door

                                                                  Objective:

                                                                  AIM:          To implement connections for a Rear Door FE model. DESCRIPTION: Understand car rear door assembly Understand different types of connections and 1D elements. Perform connections for a FE model. PROCEDURE: Methodology for giving connections Import the FE model Understand the geometry…

                                                                  calendar

                                                                  27 Aug 2021 02:57 AM IST

                                                                    Read more

                                                                    Tool Test-2

                                                                    Objective:

                                                                     CONCLUSION: Thus,i performed the meshing by using of tetra elements to mesh the volume given in the model by satisfying all the quality parameters and tet collapse.

                                                                    calendar

                                                                    23 Aug 2021 01:56 PM IST

                                                                      Read more

                                                                      Week- 5 - Solid meshing

                                                                      Objective:

                                                                      AIM:           For the given Rearview mirror component, check for the geometrical errors and mesh the Surfaces with the given 2D element Quality criteria and create a volume mesh with good surface quality (i.e. There should not and kinks and dips on the surface of the component). OBJECTIVE:  …

                                                                      calendar

                                                                      23 Aug 2021 12:02 PM IST

                                                                      Read more

                                                                      Tool Test 1

                                                                      Objective:

                                                                      CONCLUSION: Thus,i performed 2D meshing on the given two different models by using of ANSA as shown in below fig.    

                                                                      calendar

                                                                      23 Aug 2021 12:40 AM IST

                                                                      Read more

                                                                      Week - 4 - 2D meshing for Plastic components

                                                                      Objective:

                                                                      AIM:- To mesh the given plastic bottle cap model take the mid surface and assign thickness.Quality criteria as shown below. S.No  Quality Criteria  Value  1 Target/Average length   1 2 Minimum Length  0.5 3 Maximum Length  3 4 Aspect  3 5 Warpage 15 6 Skewness 45 7 Jacobian …

                                                                      calendar

                                                                      21 Aug 2021 05:37 AM IST

                                                                      Read more

                                                                      Week 3 - 2D meshing for sheet metal

                                                                      Objective:

                                                                      AIM:         For given hood model , take out mid surfaces for all the components in the model,mesh these midsurfaces with given quality criteria, and assign the thickness. GIVEN DATA: Here given data provide are 1.Quality criteria - Every product which has been produced will go through the set of quality…

                                                                      calendar

                                                                      16 Aug 2021 07:52 AM IST

                                                                      Read more

                                                                      Assignment 7-Side Pole Crash Simulation Challenge

                                                                      Objective:

                                                                      AIM:- Car side crash analysis by using Hypermesh and Hypercrash. OBJECTIVE: Check unit system and either follow [Mg mm s] or [Kg mm ms]. Create an appropriate interface, friction 0.2 and recommended parameters. Make sure of no penetration and intersections. Create a rigid wall with friction 0.1 as per the reference model.…

                                                                      calendar

                                                                      19 Jul 2021 05:54 AM IST

                                                                        Read more

                                                                        Assignment 6-Frontal Crash Simulation Challenge

                                                                        Objective:

                                                                        OBJECTIVE:- To perform the frontal crash simulation follow the given conditions  Frontal crash-BIW Check unit system and either follow[Mg mm s] or [Kg mm ms]. Create an appropriate interface, friction 0.2 and recommended parameters. Make sure of no penetrations and intersection. Correct rigid bodies if any issues.…

                                                                        calendar

                                                                        16 Jul 2021 02:55 AM IST

                                                                          Read more

                                                                          Assignment 5-RADIOSS Interfaces & Study of Effect of Notches Challenge

                                                                          Objective:

                                                                          1. Objective: To generate  the mesh for the given bumper component with the mesh size of 6 mm. To change the parameters for the given crash tube model as various cases.  To plot the graphs with RWALL forces, contact forces, internal energy (Post-processing) & compare the results.   2. Software used: Altair…

                                                                          calendar

                                                                          11 Jul 2021 04:04 AM IST

                                                                            Read more

                                                                            Assignment 4-RADIOSS Material Laws Challenge

                                                                            Objective:

                                                                            1. Objective: To apply the various cases as mentioned in the above question on the given failure johnson cook material. To plot the graphs(Post-processing) with respect to the obatined values from those cases. To compare the obtained results, from those cases.   2. Software used: Altair Hyperworks Desktop 2020.…

                                                                            calendar

                                                                            08 Jul 2021 03:24 AM IST

                                                                            Read more

                                                                            Assignment 3-2D Element Formulation Challenge

                                                                            Objective:

                                                                            OBJECTIVE:-                       To comparison of results with base simulation and improve shell element properties by using Hyper Works 2021.    Case 1 setup and Procedure:-  1.First import the file Select→Import→Import solver deck→File→Import.  2.Next click on the import the model is displayed in the graphical area…

                                                                            calendar

                                                                            05 Jul 2021 02:59 AM IST

                                                                            Read more

                                                                            Assignment 2-RADIOSS Engine File Editing & 3D Meshing Challenge

                                                                            Objective:

                                                                            1. Check the material properties of the rail component and calculate the speed of sound in steel rail=_______    I am checking the properties on the starter file this file already given in the assignment and open by using a note pad. I am opening the FIRST_RUN_0000 this is the starter file as shown below.             Actually,…

                                                                            calendar

                                                                            30 Jun 2021 08:26 AM IST

                                                                              Read more

                                                                              Assignment 1-2D Meshing Challenge

                                                                              Objective:

                                                                               OBJECTIVE:-                      To Clean the geometry. Extract mid surface. Clean mid surface geometry. Ignore holes less than dia 5mm. Create a 2D mesh with target length 5mm, min 3.5mm max 7mm. And assign proper thickness, by creating a generic property for…

                                                                              calendar

                                                                              22 Jun 2021 11:19 AM IST

                                                                                Read more

                                                                                Week 12:Project-1-Meshing of Door Inner Panel Challenge

                                                                                Objective:

                                                                                OBJECTIVE:- To mesh the door inner panel with the given quality criteria file and assign thickness. Target Element Length = 4 Units. S.N Quality Criteria  Value  1 Aspect Ratio  5 2 Skewness 45 3 Warping 15 4 Taper      0.5 5 Min. Length 2 Units 6 Max. Length 6 Units 7 Min angle Quad 45 8 Max angle Quad 135 9 Min angle…

                                                                                calendar

                                                                                22 May 2021 07:22 AM IST

                                                                                  Read more

                                                                                  Week 12:Project 2-Meshing of Rear Wheel Holder challenge

                                                                                  Objective:

                                                                                  Aim:            Meshing the component given and assigning the thickness to that component by giving the target Element Length as 5   Units by using of the quality criteria as mentioned below.         Target Element Length = 5 Units S.N Quality Criteria  Value …

                                                                                  calendar

                                                                                  04 May 2021 03:51 AM IST

                                                                                  Read more

                                                                                  Week 9-Creation of 1D Connectors Challenge

                                                                                  Objective:

                                                                                  Aim:              We want to connect the given geometry with the 1D connections by provided with the below given quality parameters. Target Element size - 5 Units S.N Quality Criteria  Value  1 Aspect Ratio  5 2 Skewness 45 3 Warping 15 4 Taper     …

                                                                                  calendar

                                                                                  09 Apr 2021 09:19 AM IST

                                                                                    Read more

                                                                                    Week 8-3D Tetra Meshing Challenge

                                                                                    Objective:

                                                                                    1.TetraMesh Generation Method:2D to 3D Conversion Aim:         To Create a Teramesh for Housing component with the following quality criteria as         Elements sizes: Min- 2 Units, Target- 5 Units, Max- 7 Units          Tet collapse: 0.15. Procedure:…

                                                                                    calendar

                                                                                    08 Apr 2021 05:07 AM IST

                                                                                      Read more

                                                                                      Week 6-Meshing of Hood Challenge

                                                                                      Objective:

                                                                                      Aim: Meshing the component given and assigning the thickness to that component by giving the target Element Length  as 5 Units by using of the quality criteria as mentioned below.        S.N Quality Criteria  Value  1 Aspect Ratio  5 2 Skewness 45 3 Warping 15 4 Taper      0.5 5 Min. Length 2 Units 6 Max. Length 8 Units…

                                                                                      calendar

                                                                                      29 Mar 2021 01:17 PM IST

                                                                                        Read more

                                                                                        Week 4-1D Element Creation Challenge

                                                                                        Objective:

                                                                                          1A. 1.TITLE:Importing the given model.STEPS:1.Firstly import the model into the workspace.          2.Select the import button on the toolbar and click on the import geometry.          3.Click on the files button to view the model and select on it.     …

                                                                                        calendar

                                                                                        17 Mar 2021 08:09 AM IST

                                                                                        Read more
                                                                                        Showing 1 of 61 projects