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

Size: px
Start display at page:

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

Transcription

1 Existing API Scripts Andy Haines Senior Applications Engineer

2 Agenda Existing API Scripts Who am I? What you will learn Femap capabilities Demonstrations Benefits of this topic How to learn more Page 2

3 Stress Linearization Tool Why the tool was desired ASME Code based on the observed failure of Pressure Vessels Bending Stress less dangerous than Membrane Stress SCL Stress Classification Line Requirements Perpendicular Inside and Out Stress Linearization takes the component stresses along this line and computes Membrane Bending Membrane + Bending Peak Good Reference ess_linearization.pdf Page 3

4 Stress Linearization Tool API Features Compiled Code with Visual Basic Express Needs to be installed, not simply copied onto machine Run from the Start Menu (All Programs, Siemens, FEMAP Stress Linearization Tool) Tool appears as a dockable pane in the FEMAP GUI Developed by Mark Sherman Page 4

5 Stress Linearization Tool Using the API Open model with results on solid elements first Start FEMAP Stress Linearization Tool Select an Output Set from drop-down Click Select Nodes button to select two nodes to specify path of SCL The SCL will appear on screen and persist until model is moved in any way Examine Graph of Results (curves for Stress, Membrane Stress, Max Membrane plus Bending, Membrane + Bending, and Bending Stress) Depending on your needs, use Control Options to switch between von Mises and Tresca Stress and optionally include Full Component Bending Information and Graph are automatically posted to the clipboard for use in a report and/or allows you to resize the graph for more detailed inspection *Tip To redraw the SCL, simply change from von Mises to Tresca and then back (or vice versa) or toggle Full Component Bending on/off Page 5

6 Stress Linearization Tool Page 6

7 Stress Linearization Tool FEMAP Stress Linearization Tool All Data Calculated as von Mises Stresses All stress tensor components used to calculate linearized bending stress. Page 7

8 Stress Linearization Tool Stress Linearization between Nodes 6074 and 5859 Data from FEMAP Model - C:\FEMAP Symposium\FSLT_Example.modfem From FEMAP Output Set 4 - Titled - Step 1, Sub 4, - 1. The Linearized Membrane Stress is calculated as The Linearized Bending Stress is calculated as The Linearized Maximum Combined Membrane and Bending Stress is calculated as The Maximum von Mises Stress along the SCL is Page 8

9 Hide and Show Entities Why the tool was desired Users hoped FEMAP could have a similar tool to the Plot/Erase command in PATRAN API Features API script developed using API Programing Window Uses a number of different subroutines User-defined dialog box Uses Multi-Group Display Developed by Chip Fricke Page 9

10 Hide and Show Entities Using the API to Show entities (default behavior) Open model and run command. Select type of entity to Show, optionally toggle on the Include Related Entities option, then click OK. Use standard entity selection dialog box to select entities of chosen entity type, then click OK. Original Model Select Surfaces as the Entity Type and toggle on Include Related Entities Only the selected surfaces and related entities are now displayed Tip - If command is used again to Show, only the entities selected in that use of the command will be shown Page 10

11 Hide and Show Entities Using the API to Hide entities Select type of entity, toggle on Hide Selected Entities, and optionally toggle on the Include Related Entities option, then click OK. Use standard entity selection dialog box to select entities of chosen entity type, then click OK. Original Model Select Surfaces as the Entity Type and toggle on Include Related Entities Any entity not chosen to Hide will remain displayed Tip - If command is used again to Hide, the entities already hidden by the command will remain hidden and the newly selected entities will then also be hidden. Page 11

12 Hide and Show Entities Using the API to Reset View (Clear Hidden and Shown Entities) Select Reset View (Clear Hidden and Shown Entities) option, then click OK to restore the view to the original state before the command was used Page 12

13 Thicken By Data Surface Why the tool was desired If plate thickness needs to be varied in multiple directions, this was difficult or simply not possible to do with Modify, Update Other, Adjust Plate API Features API script developed using API Programing Window Allows use of any type of Data Surface, but Along Coordinates, Between Coordinates, Tabular Data Surface, or Arbitrary 3-D Data Surface are the types which should yield the best results Creates all of the needed property cards to attain variable thickness Developed by Dan Hinkle Page 13

14 Thicken By Data Surface Using the API Not required, but having all of the elements start off being a single plate property is recommended Run the script, select desired elements, choose a Data Surface that has already been defined, then answer Yes/No to OK to Minimize Properties (Slower) question 4 Point Bilinear Data Surface Locations and values shown in model Page 14

15 Thicken By Data Surface Model shown with Plate Thickness on and contoured using the View, Advanced Post, Contour Model Data command, with Plane Element Thickness selected Page 15

