Using the Femap API to Streamline Geometry Preparation and Meshing for the Shipbuilding Industry

Size: px
Start display at page:

Download "Using the Femap API to Streamline Geometry Preparation and Meshing for the Shipbuilding Industry"

Transcription

1 Victoria Harris, Project Engineer, ATA Engineering, Inc Using the Femap API to Streamline Geometry Preparation and Meshing for the Shipbuilding Industry Femap Symposium 2014 May 14-16, Atlanta, GA, USA Unrestricted Siemens AG 2014 FEMAP SYMPOSIUM 2014 Discover New Insights

2 ATA Used Femap s API to Create New Tools for Industry-Specific Workflows Our shipbuilding customers were looking to develop Femap tools that would make common shipbuilding-industry processes more efficient. Femap s Application Program Interface (API) allows users to customize existing Femap tools for their specific needs. In collaboration with Huntington Ingalls Industries, we used the API to combine and extend existing Femap tools in new ways in order to streamline the model-building process for shipbuilders. The project was funded by NSRP. Insert Presentation Title Here (View --> Header/Footer) 2

3 Shipbuilders Were Looking to Make Geometry Preparation More Efficient Reduce the time it takes to go from this: to this: 3

4 Efficiency Improvements in Modeling Result in Large Time Savings The design and manufacturing of a ship requires the creation of thousands of analysis models of everything from the ship as a whole down to individual equipment racks For each of these models, the analyst must create meshable geometry for the object to be analyzed, from the CAD provided by the designer Tens of thousands of man-hours are spent creating meshable geometry models for many thousands of objects on each ship hull Even a modest reduction in the number of hours required to create a single analysis model results in a large reduction in the total number of man-hours per hull when the individual savings are multiplied by the thousands of analysis models that are created 4

5 Typical Shipbuilding Workflow Analyst receives CAD geometry from designer Unneeded features are removed from 3D CAD (fillets, etc.) 2D Geometry is prepared for meshing (holes removed, surfaces partitioned, etc.) 2D midsurface model is created from 3D model 2D Geometry is meshed Loads and boundary conditions are applied Analyst delivers report Model is solved and results are postprocessed

6 API Provides Ability to Combine Existing Femap Tools in New Ways Femap Application Program Interface (API) Can automate any manual process in Femap Codes are written in programming languages such as Visual Basic or C++ Can interact with other software such as Excel or Matlab This toolbox was written for Femap Toolbox needed to be accessible for multiple shipbuilders API code is usually forward-compatible Program 6

7 Use the API Within Femap or Through Visual Studio API can be accessed as a window within Femap great for writing programs quickly You can also write programs in Visual Studio lots of debugging tools and easy GUI construction Insert Presentation Title Here (View --> Header/Footer) 7

8 Femap Help Has Full Documentation of Objects and Functions Insert Presentation Title Here (View --> Header/Footer) 8

9 Shipbuilding Toolbox Focused on Preparing Geometry for Analysis In the toolbox: Mid-surface tools Mold-line surfaces Washer boundaries Extending surfaces Surface healing Hole removal Defeaturing selection Snipe creation Model checks Loads/constraints on un-meshed surfaces Sliver surfaces List associated entities Expanded coincident element check Meshing Get nodes attached to mesh points Add mesh to group Orient beams to shell normals Miscellaneous NEI Nastran log file parsing Gravity load combinations 9

10 Shipbuilders Like Mold-Line Surfaces When shipbuilders create 2D surfaces from 3D geometry, they like to use a mix of mid-surfaces and mold-line surfaces. Ship models have a lot of adjacent panels with varying thicknesses. Typically the faces on one side of the panels are coplanar this is the mold-line surface. Using a mid-surfacing tool on these panels creates sheet bodies that are no longer coplanar. Mold-line Mid-surface 10

11 Moldline Combines Mid-surfacing Benefits with Mold-line Concept Shipbuilding analysts wanted a tool that uses the mold-line instead of the mid-surface for some solids while still mid-surfacing other solids It was also desired that the mold-line surfaces would have a thickness property assigned to them (much like a mid-surface would) The Moldline tool uses: Copy Surface command to grab mold-line surfaces some vector math to get the solid thickness the built-in Mid-Surface command for midsurfaceable solids Group tools to collect everything in one place Insert Presentation Title Here (View --> Header/Footer) 11

12 Problem Surfaces Needed to Be Identified Before Meshing The Meshing Toolbox can identify surfaces with an area smaller than the specified tolerance so that those surfaces can be suppressed before meshing The analysts at HII reported that because of the nature of their models, they often get sliver surfaces that are fairly large in area, but still need to be eliminated before meshing can commence Sliver surfaces 12

13 CheckSlivers Provides Additional Methods for Finding Problem Surfaces The CheckSlivers tool needed to have several different options for identifying and grouping surfaces The tool uses several properties and methods associated with the point, edge, and surface objects in the API. For example to check the aspect ratio of a surface, the program collects all of the edges associated with the surface, then compares the length of each edge to all the other edges. If any ratio is greater than the user-selected tolerance, the surface is added to an output group. 13

