CREATING 3D TRTRAHEDRAL MESH OBJECTIVE: To mesh given components in various methods of Tetra mesh and produce 3D mesh. Methods to create 3D Tetra mesh: Conversion from 2D tria elements to 3D Tetra mesh. Quick Tetra mesh. Volume Tetra mesh. PROCEDURE: Conversion from 2D tria elements to 3D Tetra elements: Import geometry:…
Sasikkumar V S
updated on 01 Oct 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 Sasikkumar V S (29)
Week 2 Challenge- MATLAB Module for an Element Stiffness Matrix
MATLAB function module to accept the input: MATLAB File name: InputCheck.m A function is created and saved in operating folder. These functions will gets input from user using syntax “input”. Node vector: For node vector, user need to input node vector as a matrix at any number of row and 2 number of columns. If the column…
03 Aug 2021 02:36 AM IST
Week 1 Challenge - Introduction to MATLAB and Basics of Structural Engineering
CHALLENGE 1 HOWE TRUSS: a)Howe truss is created with 2 hinge supports and links is shown below. Assumptions: All line members have to uniform cross sections. Joints are rigid. Hinges can lock horizontal and vertical movements. b) Model definitions: No. of links (m)=21 No. of joints (j)=12 Hinge links*2=> r=4 Here, m+r=25…
28 Jul 2021 04:37 PM IST
Project - 2 - Meshing on the suspension Assembly
PROJECT 2 AIM: To create an FEA mesh for a given model with suitable mesh with perfect quality and make connections between each model assemblies. OBJECTIVE: In this project, a rear suspension assembly should have meshed with proper mesh style. This model consists of both Sheet models as well as solid bodies. So mesh should…
26 May 2021 10:49 AM IST
Project 1 - 2D meshing on the instrumental Panel
PROJECT 1 AIM: To create an FEA model for a given part model. Assign properties for each piece of the model and create elements with fewer numbers of quality failures. PROCEDURE: IMPORT GEOMETRY: Initially, geometry has been imported on ANSA, and connections between cons are made by TOPO. SIZE VERIFICATION: Model verified…
19 May 2021 04:27 PM IST
Week - 8 - Morphing
MORPH OBJECTIVE: To morph a given model and increase its height. INTRODUCTION: Morphing is a technique to change the physical dimension of a model. By using morphing shape and dimension can be changed. Here given component’s dog house height to be increased. For this process, various options are used. PROCEDURE:…
04 May 2021 05:00 PM IST
Week 6 - Creating connection for Rear door
CREATING VARIOUS CONNECTORS IN ANSA OBJECTIVE: To create and realize various types of connectors for the FEA model. Assign with proper properties to it. INTRODUCTION: Each and every model are an assembly of multiple components. These components make a connection between one to another, which brings to an assembly to function.…
12 Apr 2021 06:16 PM IST
Week- 5 - Solid meshing
SOLID TETRA MESH OBJECTIVE: To create a tetra 3D mesh for a given mirror holder with satisfying quality criteria. INTRODUCTION: Solid meshing is classified into 2 types Hexahedral and Tetrahedral. Hexa mesh contains solid box-type elements which have the perfect shape. So that it named as structural mesh. Where else tetra…
31 Mar 2021 06:50 AM IST
Week - 4 - 2D meshing for Plastic components
MANUAL MID-SURFACE CREATION AND 2D MESH GENERATION OBJECTIVE: To create a manual mid-surface for the 3D model and generate the mesh. PROCEDURE: SEGREGATING GEOMETRY: Initially, geometry split into multiple surfaces regarding their geometry. Each surface locked with different views named with their thickness. Splinted surfaces…
13 Mar 2021 02:08 AM IST
Project 2
PROJECT 2-FINAL REPORT OBJECTIVE: To create a file that has a collection of various data for the current model. This file has Components count, names, assigned properties and materials, element quality failed element count for each quality parameter. PROCEDURE: Date and Time: To extract date and time, clock command has…
03 Feb 2021 01:34 AM IST
Week 12 Challenge
CHALLENGE 12 OBJECTIVE: To create a TCL command file for the following process. Identify similar components in the model which has the same surface count. Create weld and locators with respective components. Reading node coordinates from an external file. PROCEDURE: 1.Identical Components: This process will show identical…
23 Jan 2021 12:24 AM IST
Week 11 Challenge
CREATING WIDGET FOR QUALITY CHECK OBJECTIVE: To create macro for display failing 2D and 3D elements and to create temp nodes to visualize elements. PROCEDURE: To check elements quality criteria hypermesh provides various commands. Using this command failing elements can be easily identified. STEPS TO IDENTIFY AND…
15 Jan 2021 05:19 PM IST
Week 10 Challenge
CREATING LIST OBJECTIVE: To create list for entities and process those entities in the selected order. PROCEDURE: In this segment, entities will be selected by the user and process those entities in a sequence which it gets selected. Two examples are CREATING MID-LINE FOR SELECTED LINES. CREATING SPOT WELD. CREATING MID-LINE…
02 Jan 2021 02:51 PM IST
Week 9 Challenge
TCL FOR REFLECTING MULTI COMPONENTS OBJECTIVE: To create a TCL command which reflects multi-component in same-origin irrespective of solver selected by the user. PROBLEM STATEMENT: In the regular method, reflecting a single component with a single property is an easy job. But reflecting multi-components is a tedious process.…
26 Dec 2020 02:27 AM IST
Week 8 Challenge
CREATING COLLECTORS USING TCL/TK OBJECTIVE: To create various collectors with a single command for different solvers selected by the user. PROBLEM STATEMENT: Various solver has its own nomenclature to define an entity. It makes the user put more time to make corrections while changing the solver for simulations studied.…
21 Dec 2020 01:24 PM IST
CREATING MESH WITH VARIABLE THICKNESS
CREATING MESH WITH VARIABLE THICKNESS OBJECTIVE: To create a mesh for a given component and assign variable thickness across the component. PROCEDURE: Import Component: Initially component imported using option Import > Model. Split Component: This component is large in size. To make this easier to mesh, the…
19 Dec 2020 02:29 AM IST
MESH FOR FLOOR PANEL AND ASSIGN THICKNESS
MESH FOR FLOOR PANEL AND ASSIGN THICKNESS OBJECTIVE: To create a mesh for a given floor panel with required quality criteria and assign thickness for it. PROCEDURE: IMPORT CAD or (.hm) FILE: Use Import to import file in Hyper mesh. (Pic:1) CREATE AUTO-MID-SURFACE: Auto Mid-surface option used to create a mid surface…
19 Dec 2020 02:29 AM IST
WIDGET FOR NORMALS
WIDGET FOR NORMALS OBJECTIVE: To create a TCL command which should get elements from user and reverse its normal. And to create widget for Show/Hide normal for elements. PROCEDURE: REVRESE ELEMENTS: Initially cleared all previous selections. Selecting all (Displayed) elements and create mark. Then command to show its normal.…
19 Dec 2020 02:28 AM IST
TK GUI FOR FINAL PROCESS
TK GUI FOR FINAL PROCESS OBJECTIVE: To create a Graphics User Interface to complete final pre-process work like removing unwanted geometry, unused entities and re-order elements and components. PROCEDURE: DELETE GEOMETRY: Temp nodes, lines, points and solids get selected and deleted. A procedure is created to delete entities…
19 Dec 2020 02:28 AM IST
CREATING T-EDGE AND FREE EDGES USING TCL/TK
CREATING T-EDGE AND FREE EDGES USING TCL/TK OBJECTIVE: To create a TCL command which produces free and T-edge of components and creates temp nodes at “free nodes” within 0.01mm tolerances. PROCEDURE: FREE EDGE AND T-EDGE: Every element that displays on-screen are marked and edges are created using the command…
19 Dec 2020 02:28 AM IST
CREATING 1D ELEMENTS ON COMPONENT
CREATING 1D ELEMENTS ON COMPONENT OBJECTIVE: To create 1D elements of a different cross-section in a components. Box -Cross-section (Rod). I - Cross-section (Beam). Cross – Cross-section (Bar). PROCEDURE: Import component in the hyper mesh. Pic:1 CREATING MID SURFACE: The mid surface is a 2D representation…
01 Oct 2020 02:43 AM IST
CREATE MESH CAR HOOD
…
01 Oct 2020 02:43 AM IST
CREATING 3D TRTRAHEDRAL MESH
CREATING 3D TRTRAHEDRAL MESH OBJECTIVE: To mesh given components in various methods of Tetra mesh and produce 3D mesh. Methods to create 3D Tetra mesh: Conversion from 2D tria elements to 3D Tetra mesh. Quick Tetra mesh. Volume Tetra mesh. PROCEDURE: Conversion from 2D tria elements to 3D Tetra elements: Import geometry:…
01 Oct 2020 02:42 AM IST
CREATING CONNECTORS BETWEEN MESHES
CREATING CONNECTORS BETWEEN MESHES OBJECTIVE: To create a connector between mesh surfaces. INTRODUCTION: Connectors is used to define connections between 2 or more components. It represents FE idealization of physical connections. Types of connector: Seam Bolt Spot CONNECTOR CHARACTERISTIC: Terminology: Defines connector…
01 Oct 2020 02:42 AM IST
Project 2 - Rankine cycle Simulator
…
07 Jun 2020 11:59 AM IST
Project 1 - Parsing NASA thermodynamic data
…
27 May 2020 12:05 PM IST
Week 4 - Genetic Algorithm
…
20 May 2020 11:19 AM IST
Solving ODE in Matlab
OBJECTIVE: Solving ODE for pendulum in Matlab and creating animation. INTRODUCTION TO ODE: The ordinary differential equation is a differential equation contains one independent variable and the derivatives of a function. In many engineering applications, ODE is used to calculate or determine the transient…
07 May 2020 01:52 AM IST