16 Calculate and Thicken Why the tool was desired If plate thickness needs to be varied to match surfaces of a solid, this was again difficult or not possible using Modify, Update Elements, Adjust Plate or even Thicken by Data Surface API API Features API script developed using API Programing Window Creates all of the needed property cards to attain variable thickness Any number of surfaces may be selected and the script will determine the appropriate thickness at each node using a ray-firing technique Stores thickness data on a temporary Data Surface Developed by Dan Hinkle Page 16

17 Calculate and Thicken Using the API Not required, but having all of the elements start off being a single plate property is recommended Position mesh in the middle (use Middler API, if needed) Run the script, select desired elements, choose upper and lower bounding surfaces, define a default minimum thickness values, then answer Yes/No to OK to Minimize Properties (Slower) question Solid Geometry of fictitious fin Shell mesh at middle of the fin Page 17

18 Calculate and Thicken 6 Bounding Surfaces selected on top 6 Bounding Surfaces selected on bottom Shell mesh of fin shown with updated thickness Page 18

19 Copy Functions Between Models Why the tool was desired Sometimes you may need to copy functions from one open model into other open models API Features API script developed using API Programing Window Using the API The Source model and all Destination models must be open Run the script, select any number of functions, then any number of Destination models. Developed by Patrick Kriengsiri Page 19

20 Embed Multiple Faces Why the tool was desired Geometry, Curve From Surface tools such as Pad and Washer are useful when trying to create a mapped mesh on surfaces embedding those surfaces may also be useful for creating a mapped hex mesh API Features API script developed using API Programing Window Using the API Surfaces should be subdivided before using this tool Run the script, then select only the surfaces to embed using the standard entity selection dialog box Developed by Andrew Jabola, Saratech Page 20

21 Embed Multiple Faces Original Geometry All One Part Surfaces selected for embed operation After command, multiple solids are now ready for sizing and hex meshing Page 21

22 Selective Display of Node IDs Why the tool was desired Users wanted to show all the nodes, but only have the IDs shown for selected nodes API Features Uses Text objects to create the temporary Node labels Could be modified to do the same for other entity types Developed by Andrew Jabola, Saratech Page 22

23 Selective Display of Node IDs Using the API Run the script to open the Select Node ID Manager dialog box Optionally, click Specify Color to select a color for the labels from the FEMAP Color Palette Click Select Nodes to use the standard entity selection dialog box to select the nodes When done with the temporary labels, use the command again and click Clear Node IDs Page 23

24 Create Multiple Load Sets from Multiple CSV files Why the tool was desired User had over 100 comma-separated value files created by MATLAB containing nodal IDs and load values, each of which needed to be imported into FEMAP to create an individual load set. API Features API script developed using API Programing Window Cycles through all files in a selected directory Load Set Titles match CSV file names Using the API Place all CSV files in a single directory Run script, then select any CSV file in directory to set directory path Developed by Dan Hinkle and Andy Haines Page 24

25 Create Multiple Load Sets from Multiple CSV files Values from Load Set 1 Values from Load Set 4 Page 25

26 AutoBoltMaker Why the tool was desired Using Custom Tools, Meshing, Hole-to-Hole Fastener for multiple holes can be quite time consuming. API Features API script developed using API Programing Window Using the API Surfaces need to be meshed before using this tool Run the script and answer question to enter a radius for the bolt or to select an existing beam property (used for every fastener created during each use of the command) Select any number of Curves using the Standard Entity Selection dialog box for Curves (will not use anything other than circular arcs) Developed by Andy Haines Page 26

27 AutoBoltMaker Select any number of curves In this area of the model Only curves which make up a pair of circular loops will be selected Rigid Spiders and a beam element using the selected property or entered radius will be created A variation of this command is also available which allows selection of a CBUSH Property with a reference coordinate system, then creates 2 rigid spiders and a coincident node CBUSH element equidistant from the independent node of each newly created RBE2 Page 27

28 Coincident Node CBUSH Coordinate System Display Why the tool was desired For coincident node CBUSH elements, a Reference Coordinate System must be set on the property. This script displays the coordinate system directions at each CBUSH location. API Features Code has checking to make sure only Spring/Damper Elements which reference a CBUSH property AND have a Ref CSys defined are used Appearance of arrows on triads (Line or Solid) is based on Color Mode for Coordinate Systems in View Options. Using the API to Show the triads Run the script and examine triads for each CBUSH Different colors used for triads representing rectangular and spherical Developed by Andy Haines Page 28

29 Coincident Node CBUSH Coordinate System Display Using different API to Remove the triads Use Custom Tools, Model Query, CBUSH CSys Display Reset command to remove the triads Rectangular CSys shown in X Direction = Red, Y Direction = Green, Z Direction = Blue Spherical CSys shown in Radial Direction = Yellow Theta Direction = Orange, Phi Direction = Cyan Page 29