14 Element Warnings in NEI Nastran Can Be Imported Directly The API can be used to interact with files outside of Femap, too Analysts wanted to quickly parse the element errors and warnings that are listed in an NEI Nastran log file The API was used to read the entire log file into a Visual Basic program, hunt for keywords related to element issues, and put element IDs into a Femap group 14

15 Snipe Is An Example of Automated Geometry Editing It can be useful to write a program from scratch to address a repetitive task specific to your needs Shipbuilding analysts frequently cut snipe corners into their geometry; the existing methodology involved either drawing a line on the geometry or orienting a plane to make the cut The Snipe program automates the process by asking the user to define the snipe dimensions The GUI options available in Visual Studio allow for an instructional pop-up that appears when the program runs

16 BeamsNormaltoShells Builds From the Beams Normal to Surface Example Program The Femap installation comes with several example programs, which are useful for learning how to use the API BeamsNormalToShells expands the concept of the example Beams Normal to Surface program The program reads in the normals of any 2D elements attached to a beam element and aligns the cross-section with the average of the normal vectors

17 Final Thoughts About the API The easiest way to get started is to pick a simple task and figure out the steps needed to recreate it in the API Everything you need is in the documentation External editors can provide extra debugging options Once your code is up and running, ask for examples from other people to test it Enjoy!

Using the Femap API to Improve the Analysis Process Kurt Knutson / Manager of Software Services

Using the Femap API to Improve the Analysis Process Kurt Knutson / Manager of Software Services Femap Symposium 2015 [San Diego] Co-Hosted with [ATA Engineering] Using the Femap API to Improve the Analysis Process Kurt Knutson / Manager of Software Services Femap Symposium Series 2015 February 24,

More information

Femap v11.2 Geometry Updates

Femap v11.2 Geometry Updates Femap v11.2 Geometry Updates Chip Fricke, Femap Principal Applications Engineer chip.fricke@siemens.com Femap Symposium Series 2015 June, 2015 Femap Symposium Series 2015 Femap v11.2 Geometry Creation

More information

Introduction to The Femap API

Introduction to The Femap API Introduction to The Femap API ATA Engineering, Inc. 13290 Evening Creek Drive South Suite 250 San Diego, CA 92130 T 858.480.2000 F 858.792.8932 www.ata-e.com Prepared by: Kurt Knutson Manager of Software

More information

Andy Haines, Applications Engineer - Principal Siemens PLM Software

Andy Haines, Applications Engineer - Principal Siemens PLM Software Efficient Modification of Mesh-Centric Finite Element Models with Femap Simcenter User Connection Tuesday, May 09, 2017/2:30 PM-3:15 PM Andy Haines, Applications Engineer - Principal Brought to you by:

More information

Femap automatic meshing simplifies virtual testing of even the toughest assignments

Femap automatic meshing simplifies virtual testing of even the toughest assignments Femap automatic meshing simplifies virtual testing of even the toughest assignments fact sheet Siemens PLM Software www.siemens.com/plm/femap Summary Femap version 10 software is the latest release of

More information

Femap Version

Femap Version Femap Version 11.3 Benefits Easier model viewing and handling Faster connection definition and setup Faster and easier mesh refinement process More accurate meshes with minimal triangle element creation

More information

NX Advanced Simulation: FE modeling and simulation

NX Advanced Simulation: FE modeling and simulation Advanced Simulation: FE modeling and simulation NX CAE Benefits Speed simulation processes by up to 70 percent Increase product quality by rapidly simulating design trade-off studies Lower overall product

More information

Fundamentals of Modeling with Simcenter 3D Robin Boeykens

Fundamentals of Modeling with Simcenter 3D Robin Boeykens Fundamentals of Modeling with Simcenter 3D Robin Boeykens robin.boeykens@siemens.com Realize innovation. 3D CAE for the digital twin Simcenter 3D Page 2 Simcenter 3D Engineering Desktop Simcenter 3D Engineering

More information

NX Advanced FEM. Benefits

NX Advanced FEM. Benefits Advanced FEM fact sheet Siemens PLM Software www.siemens.com/plm Summary Advanced FEM software is a comprehensive multi-cad finite element modeling and results visualization product that is designed to

More information

Modeling Bolted Connections. Marilyn Tomlin CAE COE / Siemens Corporation

Modeling Bolted Connections. Marilyn Tomlin CAE COE / Siemens Corporation Modeling Bolted Connections Marilyn Tomlin CAE COE / Siemens Corporation Overview Bolted Connection Engineering Judgment Modeling Options Summary Typical Bolted Connection Gasket Bolt Nut Washer Technology

More information

What s new in Femap 9.3

What s new in Femap 9.3 What s new in Femap 9.3 fact sheet www.ugs.com/femap Summary Femap version 9.3 is the latest release of UGS robust pre and post processor for engineering finite element analysis (FEA). Femap software is

More information

Geometry Clean-up in. Numerical Simulations

Geometry Clean-up in. Numerical Simulations Geometry Clean-up in Numerical Simulations Scope of the this Presentation The guidelines are very generic in nature and has been explained with examples. However, the users may need to check their software

More information

quality and performance in automatic mesh generation