30 Laminate Next Ply and Laminate Prev Ply - Improved Why the tool was desired Users want to be able to look at the same output vector on either the Next or Previous ply in a model without have to select it from the Select PostProcessing Data dialog box also works when looking at Global Plies API Features Simply adds or subtracts 200 to the current output vector, which signifies it is on the next or previous ply Similar to one shipped with FEMAP and can be found in Custom Tools, PostProcessing, but this one also does Global Plies Using the API Recommend creating icons on a toolbar to aid is use Click appropriate icon to go to next or previous ply Developed by Mark Sherman, altered by Andy Haines Page 30

31 Linear Combination using Base Output Set Why the tool was desired User had many output sets, wanted to be able to choose 1 set as the base set, then linearly combine the base set with any number of other selected output sets, one at a time API Features Creates multiple output sets ( Base set + 1 Other set) using the feoutputprocesslinearcombination call, one of several that now exist which make it easier to use the functionality of Model, Output, Process Using the API Model needs multiple output sets Run script, select Base set, then select any number of other output sets Developed by Andy Haines Page 31

32 Group from Freebody Why the tool was desired User wanted to create groups based on the elements of a Freebody or the nodes and elements of an Interface Load API Features Represents use of the Freebody Object Using the API Run script, select a Freebody or Interface Load and a group will be created automatically. Alternate version of this script, Groups from All Freebodies, creates a individual group for each Freebody entity in a model Developed by Andy Haines Page 32

33 Standard Analysis (Statics or Modes) Why the tool was desired Model is ready to be analyzed and you want to launch a Nastran job using a single command without seeing a single dialog box API Features API script developed using API Programing Window Shipped with FEMAP and can be accessed via Custom Tools toolbar Good example of how to use the API to create and modify the Analysis Set Manager Slight modifications can be made to run your standard analysis Using the API Model has everything needed for a standard static or modal analysis run Choose Custom Tools, Standard Analysis command Developed by Andy Haines Page 33

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

Finite Element Method using Pro/ENGINEER and ANSYS

Finite Element Method using Pro/ENGINEER and ANSYS Finite Element Method using Pro/ENGINEER and ANSYS Notes by R.W. Toogood The transfer of a model from Pro/ENGINEER to ANSYS will be demonstrated here for a simple solid model. Model idealizations such

More information

Finite Element Modeling

Finite Element Modeling What s New in FEMAP FEMAP 9.3.1 includes enhancements and new features in: User Interface on page 3 Meshing on page 4 Layups on page 6 Geometry on page 8 Groups and Layers on page 8 Geometry Interfaces

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

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

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

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

The Essence of Result Post- Processing

The Essence of Result Post- Processing APPENDIX E The Essence of Result Post- Processing Objectives: Manually create the geometry for the tension coupon using the given dimensions then apply finite elements. Manually define material and element

More information

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

Introduction to MSC.Patran

Introduction to MSC.Patran Exercise 1 Introduction to MSC.Patran Objectives: Create geometry for a Beam. Add Loads and Boundary Conditions. Review analysis results. MSC.Patran 301 Exercise Workbook - Release 9.0 1-1 1-2 MSC.Patran

More information

Projected Coordinate Systems

Projected Coordinate Systems LESSON 8 Projected Coordinate Systems Objectives: To become familiar with the difference between Global and Projected-Global coordinate systems. To realize the importance of both coordinate systems. PATRAN

More information

POST-PROCESSING A RATCHET WHEEL

POST-PROCESSING A RATCHET WHEEL A POST-PROCESS CASE STUDY POST-PROCESSING A RATCHET WHEEL The objective of this case study is to run a post process analysis of a steel ratchet wheel subjected to a set of forces. We will observe the stresses

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

Creating and Analyzing a Simple Model in Abaqus/CAE

Creating and Analyzing a Simple Model in Abaqus/CAE Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE The following section is a basic tutorial for the experienced Abaqus user. It leads you through the Abaqus/CAE modeling process by visiting

More information

Projected Coordinate Systems

Projected Coordinate Systems LESSON 16 Projected Coordinate Systems Objectives: To become familiar with the difference between Global and Projected-Global coordinate systems. To realize the importance of both coordinate systems. PATRAN

More information

The concise guide to Nastran Rigid Elements

The concise guide to Nastran Rigid Elements The concise guide to Nastran Rigid Elements The Nastran group of elements often described as the "Rigid elements" are very useful engineering analysis tools. "Rigid Element" is a slight misnomer, but the

More information

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE

Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE Getting Started with Abaqus: Interactive Edition Appendix B: Creating and Analyzing a Simple Model in Abaqus/CAE The following section is a basic tutorial for the experienced Abaqus user. It leads you

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

Exercise 2: Bike Frame Analysis

Exercise 2: Bike Frame Analysis Exercise 2: Bike Frame Analysis This exercise will analyze a new, innovative mountain bike frame design under structural loads. The objective is to determine the maximum stresses in the frame due to the

More information

Exercise 2: Bike Frame Analysis

Exercise 2: Bike Frame Analysis Exercise 2: Bike Frame Analysis This exercise will analyze a new, innovative mountain bike frame design under structural loads. The objective is to determine the maximum stresses in the frame due to the

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

Chapter 2. Structural Tutorial

Chapter 2. Structural Tutorial Chapter 2. Structural Tutorial Tutorials> Chapter 2. Structural Tutorial Static Analysis of a Corner Bracket Problem Specification Problem Description Build Geometry Define Materials Generate Mesh Apply

More information

file://c:\documents and Settings\sala\Configuración local\temp\~hha54f.htm

file://c:\documents and Settings\sala\Configuración local\temp\~hha54f.htm Página 1 de 26 Tutorials Chapter 2. Structural Tutorial 2.1. Static Analysis of a Corner Bracket 2.1.1. Problem Specification Applicable ANSYS Products: Level of Difficulty: Interactive Time Required:

More information

Lesson: Static Stress Analysis of a Connecting Rod Assembly

Lesson: Static Stress Analysis of a Connecting Rod Assembly Lesson: Static Stress Analysis of a Connecting Rod Assembly In this tutorial we determine the effects of a 2,000 pound tensile load acting on a connecting rod assembly (consisting of the rod and two pins).

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

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

ME 442. Marc/Mentat-2011 Tutorial-1

ME 442. Marc/Mentat-2011 Tutorial-1 ME 442 Overview Marc/Mentat-2011 Tutorial-1 The purpose of this tutorial is to introduce the new user to the MSC/MARC/MENTAT finite element program. It should take about one hour to complete. The MARC/MENTAT

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

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

Bell Crank. Problem: Joseph Shigley and Charles Mischke. Mechanical Engineering Design 5th ed (New York: McGraw Hill, May 2002) page 87.

Bell Crank. Problem: Joseph Shigley and Charles Mischke. Mechanical Engineering Design 5th ed (New York: McGraw Hill, May 2002) page 87. Problem: A cast-iron bell-crank lever, depicted in the figure below is acted upon by forces F 1 of 250 lb and F 2 of 333 lb. The section A-A at the central pivot has a curved inner surface with a radius

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

Case Study 1: Piezoelectric Rectangular Plate

Case Study 1: Piezoelectric Rectangular Plate Case Study 1: Piezoelectric Rectangular Plate PROBLEM - 3D Rectangular Plate, k31 Mode, PZT4, 40mm x 6mm x 1mm GOAL Evaluate the operation of a piezoelectric rectangular plate having electrodes in the

More information

Tech Tip. The concise guide to Nastran Rigid Elements

Tech Tip. The concise guide to Nastran Rigid Elements Tech Tip The concise guide to Nastran Rigid Elements The Nastran group of elements often described as the "Rigid Elements" are very useful engineering analysis tools. "Rigid Element" is a slight misnomer,

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

DMU Engineering Analysis Review

DMU Engineering Analysis Review Page 1 DMU Engineering Analysis Review Preface Using This Guide Where to Find More Information Conventions What's New? Getting Started Inserting a CATAnalysis Document Using DMU Space Analysis From CATAnalysis

More information

Exercise 5a - Remeshing and Modifying an Orphaned Mesh

Exercise 5a - Remeshing and Modifying an Orphaned Mesh Exercise 5a - Remeshing and Modifying an Orphaned Mesh In this exercise, you will rework an orphan mesh using the Automesh panel, Imprint panel, and some of the utilities in the Geom/Mesh page of the Utility

More information

Linear Static Analysis of a Simply-Supported Stiffened Plate

Linear Static Analysis of a Simply-Supported Stiffened Plate WORKSHOP 7 Linear Static Analysis of a Simply-Supported Stiffened Plate Objectives: Create a geometric representation of a stiffened plate. Use the geometry model to define an analysis model comprised

More information

Generative Part Structural Analysis Fundamentals

Generative Part Structural Analysis Fundamentals CATIA V5 Training Foils Generative Part Structural Analysis Fundamentals Version 5 Release 19 September 2008 EDU_CAT_EN_GPF_FI_V5R19 About this course Objectives of the course Upon completion of this course

More information

Latch Spring. Problem:

Latch Spring. Problem: Problem: Shown in the figure is a 12-gauge (0.1094 in) by 3/4 in latching spring which supports a load of F = 3 lb. The inside radius of the bend is 1/8 in. Estimate the stresses at the inner and outer