quality and performance in automatic mesh generation quality and performance in automatic mesh generation www.beta-cae.com ANSA, combining the automatic geometry healing with the automated middle skin extraction and the Batch Meshing, offers the most efficient

More information

NX Advanced FEM. fact sheet

NX Advanced FEM. fact sheet Advanced FEM fact sheet www.ugs.com Summary Advanced FEM is a comprehensive multi-cad finite element modeling and results visualization product that is designed to meet the needs of experienced CAE analysts.

More information

Obtaining Meshable Surfaces

Obtaining Meshable Surfaces Chapter 2 Obtaining Meshable Surfaces Exercise 2a: Importing and Repairing CAD Geometry Overview of Exercise Strategy: Import CAD geometry and organize your model using the Assembly Hierarchy. Evaluate

More information

FEMAP v New Features and Corrections Updates and Enhancements

FEMAP v New Features and Corrections Updates and Enhancements FEMAP v11.0.1 New Features and Corrections Updates and Enhancements Connection Properties, Regions, and Connectors Geometry Model, Delete, Mesh now automatically deletes any Connection Regions where all

More information

An Analyst s Guide to Resolving Common Geometry Problems

An Analyst s Guide to Resolving Common Geometry Problems An Analyst s Guide to Resolving Common Geometry Problems IN THIS WEBINAR: PRESENTED BY: Refining a thin-walled solid wing box structure with common imperfections Aligning and associating geometry to a

More information

10Femap10Femap10Fem. DeepDiveDeepDiveD

10Femap10Femap10Fem. DeepDiveDeepDiveD ap DeepDive 10Femap10Fe DiveDeepDiveDeep map10femap10femap edeepdivedeepdivedeepdive p10femap10femap10femap10 pdivedeepdivedeepdivedeepd 10Femap10Femap10Fem DeepDiveDeepDiveD map10femap1 DiveDeep 10 F

More information

Existing API Scripts. Andy Haines Senior Applications Engineer. Unrestricted Siemens AG 2013 All rights reserved.

Existing API Scripts. Andy Haines Senior Applications Engineer. Unrestricted Siemens AG 2013 All rights reserved. Existing API Scripts Andy Haines Senior Applications Engineer Agenda Existing API Scripts Who am I? What you will learn Femap capabilities Demonstrations Benefits of this topic How to learn more Page 2

More information

AutoMesher for LS-DYNA Vehicle Modelling

AutoMesher for LS-DYNA Vehicle Modelling 13 th International LS-DYNA Users Conference Session: Computing Technology AutoMesher for LS-DYNA Vehicle Modelling Ryan Alberson 1, David Stevens 2, James D. Walker 3, Tom Moore 3 Protection Engineering

More information

Abaqus/CAE: Geometry Import and Meshing. About this Course

Abaqus/CAE: Geometry Import and Meshing. About this Course Abaqus/CAE: Geometry Import and Meshing R 6.12 About this Course Course objectives Upon completion of this course you will be able to: Import, edit, and repair CAD geometry. Import and edit orphan meshes.

More information

ANSYS Discovery SpaceClaim Capabilities

ANSYS Discovery SpaceClaim Capabilities ANSYS Discovery SpaceClaim Capabilities Rapid Geometry Creation SpaceClaim removes a common geometry bottleneck by putting the power of easy and fast geometry creation into the hands of any designer, engineer,

More information

128 - FEA Model Preparation using Solid Edge's Synchronous Technology

128 - FEA Model Preparation using Solid Edge's Synchronous Technology 4 th Generation VLC courtesy of Edison2 128 - FEA Model Preparation using Solid Edge's Synchronous Technology Kevin Baxter, Consultant Page 1 #SEU13 Agenda: 128 - FEA Model Preparation using Solid Edge's

More information

Simcenter 3D Engineering Desktop

Simcenter 3D Engineering Desktop Simcenter 3D Engineering Desktop Integrating geometry and FE modeling to streamline the product development process Benefits Speed simulation processes by up to 70 percent Increase product quality by rapidly

More information

Kratos Multi-Physics 3D Fluid Analysis Tutorial. Pooyan Dadvand Jordi Cotela Kratos Team

Kratos Multi-Physics 3D Fluid Analysis Tutorial. Pooyan Dadvand Jordi Cotela Kratos Team Kratos Multi-Physics 3D Fluid Analysis Tutorial Pooyan Dadvand Jordi Cotela Kratos Team Kratos 3D Fluid Tutorial In this tutorial we will solve a simple example using GiD and Kratos Geometry Input data

More information

This lab exercise has two parts: (a) scan a part using a laser scanner, (b) construct a surface model from the scanned data points.

This lab exercise has two parts: (a) scan a part using a laser scanner, (b) construct a surface model from the scanned data points. 1 IIEM 215: Manufacturing Processes I Lab 4. Reverse Engineering: Laser Scanning and CAD Model construction This lab exercise has two parts: (a) scan a part using a laser scanner, (b) construct a surface

More information

World-class finite element analysis (FEA) solution for the Windows desktop

World-class finite element analysis (FEA) solution for the Windows desktop World-class finite element analysis (FEA) solution for the Windows desktop Benefits Significantly speed up the design process by bringing simulation closer to design and reducing time-to-market Reduce

More information

Abaqus/CAE: Geometry Import and Meshing

Abaqus/CAE: Geometry Import and Meshing Abaqus/CAE: Geometry Import and Meshing Day 1 Overview of Abaqus/CAE Lecture 1 Demonstration 1 Demonstration 2 Workshop 1 Workshop 2 Workshop 3 Geometry Import and Repair Geometry Import and Repair: Lens

More information

Introduction to ANSYS DesignModeler

Introduction to ANSYS DesignModeler Lecture 9 Beams and Shells 14. 5 Release Introduction to ANSYS DesignModeler 2012 ANSYS, Inc. November 20, 2012 1 Release 14.5 Beams & Shells The features in the Concept menu are used to create and modify

More information

SolidWorks Frequently asked Questions about Insert Fillet

SolidWorks Frequently asked Questions about Insert Fillet SolidWorks Frequently asked Questions about Insert Fillet This document addresses the most common questions asked about the SolidWorks Insert Fillet command. Question: Is it possible to pattern a fillet,

More information

NX Advanced Simulation

NX Advanced Simulation Siemens PLM Software Integrating FE modeling and simulation streamlines product development process Benefits Speed simulation processes by up to 70 percent Perform accurate, reliable structural analysis

More information

Simcenter 3D Engineering Desktop

Simcenter 3D Engineering Desktop Simcenter 3D Engineering Desktop Integrating geometry and FE modeling to streamline the product development process Benefits Speed simulation processes by up to 70 percent Increase product quality by rapidly

More information

Introduction to ANSYS Fluent Meshing

Introduction to ANSYS Fluent Meshing Workshop 06: Mesh Creation Including Removal of Gaps and Baffle Thickness 14.5 Release Introduction to ANSYS Fluent Meshing 1 2011 ANSYS, Inc. December 21, 2012 I Introduction Workshop Description: Fluent

More information

ANSYS AIM 16.0 Overview. AIM Program Management

ANSYS AIM 16.0 Overview. AIM Program Management 1 2015 ANSYS, Inc. September 27, 2015 ANSYS AIM 16.0 Overview AIM Program Management 2 2015 ANSYS, Inc. September 27, 2015 Today s Simulation Challenges Leveraging simulation across engineering organizations

More information

Introduction to ANSYS ICEM CFD

Introduction to ANSYS ICEM CFD Lecture 4 Volume Meshing 14. 0 Release Introduction to ANSYS ICEM CFD 1 2011 ANSYS, Inc. March 21, 2012 Introduction to Volume Meshing To automatically create 3D elements to fill volumetric domain Generally

More information

FEMAP Freebody Deep-Dive Patrick Kriengsiri, FEMAP Development

FEMAP Freebody Deep-Dive Patrick Kriengsiri, FEMAP Development Femap Symposium 2015 Huntsville FEMAP Freebody Deep-Dive Patrick Kriengsiri, FEMAP Development Realize Innovation. FEMAP Freebody Deep Dive Topics What is a Freebody? Recovering Grid Point Forces in NASTRAN

More information

Appendix R SYSTEMA THERMICA & THERMICALC Timothée Soriano Rose Nerriere (Astrium SAS, France)

Appendix R SYSTEMA THERMICA & THERMICALC Timothée Soriano Rose Nerriere (Astrium SAS, France) 229 Appendix R SYSTEMA THERMICA 4.7.0 & THERMICALC 4.7.0 Timothée Soriano Rose Nerriere (Astrium SAS, France) 230 SYSTEMA THERMICA 4.7.0 & THERMICALC 4.7.0 Abstract SYSTEMA THERMICA 4.7.0 The new 4.7.0

More information

Femap 11.3 What s New

Femap 11.3 What s New Femap 11.3 What s New Femap Release Schedule Regular release schedule v11.3 April 2016 v11.2 March 2015 v11.1 November 2013 v11: January 2013 v10.3.1: January 2012 v10.3: October 2011 v10.2: October 2010

More information

Mid-Surface Creation. Mid-Surface Tool:

Mid-Surface Creation. Mid-Surface Tool: Mid-Surface Creation Mid-Surface Tool: Reduces 3D geometry of constant thickness to a simplified shell representation ti Automatically places surface body at mid point between 3D face pairs Allows shell

More information

SimLab 14.1 Release Notes

SimLab 14.1 Release Notes SimLab 14.1 Release Notes Highlights SimLab 14.0 introduced the new user interface. SimLab 14.1 enhances the user interface using feedback from customers. In addition many new core features have been added.

More information

New Frontiers in CAE Interoperability. Andy Chinn ITI TranscenData

New Frontiers in CAE Interoperability. Andy Chinn ITI TranscenData New Frontiers in CAE Interoperability Andy Chinn ITI TranscenData arc@transcendata.com Introduction Data Exchange Integrity Issue of Meshability Geometry Reasoning Geometry Reasoning Applications Conclusions

More information

World-class finite element analysis (FEA) solution for the Windows desktop