More information

Lab#5 Combined analysis types in ANSYS By C. Daley

Lab#5 Combined analysis types in ANSYS By C. Daley Engineering 5003 - Ship Structures I Lab#5 Combined analysis types in ANSYS By C. Daley Overview In this lab we will model a simple pinned column using shell elements. Once again, we will use SpaceClaim

More information

Revised Sheet Metal Simulation, J.E. Akin, Rice University

Revised Sheet Metal Simulation, J.E. Akin, Rice University Revised Sheet Metal Simulation, J.E. Akin, Rice University A SolidWorks simulation tutorial is just intended to illustrate where to find various icons that you would need in a real engineering analysis.

More information

Getting Started. These tasks should take about 20 minutes to complete. Getting Started

Getting Started. These tasks should take about 20 minutes to complete. Getting Started Getting Started Getting Started This tutorial will guide you step-by-step through your first ELFINI and Generative Part Structural Analysis session, allowing you to get acquainted with the product. You

More information

Static Stress Analysis

Static Stress Analysis Static Stress Analysis Determine stresses and displacements in a connecting rod assembly. Lesson: Static Stress Analysis of a Connecting Rod Assembly In this tutorial we determine the effects of a 2,000-pound

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

Exercise 1. 3-Point Bending Using the GUI and the Bottom-up-Method

Exercise 1. 3-Point Bending Using the GUI and the Bottom-up-Method Exercise 1 3-Point Bending Using the GUI and the Bottom-up-Method Contents Learn how to... 1 Given... 2 Questions... 2 Taking advantage of symmetries... 2 A. Preprocessor (Setting up the Model)... 3 A.1

More information

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

Using the Femap API to Streamline Geometry Preparation and Meshing for the Shipbuilding Industry 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

More information

Post Processing of Results

Post Processing of Results LESSON 22 Post Processing of Results Objectives: Combine result cases. Use fringe plot options to more accurately look at stress fringe plots. Use xy plots to examine stresses at specific sections. Perform

More information

DMU Engineering Analysis Review

DMU Engineering Analysis Review DMU Engineering Analysis Review Overview Conventions What's New? Getting Started Entering DMU Engineering Analysis Review Workbench Generating an Image Visualizing Extrema Generating a Basic Analysis Report

More information

Building the Finite Element Model of a Space Satellite

Building the Finite Element Model of a Space Satellite LESSON 3 Building the Finite Element Model of a Space Satellite 30000 30001 Objectives: mesh & MPC s on a Space Satellite Perform Model and Element Verification. Learn how to create 0-D, 1-D and 2-D elements

More information

Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench

Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench Aufgabe 1: Dreipunktbiegung mit ANSYS Workbench Contents Beam under 3-Pt Bending [Balken unter 3-Pkt-Biegung]... 2 Taking advantage of symmetries... 3 Starting and Configuring ANSYS Workbench... 4 A. Pre-Processing:

More information

Stiffened Plate With Pressure Loading

Stiffened Plate With Pressure Loading Supplementary Exercise - 3 Stiffened Plate With Pressure Loading Objective: geometry and 1/4 symmetry finite element model. beam elements using shell element edges. MSC.Patran 301 Exercise Workbook Supp3-1

More information

Using the NX Nastran Cbush Spring Element

Using the NX Nastran Cbush Spring Element 1/ 9 Springs versus CBUSH There is no versus, the only spring element that I use is the CBUSH. Why? Take a look at the note below written by a well respected Nastran architect (Ted Rose). For example,

More information

Finite Element Analysis Using Pro/Engineer

Finite Element Analysis Using Pro/Engineer Appendix A Finite Element Analysis Using Pro/Engineer A.1 INTRODUCTION Pro/ENGINEER is a three-dimensional product design tool that promotes practices in design while ensuring compliance with industry

More information

RD-1070: Analysis of an Axi-symmetric Structure using RADIOSS

RD-1070: Analysis of an Axi-symmetric Structure using RADIOSS RADIOSS, MotionSolve, and OptiStruct RD-1070: Analysis of an Axi-symmetric Structure using RADIOSS In this tutorial, you will learn the method of modeling an axi- symmetry problem in RADIOSS. The figure

More information

Multi-Step Analysis of a Cantilever Beam

Multi-Step Analysis of a Cantilever Beam LESSON 4 Multi-Step Analysis of a Cantilever Beam LEGEND 75000. 50000. 25000. 0. -25000. -50000. -75000. 0. 3.50 7.00 10.5 14.0 17.5 21.0 Objectives: Demonstrate multi-step analysis set up in MSC/Advanced_FEA.

More information

Module 1.5: Moment Loading of a 2D Cantilever Beam

Module 1.5: Moment Loading of a 2D Cantilever Beam Module 1.5: Moment Loading of a D Cantilever Beam Table of Contents Page Number Problem Description Theory Geometry 4 Preprocessor 7 Element Type 7 Real Constants and Material Properties 8 Meshing 9 Loads

More information

Finite Element Analysis Using NEi Nastran

Finite Element Analysis Using NEi Nastran Appendix B Finite Element Analysis Using NEi Nastran B.1 INTRODUCTION NEi Nastran is engineering analysis and simulation software developed by Noran Engineering, Inc. NEi Nastran is a general purpose finite

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

3 AXIS STANDARD CAD. BobCAD-CAM Version 28 Training Workbook 3 Axis Standard CAD

3 AXIS STANDARD CAD. BobCAD-CAM Version 28 Training Workbook 3 Axis Standard CAD 3 AXIS STANDARD CAD This tutorial explains how to create the CAD model for the Mill 3 Axis Standard demonstration file. The design process includes using the Shape Library and other wireframe functions

More information

Modeling a Shell to a Solid Element Transition

Modeling a Shell to a Solid Element Transition LESSON 9 Modeling a Shell to a Solid Element Transition Objectives: Use MPCs to replicate a Solid with a Surface. Compare stress results of the Solid and Surface 9-1 9-2 LESSON 9 Modeling a Shell to a

More information

SIMCENTER 12 ACOUSTICS Beta

SIMCENTER 12 ACOUSTICS Beta SIMCENTER 12 ACOUSTICS Beta 1/80 Contents FEM Fluid Tutorial Compressor Sound Radiation... 4 1. Import Structural Mesh... 5 2. Create an Acoustic Mesh... 7 3. Load Recipe... 20 4. Vibro-Acoustic Response

More information

SimLab 14.3 Release Notes

SimLab 14.3 Release Notes SimLab 14.3 Release Notes Highlights SimLab 14.0 introduced new graphical user interface and since then this has evolved continuously in subsequent versions. In addition, many new core features have been

More information

MSC.Patran Reference Manual Part 6: Results Postprocessing. Introduction to Results Postprocessing

MSC.Patran Reference Manual Part 6: Results Postprocessing. Introduction to Results Postprocessing C O N T E N T S MSC.Patran Reference Manual Part 6: Results Postprocessing MSC.Patran Reference Manual, Part 6: Results Postprocessing CHAPTER 1 Introduction to Results Postprocessing Overview, 2 How this

More information

Revised Iain A MacLeod

Revised Iain A MacLeod LUSAS User Guidelines Revised 01.07.15 Iain A MacLeod Contents 1 Geometrical features and meshes... 1 2 Toolbars... 2 3 Inserting points... 2 4 Inserting a line between two points... 2 5 Creating a dataset...

More information

Frequency tables Create a new Frequency Table

Frequency tables Create a new Frequency Table Frequency tables Create a new Frequency Table Contents FREQUENCY TABLES CREATE A NEW FREQUENCY TABLE... 1 Results Table... 2 Calculate Descriptive Statistics for Frequency Tables... 6 Transfer Results

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

Advance Design. Tutorial

Advance Design. Tutorial TUTORIAL 2018 Advance Design Tutorial Table of Contents About this tutorial... 1 How to use this guide... 3 Lesson 1: Preparing and organizing your model... 4 Step 1: Start Advance Design... 5 Step 2:

More information

Exercise 1: 3-Pt Bending using ANSYS Workbench

Exercise 1: 3-Pt Bending using ANSYS Workbench Exercise 1: 3-Pt Bending using ANSYS Workbench Contents Starting and Configuring ANSYS Workbench... 2 1. Starting Windows on the MAC... 2 2. Login into Windows... 2 3. Start ANSYS Workbench... 2 4. Configuring

More information

Example Plate with a hole

Example Plate with a hole Course in ANSYS Example Plate with a hole A Objective: Determine the maximum stress in the x-direction for point A and display the deformation figure Tasks: Create a submodel to increase the accuracy of

More information

1. In the first step, the polylines are created which represent the geometry that has to be cut:

1. In the first step, the polylines are created which represent the geometry that has to be cut: QCAD/CAM Tutorial Caution should be exercised when working with hazardous machinery. Simulation is no substitute for the careful verification of the accuracy and safety of your CNC programs. QCAD/CAM or

More information

µ = Pa s m 3 The Reynolds number based on hydraulic diameter, D h = 2W h/(w + h) = 3.2 mm for the main inlet duct is = 359

µ = Pa s m 3 The Reynolds number based on hydraulic diameter, D h = 2W h/(w + h) = 3.2 mm for the main inlet duct is = 359 Laminar Mixer Tutorial for STAR-CCM+ ME 448/548 March 30, 2014 Gerald Recktenwald gerry@pdx.edu 1 Overview Imagine that you are part of a team developing a medical diagnostic device. The device has a millimeter