World-class finite element analysis (FEA) solution for the Windows desktop World-class finite element analysis (FEA) solution for the Windows desktop fact sheet Siemens PLM Software www.siemens.com/plm/femap Summary Femap software is an advanced engineering analysis environment

More information

Solid Edge. Key features 2D Drafting Design and drafting Foundation Classic Premium

Solid Edge. Key features 2D Drafting Design and drafting Foundation Classic Premium Solid Edge software is a complete hybrid 2D/3D CAD system that uses synchronous technology for accelerated design, faster revisions and better imported re-use to help companies design better. Solid Edge

More information

NX Advanced FEM (Version NX 5)

NX Advanced FEM (Version NX 5) NX Advanced FEM (Version NX 5) UGS Corp. 2007. All rights reserved. UGS PLM Software Aims There are 225 slides in this file, it is NOT the expectation that you show all of them to the prospect/customer

More information

Table of Contents Memory Management... 3 Results Enveloping... 5 Set Random Property Colors... 8 Model Box Extend Merge Mesh...

Table of Contents Memory Management... 3 Results Enveloping... 5 Set Random Property Colors... 8 Model Box Extend Merge Mesh... 1 Table of Contents Memory Management... 3 Results Enveloping... 5 Set Random Property Colors... 8 Model Box... 11 Extend Merge Mesh... 13 NonManifold Add... 16 Element Visual Inspection... 18 Graphical

More information

NX I-deas MasterFEM Complete standalone capabilities for creating FE models and evaluating simulation results

NX I-deas MasterFEM Complete standalone capabilities for creating FE models and evaluating simulation results I-deas MasterFEM Complete standalone capabilities for creating FE models and evaluating simulation results fact sheet Siemens PLM Software www.siemens.com/nx Summary I-deas MasterFEM software is the standalone

More information

Types of Idealizations. Idealizations. Cylindrical Shaped Part. Cyclic Symmetry. 3D Shell Model. Axisymmetric

Types of Idealizations. Idealizations. Cylindrical Shaped Part. Cyclic Symmetry. 3D Shell Model. Axisymmetric Types of Idealizations Idealizations Selecting the model type 3D Solid Plane Stress Plane Strain 3D Shell Beam Cyclic Symmetry Cylindrical Shaped Part Interior Pressure Load 3D model can be used to model

More information

Advanced geometry tools for CEM

Advanced geometry tools for CEM Advanced geometry tools for CEM Introduction Modern aircraft designs are extremely complex CAD models. For example, a BAE Systems aircraft assembly consists of over 30,000 individual components. Since

More information

3. Preprocessing of ABAQUS/CAE

3. Preprocessing of ABAQUS/CAE 3.1 Create new model database 3. Preprocessing of ABAQUS/CAE A finite element analysis in ABAQUS/CAE starts from create new model database in the toolbar. Then save it with a name user defined. To build

More information

FEMAP All Rights Reserved NASTRAN 1

FEMAP All Rights Reserved NASTRAN 1 FEMAP 1 Overview Femap V10.3 is a Windows-native pre- and postprocessor used by engineering organizations world wide to model various products, processes, and systems. Its graphical user interface provides

More information

Simcenter 3D Structures

Simcenter 3D Structures Simcenter 3D Structures Integrating FE modeling and simulation streamlines product development Benefits Speed simulation processes by up to 70 percent Perform accurate, reliable structural analysis with

More information

ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis

ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis R50 ANSYS 5.6 Tutorials Lecture # 2 - Static Structural Analysis Example 1 Static Analysis of a Bracket 1. Problem Description: The objective of the problem is to demonstrate the basic ANSYS procedures

More information

AUTODESK INVENTOR MODULAR BASED TRAINING

AUTODESK INVENTOR MODULAR BASED TRAINING AUTODESK INVENTOR MODULAR BASED TRAINING INTERMEDIATE AND ADVANCED DOCUMENT REVISION 0.0.0 REVISIONS DATE 30/06/2016 CREATION DATE 30/06/2016 PREPARED BY Craig Snell Symetri Limited Part of Addnode AB

More information

Automatic & Robust Meshing in Fluids 2011 ANSYS Regional Conferences

Automatic & Robust Meshing in Fluids 2011 ANSYS Regional Conferences Automatic & Robust Meshing in Fluids 2011 ANSYS Regional Conferences 1 This is just a taste Note that full 14.0 update webinars of an hour per product will be scheduled closer to the release This presentation

More information

The power of BIM for structural engineering. Autodesk Revit. Structure

The power of BIM for structural engineering. Autodesk Revit. Structure The power of BIM for structural engineering. Autodesk Revit Structure Improve Efficiency, Accuracy, and Coordination Concurrent modeling for structural design, analysis, and coordinated documentation Building

More information

SimLab Release Notes. 1 A l t a i r E n g i n e e r i n g

SimLab Release Notes. 1 A l t a i r E n g i n e e r i n g SimLab 11.0 Release Notes 1 A l t a i r E n g i n e e r i n g System Support extended to load and save GDA/SLB files of size greater than 4GB. Memory allocation is enhanced to support large models. Kubrix

More information

ECE 480: Design Team #9 Application Note Designing Box with AutoCAD

ECE 480: Design Team #9 Application Note Designing Box with AutoCAD ECE 480: Design Team #9 Application Note Designing Box with AutoCAD By: Radhika Somayya Due Date: Friday, March 28, 2014 1 S o m a y y a Table of Contents Executive Summary... 3 Keywords... 3 Introduction...

More information

Education Curriculum Surface Design Specialist

Education Curriculum Surface Design Specialist Education Curriculum Surface Design Specialist Invest your time in imagining next generation designs. Here s what we will teach you to give shape to your imagination. CATIA Surface Design Specialist CATIA

More information

Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench

Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench Finite Element Analysis using ANSYS Mechanical APDL & ANSYS Workbench Course Curriculum (Duration: 120 Hrs.) Section I: ANSYS Mechanical APDL Chapter 1: Before you start using ANSYS a. Introduction to

More information

Autodesk Moldflow Insight AMI Modeling

Autodesk Moldflow Insight AMI Modeling Autodesk Moldflow Insight 2012 AMI Modeling Revision 1, 21 March 2012. This document contains Autodesk and third-party software license agreements/notices and/or additional terms and conditions for licensed

More information

Abaqus/CAE: Geometry Import and Meshing. Abaqus 2018

Abaqus/CAE: Geometry Import and Meshing. Abaqus 2018 Abaqus/CAE: Geometry Import and Meshing Abaqus 2018 About this Course Course objectives Upon completion of this course you will be able to: Import, edit, and repair CAD geometry. Import and edit orphan

More information

#SEU Welcome! Solid Edge University 2016

#SEU Welcome! Solid Edge University 2016 #SEU 2016 Welcome! Solid Edge University 2016 Realize innovation. Migrating SolidWorks Files to Solid Edge Steve Weatherwax Siemens PLM Realize innovation. SolidWorks Data Migration Tool Table of content

More information

Gmsh GUI Tutorial I: How to Create a Simple 2D Model?

Gmsh GUI Tutorial I: How to Create a Simple 2D Model? Gmsh GUI Tutorial I: How to Create a Simple 2D Model? Christophe Geuzaine and Jean-François Remacle January 4, 2006 http://geuz.org/gmsh/doc/gui_tutorial/ This tutorial shows all the steps involved in

More information

Exercise Guide. Published: August MecSoft Corpotation

Exercise Guide. Published: August MecSoft Corpotation VisualCAD Exercise Guide Published: August 2018 MecSoft Corpotation Copyright 1998-2018 VisualCAD 2018 Exercise Guide by Mecsoft Corporation User Notes: Contents 2 Table of Contents About this Guide 4

More information

Autodesk Fusion 360 Training: The Future of Making Things Attendee Guide

Autodesk Fusion 360 Training: The Future of Making Things Attendee Guide Autodesk Fusion 360 Training: The Future of Making Things Attendee Guide Abstract After completing this workshop, you will have a basic understanding of editing 3D models using Autodesk Fusion 360 TM to

More information

Element Order: Element order refers to the interpolation of an element s nodal results to the interior of the element. This determines how results can