More information

ANSYS. Geometry. Material Properties. E=2.8E7 psi v=0.3. ansys.fem.ir Written By:Mehdi Heydarzadeh Page 1

ANSYS. Geometry. Material Properties. E=2.8E7 psi v=0.3. ansys.fem.ir Written By:Mehdi Heydarzadeh Page 1 Attention: This tutorial is outdated, you will be redirected automatically to the new site. If you are not redirected, click this link to the confluence site. Problem Specification Geometry Material Properties

More information

PHASED EXCAVATION OF A SHIELD TUNNEL

PHASED EXCAVATION OF A SHIELD TUNNEL 5 PHASED EXCAVATION OF A SHIELD TUNNEL The lining of a shield tunnel is often constructed using prefabricated concrete ring segments, which are bolted together within the tunnel boring machine to form

More information

Problem description. It is desired to analyze the cracked body shown using a 3D finite element mesh: Top view. 50 radius. Material properties:

Problem description. It is desired to analyze the cracked body shown using a 3D finite element mesh: Top view. 50 radius. Material properties: Problem description It is desired to analyze the cracked body shown using a 3D finite element mesh: Top view 30 50 radius 30 Material properties: 5 2 E = 2.07 10 N/mm = 0.29 All dimensions in mm Crack

More information

SETTLEMENT OF A CIRCULAR FOOTING ON SAND

SETTLEMENT OF A CIRCULAR FOOTING ON SAND 1 SETTLEMENT OF A CIRCULAR FOOTING ON SAND In this chapter a first application is considered, namely the settlement of a circular foundation footing on sand. This is the first step in becoming familiar

More information

Case Study 2: Piezoelectric Circular Plate

Case Study 2: Piezoelectric Circular Plate Case Study 2: Piezoelectric Circular Plate PROBLEM - 3D Circular Plate, kp Mode, PZT4, D=50mm x h=1mm GOAL Evaluate the operation of a piezoelectric circular plate having electrodes in the top and bottom

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

5. Shell Reinforcement According To Eurocode 2

5. Shell Reinforcement According To Eurocode 2 5. Shell Reinforcement According To Eurocode Applicable CivilFEM Product: All CivilFEM Products Level of Difficulty: Moderate Interactive Time Required: 5 minutes Discipline: Concrete Shell Reinforcement

More information

1. WELDMANAGEMENT PRODUCT

1. WELDMANAGEMENT PRODUCT Table of Contents WeldManagement Product.................................. 3 Workflow Overview........................................ 4 Weld Types.............................................. 5 Weld

More information

Autodesk Fusion 360: Model. Overview. Modeling techniques in Fusion 360

Autodesk Fusion 360: Model. Overview. Modeling techniques in Fusion 360 Overview Modeling techniques in Fusion 360 Modeling in Fusion 360 is quite a different experience from how you would model in conventional history-based CAD software. Some users have expressed that it

More information

Nastran CBUSH Element Orientation Blog Post pdf

Nastran CBUSH Element Orientation Blog Post pdf Nastran CBUSH Element Orientation Blog Post pdf Author: Surya Batchu Senior Stress Engineer Founder, STRESS EBOOK LLC. http://www.stressebook.com 1 P a g e Nastran CBUSH Element Orientation The Nastran

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

v Overview SMS Tutorials Prerequisites Requirements Time Objectives

v Overview SMS Tutorials Prerequisites Requirements Time Objectives v. 12.2 SMS 12.2 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. Ideally, this tutorial should

More information

PTC Newsletter January 14th, 2002

PTC  Newsletter January 14th, 2002 PTC Email Newsletter January 14th, 2002 PTC Product Focus: Pro/MECHANICA (Structure) Tip of the Week: Creating and using Rigid Connections Upcoming Events and Training Class Schedules PTC Product Focus:

More information

Making the Gradient. Create a Linear Gradient Swatch. Follow these instructions to complete the Making the Gradient assignment:

Making the Gradient. Create a Linear Gradient Swatch. Follow these instructions to complete the Making the Gradient assignment: Making the Gradient Follow these instructions to complete the Making the Gradient assignment: Create a Linear Gradient Swatch 1) Save the Making the Gradient file (found on Mrs. Burnett s website) to your

More information

Module 1: Basics of Solids Modeling with SolidWorks

Module 1: Basics of Solids Modeling with SolidWorks Module 1: Basics of Solids Modeling with SolidWorks Introduction SolidWorks is the state of the art in computer-aided design (CAD). SolidWorks represents an object in a virtual environment just as it exists

More information

Quarter Symmetry Tank Stress (Draft 4 Oct 24 06)

Quarter Symmetry Tank Stress (Draft 4 Oct 24 06) Quarter Symmetry Tank Stress (Draft 4 Oct 24 06) Introduction You need to carry out the stress analysis of an outdoor water tank. Since it has quarter symmetry you start by building only one-fourth of

More information

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013]

Bombardier Business Aircraft Customer Services. Technical Publications. SmartPubs Viewer 3.0 User Guide. Updated January 2013 [2013] Bombardier Business Aircraft Customer Services Technical Publications SmartPubs Viewer 3.0 User Guide Updated January 2013 [2013] Table of Contents Application Views... 5 Collection View... 5 Manual View...

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

CGWAVE Analysis SURFACE WATER MODELING SYSTEM. 1 Introduction

CGWAVE Analysis SURFACE WATER MODELING SYSTEM. 1 Introduction SURFACE WATER MODELING SYSTEM CGWAVE Analysis 1 Introduction This lesson will teach you how to prepare a mesh for analysis and run a solution for CGWAVE. You will start with the data file indiana.xyz which

More information

Lecture 3 : General Preprocessing. Introduction to ANSYS Mechanical Release ANSYS, Inc. February 27, 2015

Lecture 3 : General Preprocessing. Introduction to ANSYS Mechanical Release ANSYS, Inc. February 27, 2015 Lecture 3 : General Preprocessing 16.0 Release Introduction to ANSYS Mechanical 1 2015 ANSYS, Inc. February 27, 2015 Chapter Overview In this chapter we cover basic preprocessing operations that are common

More information

Lesson 6: Assembly Structural Analysis

Lesson 6: Assembly Structural Analysis Lesson 6: Assembly Structural Analysis In this lesson you will learn different approaches to analyze the assembly using assembly analysis connection properties between assembly components. In addition

More information

Tekla Structures Analysis Guide. Product version 21.0 March Tekla Corporation

Tekla Structures Analysis Guide. Product version 21.0 March Tekla Corporation Tekla Structures Analysis Guide Product version 21.0 March 2015 2015 Tekla Corporation Contents 1 Getting started with analysis... 7 1.1 What is an analysis model... 7 Analysis model objects...9 1.2 About

More information

MAE 455 COMPUTER-AIDED DESIGN AND DRAFTING MIDTERM EXAM PRACTICE QUESTIONS. Name: You are allowed one sheet of notes.

MAE 455 COMPUTER-AIDED DESIGN AND DRAFTING MIDTERM EXAM PRACTICE QUESTIONS. Name: You are allowed one sheet of notes. 47 MAE 455 COMPUTER-AIDED DESIGN AND DRAFTING MIDTERM EXAM PRACTICE QUESTIONS Name: You are allowed one sheet of notes. 1. What constraints could be added to fully constrain the wireframe shown? Include

More information

Defining ABAQUS Contacts for 3-D Models in HyperMesh - HM-4320

Defining ABAQUS Contacts for 3-D Models in HyperMesh - HM-4320 Defining ABAQUS Contacts for 3-D Models in HyperMesh - HM-4320 For this tutorial it is recommended that you complete the introductory tutorial, Getting Started with HyperMesh - HM-1000. This tutorial explains

More information

Module 1.6: Distributed Loading of a 2D Cantilever Beam

Module 1.6: Distributed Loading of a 2D Cantilever Beam Module 1.6: Distributed Loading of a 2D Cantilever Beam Table of Contents Page Number Problem Description 2 Theory 2 Geometry 4 Preprocessor 7 Element Type 7 Real Constants and Material Properties 8 Meshing

More information

GDL Toolbox 2 Reference Manual

GDL Toolbox 2 Reference Manual Reference Manual Archi-data Ltd. Copyright 2002. New Features Reference Manual New Save GDL command Selected GDL Toolbox elements can be exported into simple GDL scripts. During the export process, the

More information

16 SW Simulation design resources

16 SW Simulation design resources 16 SW Simulation design resources 16.1 Introduction This is simply a restatement of the SW Simulation online design scenarios tutorial with a little more visual detail supplied on the various menu picks

More information

Learning Module 8 Shape Optimization

Learning Module 8 Shape Optimization Learning Module 8 Shape Optimization What is a Learning Module? Title Page Guide A Learning Module (LM) is a structured, concise, and self-sufficient learning resource. An LM provides the learner with

More information

Post-Processing Static Results of a Space Satellite

Post-Processing Static Results of a Space Satellite LESSON 7 Post-Processing Static Results of a Space Satellite 3.84+05 3.58+05 3.33+05 3.07+05 2.82+05 3.84+05 2.56+05 2.30+05 2.05+05 1.79+05 1.54+05 1.28+05 1.02+05 7.68+04 0. 5.12+04 Z Y X Objectives:

More information