Element Order: Element order refers to the interpolation of an element s nodal results to the interior of the element. This determines how results can TIPS www.ansys.belcan.com 鲁班人 (http://www.lubanren.com/weblog/) Picking an Element Type For Structural Analysis: by Paul Dufour Picking an element type from the large library of elements in ANSYS can be

More information

Mid Surface Creation. Workshop 5 4. ANSYS, Inc. Proprietary Inventory # May 11, ANSYS, Inc. All rights reserved.

Mid Surface Creation. Workshop 5 4. ANSYS, Inc. Proprietary Inventory # May 11, ANSYS, Inc. All rights reserved. Mid Surface Creation Workshop 5 4 May 11, 2007 2007 ANSYS, Inc. All rights reserved. ANSYS, Inc. Proprietary Inventory #002496 5 1 Overview Goal Familiarize users with mid surface capabilities that are

More information

How TMG Uses Elements and Nodes

How TMG Uses Elements and Nodes Simulation: TMG Thermal Analysis User's Guide How TMG Uses Elements and Nodes Defining Boundary Conditions on Elements You create a TMG thermal model in exactly the same way that you create any finite

More information

ANSYS Workbench Guide

ANSYS Workbench Guide ANSYS Workbench Guide Introduction This document serves as a step-by-step guide for conducting a Finite Element Analysis (FEA) using ANSYS Workbench. It will cover the use of the simulation package through

More information

A Comprehensive Introduction to SolidWorks 2011

A Comprehensive Introduction to SolidWorks 2011 A Comprehensive Introduction to SolidWorks 2011 Godfrey Onwubolu, Ph.D. SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Chapter 2 Geometric Construction Tools Objectives: When

More information

Introduction to Solid Modeling Parametric Modeling. Mechanical Engineering Dept.

Introduction to Solid Modeling Parametric Modeling. Mechanical Engineering Dept. Introduction to Solid Modeling Parametric Modeling 1 Why draw 3D Models? 3D models are easier to interpret. Simulation under real-life conditions. Less expensive than building a physical model. 3D models

More information

ANSYS AIM Tutorial Flow over an Ahmed Body

ANSYS AIM Tutorial Flow over an Ahmed Body Author(s): Sebastian Vecchi Created using ANSYS AIM 18.1 ANSYS AIM Tutorial Flow over an Ahmed Body Problem Specification Start Up Geometry Import Geometry Enclose Suppress Mesh Set Mesh Controls Generate

More information

Quick Start Guide to midas NFX

Quick Start Guide to midas NFX Quick Start Guide to midas NFX This guide is made for non-experienced FEA users. It provides basic knowledge needed to run midas NFX successfully and begin your analysis. Experienced FEA analysts can also

More information

Autodesk Revit. Structure

Autodesk Revit. Structure The power of BIM for structural engineering. Autodesk Revit S L N E TW R K Structure Improve Efficiency, Accuracy, and Coordination Concurrent modeling for structural design, analysis, and coordinated

More information

Automated Eddy Current Inspections of Complex, Irregular Surfaces

Automated Eddy Current Inspections of Complex, Irregular Surfaces Automated Eddy Current Inspections of Complex, Irregular Surfaces Eric Shell, Matt Gardner Wyle Dayton, OH ATA NDT Forum 23 Sept 2010 Background Wyle s 7-axis Eddy Current Inspection System (ECIS) is used

More information

HONDA APPROACH TO AUTOMATE THE NV CAE PROCESS

HONDA APPROACH TO AUTOMATE THE NV CAE PROCESS HONDA APPROACH TO AUTOMATE THE NV CAE PROCESS 1 Haruki Kubokawa *, 2 Kazuhiko Inada, 3 Irene Makropoulou, 3 Stergios Chatzikonstantinou 1 Honda R&D Co., Ltd, Japan, 2 BETA CAE Systems Japan Inc., Japan

More information

PARAMETRIC MODELING FOR MECHANICAL COMPONENTS 1

PARAMETRIC MODELING FOR MECHANICAL COMPONENTS 1 PARAMETRIC MODELING FOR MECHANICAL COMPONENTS 1 Wawre S.S. Abstract: parametric modeling is a technique to generalize specific solid model. This generalization of the solid model is used to automate modeling

More information

This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks

This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks ENGN 1750: Advanced Mechanics of Solids ABAQUS CAD INTERFACE TUTORIAL School of Engineering Brown University This tutorial will take you all the steps required to import files into ABAQUS from SolidWorks

More information

Preparing Models for CAE and MFG Applications

Preparing Models for CAE and MFG Applications Preparing Models for CAE and MFG Applications Closing the Gap Abdul Shammaa Elysium Inc. GPDIS_2013.ppt 1 The Gap CAD models are often not readily usable by downstream applications A mathematically valid

More information

Automatic & Robust Meshing in Fluids 2011 ANSYS Regional Conferences

Automatic & Robust Meshing in Fluids 2011 ANSYS Regional Conferences Automatic & Robust Meshing in Fluids 2011 ANSYS Regional Conferences 1 Automatic & Robust Meshing Assembly Meshing Assembly Meshing enables dramatically reduced time to mesh for typical CAD models by eliminating

More information

Lecture 2 Advanced Scripting of DesignModeler

Lecture 2 Advanced Scripting of DesignModeler Lecture 2 Advanced Scripting of DesignModeler 1 Contents Supported API s of DesignModeler Attaching Debugger to DesignModeler Advanced scripting API s of DesignModeler Handlers Tree, Graphics, File, Event

More information

Multidisciplinary design optimization (MDO) of a typical low aspect ratio wing using Isight

Multidisciplinary design optimization (MDO) of a typical low aspect ratio wing using Isight Multidisciplinary design optimization (MDO) of a typical low aspect ratio wing using Isight Mahadesh Kumar A 1 and Ravishankar Mariayyah 2 1 Aeronautical Development Agency and 2 Dassault Systemes India

More information

3D PRINTING AND CONVERGENT MODELING IN NX Patrick Barrett

3D PRINTING AND CONVERGENT MODELING IN NX Patrick Barrett 3D PRINTING AND CONVERGENT MODELING IN NX 11.0.1 Patrick Barrett www.appliedcax.com Patrick Barrett Who Am I Started using UG in 1996 Started Sherpa Design in 2001 Designed many things for many different

More information

TRINITAS. a Finite Element stand-alone tool for Conceptual design, Optimization and General finite element analysis. Introductional Manual

TRINITAS. a Finite Element stand-alone tool for Conceptual design, Optimization and General finite element analysis. Introductional Manual TRINITAS a Finite Element stand-alone tool for Conceptual design, Optimization and General finite element analysis Introductional Manual Bo Torstenfelt Contents 1 Introduction 1 2 Starting the Program

More information

Using mesh-geometry relationships to transfer analysis models between CAE tools

Using mesh-geometry relationships to transfer analysis models between CAE tools Using mesh-geometry relationships to transfer analysis models between CAE tools Tierney, C., Nolan, D., Robinson, T., & Armstrong, C. (2015). Using mesh-geometry relationships to transfer analysis models

More information

Curriculum Guide. Creo 4.0

Curriculum Guide. Creo 4.0 Curriculum Guide Creo 4.0 Live Classroom Curriculum Guide Update to Creo Parametric 4.0 from Creo Parametric 3.0 Introduction to Creo Parametric 4.0 Advanced Modeling using Creo Parametric 4.0 Advanced

More information

Contour Plots for Slab Elevation Data using MathCAD. John M. Clark Clark Engineers, Inc. May 8, 2013

Contour Plots for Slab Elevation Data using MathCAD. John M. Clark Clark Engineers, Inc. May 8, 2013 Contour Plots for Slab Elevation Data using MathCAD John M. Clark Clark Engineers, Inc. May 8, 2013 Contour Plots for Slab Elevation Data using MathCAD Why use MathCAD when there are other contour plotting

More information

HyperCrash. A highly-tuned modeling environment for crash analysis and safety evaluation in the HyperWorks simulation framework

HyperCrash. A highly-tuned modeling environment for crash analysis and safety evaluation in the HyperWorks simulation framework HyperCrash A highly-tuned modeling environment for crash analysis and safety evaluation in the HyperWorks simulation framework Christian Alscher, Giuseppe Resta Altair, Böblingen/Troy, Germany/USA Summary:

More information

SOLIDWORKS 2019 Advanced Techniques

SOLIDWORKS 2019 Advanced Techniques SOLIDWORKS 2019 Advanced Techniques Mastering Parts, Surfaces, Sheet Metal, SimulationXpress, Top Down Assemblies, Core & Cavity Molds Paul Tran CSWE, CSWI SDC PUBLICATIONS Better Textbooks. Lower Prices.

More information

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 This document contains an Abaqus tutorial for performing a buckling analysis using the finite element program

More information

Introduction to ANSYS DesignModeler

Introduction to ANSYS DesignModeler Lecture 5 Modeling 14. 5 Release Introduction to ANSYS DesignModeler 2012 ANSYS, Inc. November 20, 2012 1 Release 14.5 Preprocessing Workflow Geometry Creation OR Geometry Import Geometry Operations Meshing

More information

All-in-One Software Solution for Metal Additive Manufacturing

All-in-One Software Solution for Metal Additive Manufacturing All-in-One Software Solution for Metal Additive Manufacturing What Makes 3DXpert Ideal for Metal Additive Manufacturing? Specialized Requirements Call for Specialized Software Metal Additive Manufacturing

More information

Technical Education Services

Technical Education Services Autodesk Fusion 360: Introduction to Parametric Modeling Course Length: 3 days Official Training Guide The Autodesk Fusion 360 Introduction to Parametric Modeling training course provides you with an understanding

More information

Femap v and NX Nastran v9.1

Femap v and NX Nastran v9.1 Femap v11.1.2 and NX Nastran v9.1 Technical Seminar for Femap and NX Nastran Users Hosted by: Adrian Jensen, BSME, P.E., Sr Staff Mechanical Engineer George Laird, PhD, PE, Principal Mechanical Engineer

More information

ANSYS AIM Tutorial Fluid Flow Through a Transition Duct

ANSYS AIM Tutorial Fluid Flow Through a Transition Duct ANSYS AIM Tutorial Fluid Flow Through a Transition Duct Author(s): Sebastian Vecchi, ANSYS Created using ANSYS AIM 18.1 Problem Specification Start Up Geometry Import Geometry Extracting Volume Suppress

More information

GTS NX INTERFACES AUTOCAD MIDAS GEN FOR TUNNEL SOIL PILE INTERACTION ANALYSIS

GTS NX INTERFACES AUTOCAD MIDAS GEN FOR TUNNEL SOIL PILE INTERACTION ANALYSIS INTERFACES AUTOCAD MIDAS GEN FOR TUNNEL SOIL PILE INTERACTION ANALYSIS Angel F. Martinez Civil Engineer MIDASOFT Integrated Solver Optimized for the next generation 64-bit platform Finite Element Solutions

More information

What s new in Solid Edge ST4?

What s new in Solid Edge ST4? What s new in Solid Edge ST4? Design better. Benefits Advanced machine design capabilities accelerate time to market Expanded capabilities improve supply chain collaboration Simulation enhancements optimize

More information

Exercise 1: Axle Structural Static Analysis

Exercise 1: Axle Structural Static Analysis Exercise 1: Axle Structural Static Analysis The purpose of this exercise is to cover the basic functionality of the Mechanical Toolbar (MTB) in the context of performing an actual analysis. Details of

More information

Structural Design Codes Verifier

Structural Design Codes Verifier Wouter van den Bos, SDC Verifier Owner Structural Design Codes Verifier Femap Symposium 2014 May 14-16, Atlanta, GA, USA FEMAP SYMPOSIUM 2014 Discover New Insights What is SDC Verifier? The goal of SDC

More information

Weld Sequence Planning for Major Assemblies

Weld Sequence Planning for Major Assemblies Advanced Metalworking Solutions for naval systems that go in harm s way Weld Sequence Planning for Major Assemblies Presented by Lori Denault (NMC/CTC) On behalf of the Project Team National Shipbuilding

More information