The Simulation Environment

Size: px
Start display at page:

Download "The Simulation Environment"

Transcription

1 Institut für Integrierte Systeme Integrated Systems Laboratory Introduction The Simulation Environment WS 2011 The goal is to become familiar with the simulation package. We will use the tools SDE, DESSIS, TECPLOT and INSPECT. A simple pn-diode serves as example to demonstrate the course of simulation from mesh generation to visualization. Consider the numerics as a black box. Simulation results are finally to be used for the discussion of the physical processes in the pn-diode. Task Preparation. The physics of a pn-junction shall be understood. The following terms are important for the practical part on the computer: Doping Space Charge Region Majority and Minority Carriers Computer work starts by copying the necessary files into your working directory. Then SDE is started up, the diode will be designed from scratch and the mesh is generated from this newly obtained device. After this the device simulation can be started with S-DEVICE. The simulation results can be visualized with TECPLOT and INSPECT. The following commands will guide you through this process step by step. The prepared input files have to be copied from the master account into your own directory: >> mkdir tcad_intro >> mkdir tecplot_macro >> cp ~hlbe/diode/* tcad_intro/ >> cp ~hlbe/tecplot_macro/cut.mcr tecplot_macro/ >> cp ~hlbe/.alias. >> source.alias >> cd tcad_intro SDE is started with the command >> sde &. In the graphical user interface we first need to create the boundary geometry of the pn-diode. Therefore do the following: 1. Activate the use of exact coordinates with the button 2. Click Draw in the drop down menu and deactivate Auto Region Naming. This will force the program to prompt you for a name for every entity you create on your work area. 3. Click on the Create Rectangular Region Button 4. Now in the working area click and drag an arbitrary rectangle, you will be prompted for exact coordinates

2 5. In the appearing dialog box enter the following values First Vertex X: 0 Y: 0 Second Vertex X: 3.0 Y: 0.2 Confirm your entries by clicking OK. 6. Now you will be prompted for a name for this silicon body that you just created enter silicon bulk and confirm. You now see a block of silicon which will be transformed into a pn-diode in the following. Because the coordinate point P = (3.0, 0.2) lies outside the standard positioning of the viewport, you have to recenter the view. This can be done, either manually by using the Pan - tool ( ) or automatically by pressing the Zoom to Extents button ( ). For the grid generation a so-called refinement of the underlying structure has to be defined. These refinement definitions work as boundary conditions for the mesh generators, when generating the grid for the device. Click on Mesh Refinement Placement (in the drop down menu). A window pops up where you select Max. Element Size X Direction = 0.1, Min. Element Size X Direction = 0.01 and Max. Element Y Direction = 0.1, Min. Element Y Direction = Further choose Region in the Placement Type Section. Everything else can be left as it is. Finally click Add Placement and Close Now would be the right time to save the project. You should periodically save the project to secure against the possibility of program or system crashes. Click File Save Model and type diode as file name. Extensions will be handled by the program. After saving your progress a first mesh can be generated by clicking onto Mesh Build Mesh. In the upcoming dialog window the file name diode should show up in the path under the field Save Grid To File:, if not, type diode. Further choose MESH instead of SNMESH as meshing engine and confirm with Build Mesh. Your first mesh has been generated. The window that pops up now, can be ignored and closed. Clicking on the triangles of the mesh will bring up a window with information contained in this mesh cell. To proceed with the design, you first have to switch off the rendering of the mesh. Otherwise it is impossible to add any new geometry. You can do this by clicking the Mesh View button ( ) on the right side of your work area. If in any state of the work progress you changed something accidentally in your project, you can undo this change by clicking Edit Undo. If you changed / rotated the view in your workspace you can restore the default orientation with the button. It is even better to lock the view, when working on 2D devices by clicking View Gui Mode 2D Mode. To create the doping we need a construct called Reference Window. Click in the drop down menu Mesh Define Ref/Eval Window Rectangle or on the button. Draw a rectangle with the mouse over the left half of the diode and enter then the coordinates First Vertex X: 0 Y: 0 Second Vertex X: 1.5 Y: 0.2 When prompted for the name enter refwindow_p Repeat the last step, but this time with coordinates First Vertex X: 1.5 Y: 0 Second Vertex X: 3.0 Y: 0.2 and refwindow_n as name for the Reference Window. 2

3 Now the doping can be defined. In the drop down menu click Device Constant Profile Placement (Button: ) in the pop up window enter the following data: Placement Name: pdopplacement Placement Type choose refwindow_p from the Ref Window list. Constant Profile Definition: Name: pdopdefinition Species: BoronActiveConentration Concentration: 4e+16 Click Add Placement. The window won t disappear giving you the chance to define more doping profiles. Repeat the last step. Change Ref Window to refwindow_n and replace pdop with ndop in the Placement Name and Definition Name and change species: ArsenicActiveConentration / Concentration: 1e+16. Click Add Placement Close. You can have an overview of the defined Placements and Regions by clicking View Entity Viewer. By clicking View Placement Viewer you can select any created doping and refinement placement and edit it by double clicking on it in the list. The doping concentrations are now shown with colors (blue = p-region, red = n-region). Don t forget to change the name of the grid file, if the program didn t remember the last choice. It should be diode. Extensions are added automatically. With Mesh Build Mesh the grid is renewed. The Grid Postprocessing window can be closed. At the pn-junction the mesh must be further refined. For this, again define a Ref Window as in the steps above by drawing a rectangle over the region of interest which is the space charge region of the diode (click to draw the rectangle). This time you can leave the coordinates as obtained from the drawing and name it junctionwindow. Now define a new Refinement Placement by clicking Mesh Refinement Placement or press. Enter Max. Element Size X Direction = 0.02, Min. Element Size X Direction = Further choose Ref/Eval Window in the Placement Type Section and select the junctionwindow that you created before from the list. The PlacementName and the DefinitionName need to be changed, otherwise you will overwrite the settings made in the beginning for the refinement of the silicon_bulk-region. Click Add Placement and Close In the last step we need to define the contacts of the diode. Therefore, click in the drop down menu Contacts Contact Sets In the pop up window enter Contact Name: Anode and click Set, now again type Cathode and change the Edge Color from to and again click Set. You should now see both contacts listed on the right side of the window. This step adds just the contact definitions. Click Close. 3

4 The final step is to assign the contact definitions to certain Edges of the geometry. As depicted above, choose Select Edge in the selection level list and Anode in the contact list. Now (with activated selection tool ) click on the left edge of your diode. It will be highlighted as bold reddish line, if you really hit the edge. Sometimes the selection doesn t work properly. A possible workaround for this problem is to drag a small rectangle (using the selection tool) overlapping with the inner of the corresponding edge to be selected. Now click on Contacts Set Edges. The edge will change its color to the one you selected when creating the contact definition. Now select Cathode from the list, click on the right edge of the diode and click again on Contacts Set Edges. Build the mesh once again with diode as file name. Save your model via the drop-down menu File->Save Model. The device simulator S-DEVICE will be started with an input script which is discussed below. The starting command is >> sdevice diode_des.cmd or >> dessis diode_des.cmd. When the simulation is finished, the IV-curve can be inspected. Type >> inspect diode_des.plt. In the middle left window select Anode. Click OuterVoltage below and assign to the x-axis with to X axis. In the same way assign TotalCurrent to the y-axis. The result is the IV-characteristics. As can be seen, the diode was ramped from 1V to +1V. The fields are visualized with TECPLOT (check the Visualization part on page 6 of this exercise). The S-DEVICE output file must be provided. During the simulation S-DEVICE wrote data files at 5 points of the IV-curve. We want to inspect the fields for the case of a reverse bias. Therefore, select the file which was written first (bias = -1V): >> tecplot &. Load the File: diode_000000_des.tdr To load the file click File Load. In the pop up window, either double-click the desired file and press OK or click the filename once and then press Add OK. Congratulation! You successfully finished your first simulation. Additional tasks: Inspect the band diagram by repeating the simulation with additional variables. Open the input script >> emacs diode_des.cmd& (see below) and add the keywords ConductionBandEnergy, ValenceBandEnergy, equasifermi, and hquasifermi to the plotsection. Note that the Fermi potential must be multiplied by -1 in order to obtain the Fermi energy. Check whether the discretization of the space-charge region has a sufficient resolution. All physical quantities should appear as smooth curves. Create a cut along the x-direction using the provided macro (follow the Visualization part on page 6 of this exercise). 4

5 SYNOPSYS-TCAD Overview Geometry / Mesh Generation SDE Physics / Numerics S-DEVICE Visualization TECPLOT INSPECT SDE SDE is the tool for the generation of the boundary and the grid. It provides a way to generically generate a virtual device usable for electrical device simulation. The other way to obtain such a virtual device is to execute a process simulation of the fabrication process. This in turn demands deep understanding of process techniques and is very time consuming on its own. For most of our purposes the generically designed devices shall proof to be sufficient. S-DEVICE Device Equations S-DEVICE numerically solves (in the simplest case) the following equations: Poisson equation (ɛ ϕ) = e(p n + N + D N A ) (1) Electron continuity equation J n = er + e n t (2) Hole continuity equation J p = er + e p t (3) Electron drift-diffusion current J n = eµ n n ϕ + ed n n (4) Hole drift-diffusion current J p = eµ p p ϕ ed p p (5) The symbols are defined as follows: ϕ electrostatic potential n, p electron and hole densities J n, J p electron and hole current densities N + D, N A ionized donor and acceptor concentrations µ n, µ p electron and hole mobilities e elementary charge D n, D p diffusion constants R recombination rate Nabla operator (1D: x ) Input script There is no graphical user interface for S-DEVICE. For the definition of the transport model, the physical models, the file names, the solve procedure, and so on, a script has to be written with a 5

6 text editor. We start S-DEVICE with the (already existing) input script diode_des.cmd by the command >> dessis diode_des.cmd In the following we briefly discuss the input script. It consists of different Sections which start with a typical keyword and contain the arguments in braces. 1 Electrode { 2 {Name="Anode" Voltage=-1 AreaFactor=10} 3 {Name="Cathode" Voltage=0 AreaFactor=10} 4 } 5 6 File { 7 Grid="diode_msh.tdr" Doping="diode_msh.tdr" 8 Plot="diode" Output="diode" Current="diode" 9 } Plot { 12 Doping 13 Potential 14 ElectricField/Vector 15 ecurrent/vector hcurrent/vector 16 SpaceCharge edensity hdensity 17 } Math { 20 Iterations=20 Digits=5 21 } Physics { 24 Mobility(DopingDependence) 25 Recombination(SRH Auger) 26 } Solve { 29 Coupled { poisson electron hole } Quasistationary ( 32 InitialStep=0.02 MaxStep=0.02 Minstep= Plot { range=(0,1) intervals=4} 34 Goal {name="anode" voltage=1.8}) { 35 Coupled { Electron Hole Poisson } 36 } 37 } In the Electrode Section the electrical contacts and the voltages at the beginning of the simulation are defined. Here, the anode voltage is negative to obtain the entire IV-curve in a single sweep. In most cases one starts with zero voltage at all contacts (thermodynamic equilibrium) to avoid convergence problems. Then the contact voltages are ramped to the working point of interest. The File Section contains the file names of the input and output files. Name convention: base name followed by the name of the tool (_des for S-DEVICE, _msh for SNMESH or MESH which 6

7 was invoked by SDE when you built the mesh), followed by the type of file (.grd for grid files,.dat for data files,.tdr for a binary format integrating grid (grd), boundary (bnd) and doping information (dat) in one file,.plt for x-y plot files,.cmd for command files). The Plot Section defines which quantities shall be written into files. In the Math Section settings for the numerical solver can be given. The Physics Section contains the keywords of the physical models used in the simulation. In the Solve Section one may notice two Coupled statements which contain in braces the equations to be solved coupled. First, this command appears alone, which results in the correct initial state of the device. Then the Quasistationary keyword is used to ramp the voltage and to obtain the IV-curve. The coupled device equations are solved for each new voltage of the sweep. In order to control the ramp, some statements for the step size, the Plot command, and the final voltage (Goal) must be given as arguments. Visualization TECPLOT is the graphics tool for the visualization of multi-dimensional fields. To load the data, files containing grid and data information (usually.grd and.dat or.tdr) must be loaded via File > Load >... Creating cuts orthogonal to the Cartesian axis is easy, since TECPLOT provides 3 buttons in the left sidebar, labeled X, Y, and Z. Just click on the respective button and then at the required position in the frame. In order to create a cut along an arbitrary direction, one can use the predefined macro cut.mcr : Open your structure in TECPLOT Load the Macro: File > Macro > Play > ~/tecplot_macro/cut.mcr Enter the coordinates of the start point: If the structure is 2D, set z = 0 Enter the coordinates of the end point: If the structure is 2D, set z = 0 A frame should pop up and an additional menu window, titled Mapping Style. Click on X- Axis Variable and choose Distance. Then click on Y-Axis Variable and choose the wished quantity. To fit the axis scale, click on Fit Frame in the left sidebar. IV-curves are visualized with INSPECT. In the call one has to specify so-called plot files (extension.plt). Data sets can be assigned to the x- or y-axis. Tutorial/Manuals It is recommended to try the Sentaurus TCAD Tutorials which provide a deeper insight into the available tools. The latest tutorials are accessible via >>firefox /usr/pack/sentaurus wi/tcad/e sp1/sentaurus_training/index.html. The latest manuals are accessible via >>acroread /usr/pack/sentaurus wi/tcad/e sp1/manuals/pdfmanual/front.pdf. 7

Giovanni Betti Beneventi

Giovanni Betti Beneventi Technology Computer Aided Design (TCAD) Laboratory Lecture 5, integrated diode Giovanni Betti Beneventi E-mail: gbbeneventi@arces.unibo.it ; giobettibeneventi@gmail.com Office: Engineering faculty, ARCES

More information

APPENDIX I OVERVIEW OF TCAD SIMULATION TOOL

APPENDIX I OVERVIEW OF TCAD SIMULATION TOOL 97 APPENDIX I OVERVIEW OF TCAD SIMULATION TOOL INTRODUCTION TCAD (Technology Computer Aided Design) is a technology that solves the equations representing the manufacturing process of Large Scale Integration

More information

Chapter 4 Determining Cell Size

Chapter 4 Determining Cell Size Chapter 4 Determining Cell Size Chapter 4 Determining Cell Size The third tutorial is designed to give you a demonstration in using the Cell Size Calculator to obtain the optimal cell size for your circuit

More information

Both equations are solved using a finite differences (iterative relaxation) method, which takes some time to converge.

Both equations are solved using a finite differences (iterative relaxation) method, which takes some time to converge. WEIGHTFIELD 2D Silicon Strip Detector Simulation V0.04 14 November 2011 markus.friedl@oeaw.ac.at Abstract WEIGHTFIELD is a program that allows simulating a silicon strip detector in two dimensions (crosssection).

More information

Giovanni Betti Beneventi

Giovanni Betti Beneventi Technology Computer Aided Design (TCAD) Laboratory Lecture 4, the ideal diode (pn-junction) Giovanni Betti Beneventi E-mail: giovanni.betti2@unibo.it ; giobettibeneventi@gmail.com Office: Engineering faculty,

More information

Giovanni Betti Beneventi

Giovanni Betti Beneventi Technology Computer Aided Design (TCAD) Laboratory Lecture 2, Overview of Synopsys Sentaurus TCAD Giovanni Betti Beneventi E-mail: gbbeneventi@arces.unibo.it ; giobettibeneventi@gmail.com Office: Engineering

More information

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016

FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 FLUENT Secondary flow in a teacup Author: John M. Cimbala, Penn State University Latest revision: 26 January 2016 Note: These instructions are based on an older version of FLUENT, and some of the instructions

More information

Tutorial 01 Quick Start Tutorial

Tutorial 01 Quick Start Tutorial Tutorial 01 Quick Start Tutorial Homogeneous single material slope No water pressure (dry) Circular slip surface search (Grid Search) Intro to multi scenario modeling Introduction Model This quick start

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

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow

Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Tutorial 1. Introduction to Using FLUENT: Fluid Flow and Heat Transfer in a Mixing Elbow Introduction This tutorial illustrates the setup and solution of the two-dimensional turbulent fluid flow and heat

More information

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies

Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Autodesk Inventor Design Exercise 2: F1 Team Challenge Car Developed by Tim Varner Synergis Technologies Tim Varner - 2004 The Inventor User Interface Command Panel Lists the commands that are currently

More information

4) Finish the spline here. To complete the spline, double click the last point or select the spline tool again.

4) Finish the spline here. To complete the spline, double click the last point or select the spline tool again. 1) Select the line tool 3) Move the cursor along the X direction (be careful to stay on the X axis alignment so that the line is perpendicular) and click for the second point of the line. Type 0.5 for

More information

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t

Tutorial 3: Using the Waveform Viewer Introduces the basics of using the waveform viewer. Read Tutorial SIMPLIS Tutorials SIMPLIS provide a range of t Tutorials Introductory Tutorials These tutorials are designed to give new users a basic understanding of how to use SIMetrix and SIMetrix/SIMPLIS. Tutorial 1: Getting Started Guides you through getting

More information

Lesson 1 Parametric Modeling Fundamentals

Lesson 1 Parametric Modeling Fundamentals 1-1 Lesson 1 Parametric Modeling Fundamentals Create Simple Parametric Models. Understand the Basic Parametric Modeling Process. Create and Profile Rough Sketches. Understand the "Shape before size" approach.

More information

Chapter 7 Agilent Interface Tutorial

Chapter 7 Agilent Interface Tutorial Chapter 7 Agilent Interface Tutorial Chapter 7 Agilent Interface Tutorial This tutorial provides you with an overview of the basic use of the Agilent Interface. For a detailed discussion of the Agilent

More information

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis

Tutorial 7 Finite Element Groundwater Seepage. Steady state seepage analysis Groundwater analysis mode Slope stability analysis Tutorial 7 Finite Element Groundwater Seepage Steady state seepage analysis Groundwater analysis mode Slope stability analysis Introduction Within the Slide program, Slide has the capability to carry out

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

Tutorial 2: Particles convected with the flow along a curved pipe.

Tutorial 2: Particles convected with the flow along a curved pipe. Tutorial 2: Particles convected with the flow along a curved pipe. Part 1: Creating an elbow In part 1 of this tutorial, you will create a model of a 90 elbow featuring a long horizontal inlet and a short

More information

iric Software Changing River Science River2D Tutorials

iric Software Changing River Science River2D Tutorials iric Software Changing River Science River2D Tutorials iric Software Changing River Science Confluence of the Colorado River, Blue River and Indian Creek, Colorado, USA 1 TUTORIAL 1: RIVER2D STEADY SOLUTION

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

Table of Contents. Table of Contents Coupling QuantumATK with Synopsys tools

Table of Contents. Table of Contents Coupling QuantumATK with Synopsys tools Table of Contents Table of Contents Coupling QuantumATK with Synopsys tools Preparations Installing the addon New project Silicon crystal DFT model setup Running the calculation Visualizing the band structure

More information

Mesh Quality Tutorial

Mesh Quality Tutorial Mesh Quality Tutorial Figure 1: The MeshQuality model. See Figure 2 for close-up of bottom-right area This tutorial will illustrate the importance of Mesh Quality in PHASE 2. This tutorial will also show

More information

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates.

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates. Plot 3D Introduction Plot 3D graphs objects in three dimensions. It has five basic modes: 1. Cartesian mode, where surfaces defined by equations of the form are graphed in Cartesian coordinates, 2. cylindrical

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

Simulation of Flow Development in a Pipe

Simulation of Flow Development in a Pipe Tutorial 4. Simulation of Flow Development in a Pipe Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D turbulent fluid flow in a pipe. The pipe networks are common

More information

Using the Boundary Wrapper

Using the Boundary Wrapper Tutorial 7. Using the Boundary Wrapper Introduction Geometries imported from various CAD packages often contain gaps and/or overlaps between surfaces. Repairing such geometries manually is a tedious and

More information

Verification of Laminar and Validation of Turbulent Pipe Flows

Verification of Laminar and Validation of Turbulent Pipe Flows 1 Verification of Laminar and Validation of Turbulent Pipe Flows 1. Purpose ME:5160 Intermediate Mechanics of Fluids CFD LAB 1 (ANSYS 18.1; Last Updated: Aug. 1, 2017) By Timur Dogan, Michael Conger, Dong-Hwan

More information

DAQFactory U3 Tutorial Getting Started with DAQFactory-Express and your LabJack U3 11/3/06

DAQFactory U3 Tutorial Getting Started with DAQFactory-Express and your LabJack U3 11/3/06 DAQFactory U3 Tutorial Getting Started with DAQFactory-Express and your LabJack U3 11/3/06 Congratulations on the purchase of your new LabJack U3. Included on your installation CD is a fully licensed copy

More information

Exercise 1: Introduction to MapInfo

Exercise 1: Introduction to MapInfo Geog 578 Exercise 1: Introduction to MapInfo Page: 1/22 Geog 578: GIS Applications Exercise 1: Introduction to MapInfo Assigned on January 25 th, 2006 Due on February 1 st, 2006 Total Points: 10 0. Convention

More information

v SMS 11.1 Tutorial Overview Time minutes

v SMS 11.1 Tutorial Overview Time minutes v. 11.1 SMS 11.1 Tutorial Overview Objectives This tutorial describes the major components of the SMS interface and gives a brief introduction to the different SMS modules. It is suggested that this tutorial

More information

Lab Practical - Limit Equilibrium Analysis of Engineered Slopes

Lab Practical - Limit Equilibrium Analysis of Engineered Slopes Lab Practical - Limit Equilibrium Analysis of Engineered Slopes Part 1: Planar Analysis A Deterministic Analysis This exercise will demonstrate the basics of a deterministic limit equilibrium planar analysis

More information

Max scene used to generate the image from the second pdf in this tutorial.

Max scene used to generate the image from the second pdf in this tutorial. Tutorial covers creating vector drawings from a 3ds max scene and methods for compositing these drawings back into a rendering. Rendering set up is based of the lighting set up from the mental ray/skylight/mr

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

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

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows CHAPTER 1 Getting to Know AutoCAD Opening a new drawing Getting familiar with the AutoCAD and AutoCAD LT Graphics windows Modifying the display Displaying and arranging toolbars COPYRIGHTED MATERIAL 2

More information

In this lesson, you ll learn how to:

In this lesson, you ll learn how to: LESSON 5: ADVANCED DRAWING TECHNIQUES OBJECTIVES In this lesson, you ll learn how to: apply gradient fills modify graphics by smoothing, straightening, and optimizing understand the difference between

More information

PLAY VIDEO. Fences can be any shape from a simple rectangle to a multisided polygon, even a circle.

PLAY VIDEO. Fences can be any shape from a simple rectangle to a multisided polygon, even a circle. Chapter Eight Groups PLAY VIDEO INTRODUCTION There will be times when you need to perform the same operation on several elements. Although this can be done by repeating the operation for each individual

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

Autodesk Inventor 2019 and Engineering Graphics

Autodesk Inventor 2019 and Engineering Graphics Autodesk Inventor 2019 and Engineering Graphics An Integrated Approach Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the

More information

VLSI Lab Tutorial 1. Cadence Virtuoso Schematic Composer Introduction

VLSI Lab Tutorial 1. Cadence Virtuoso Schematic Composer Introduction VLSI Lab Tutorial 1 Cadence Virtuoso Schematic Composer Introduction 1.0 Introduction The purpose of the first lab tutorial is to help you become familiar with the schematic editor, Virtuoso Schematic

More information

Advanced Techniques for Greater Accuracy, Capacity, and Speed using Maxwell 11. Julius Saitz Ansoft Corporation

Advanced Techniques for Greater Accuracy, Capacity, and Speed using Maxwell 11. Julius Saitz Ansoft Corporation Advanced Techniques for Greater Accuracy, Capacity, and Speed using Maxwell 11 Julius Saitz Ansoft Corporation Overview Curved versus Faceted Surfaces Mesh Operations Data Link Advanced Field Plotting

More information

TRAINING SESSION Q2 2016

TRAINING SESSION Q2 2016 There are 8 main topics in this training session which focus on the Sketch tools in IRONCAD. Content Sketch... 2 3D Scene Background Settings... 3 Creating a new empty Sketch... 4 Foam with cut out for

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

Non-Newtonian Transitional Flow in an Eccentric Annulus

Non-Newtonian Transitional Flow in an Eccentric Annulus Tutorial 8. Non-Newtonian Transitional Flow in an Eccentric Annulus Introduction The purpose of this tutorial is to illustrate the setup and solution of a 3D, turbulent flow of a non-newtonian fluid. Turbulent

More information

Civil 3-D PROFILE CREATION

Civil 3-D PROFILE CREATION Civil 3-D PROFILE CREATION 1 Alignment Overview: As in previous CAD versions, an alignment is a line that describes where you intend the centerline of your planned work to be. That s all. But, in Civil

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

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives

v SMS 11.2 Tutorial Overview Prerequisites Requirements Time Objectives v. 11.2 SMS 11.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

COS 116 The Computational Universe Laboratory 10: Computer Graphics

COS 116 The Computational Universe Laboratory 10: Computer Graphics COS 116 The Computational Universe Laboratory 10: Computer Graphics As mentioned in lecture, computer graphics has four major parts: imaging, rendering, modeling, and animation. In this lab you will learn

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

Objectives This tutorial demonstrates how to use feature objects points, arcs and polygons to make grid independent conceptual models.

Objectives This tutorial demonstrates how to use feature objects points, arcs and polygons to make grid independent conceptual models. v. 9.0 GMS 9.0 Tutorial Use points, arcs and polygons to make grid independent conceptual models Objectives This tutorial demonstrates how to use feature objects points, arcs and polygons to make grid

More information

MODELING EYES ESTIMATED TIME REQUIRED

MODELING EYES ESTIMATED TIME REQUIRED MODELING EYES This tutorial will teach you how to model a pair of realistic-looking eyes and insert them into the head of a character. ESTIMATED TIME REQUIRED 30 Minutes LEARNING GOALS In this tutorial,

More information

Module D: Laminar Flow over a Flat Plate

Module D: Laminar Flow over a Flat Plate Module D: Laminar Flow over a Flat Plate Summary... Problem Statement Geometry and Mesh Creation Problem Setup Solution. Results Validation......... Mesh Refinement.. Summary This ANSYS FLUENT tutorial

More information

Prerequisites: This tutorial assumes that you are familiar with the menu structure in FLUENT, and that you have solved Tutorial 1.

Prerequisites: This tutorial assumes that you are familiar with the menu structure in FLUENT, and that you have solved Tutorial 1. Tutorial 22. Postprocessing Introduction: In this tutorial, the postprocessing capabilities of FLUENT are demonstrated for a 3D laminar flow involving conjugate heat transfer. The flow is over a rectangular

More information

Guide to Using TCAD with Examples

Guide to Using TCAD with Examples Guide to Using TCAD with Examples Silvaco 4701 Patrick Henry Drive, Bldg. 6 Santa Clara, CA 95054 Telephone (408) 567-1000 Internet: www.silvaco.com February 4, 2009 SILVACO Page 1 Guide to Using TCAD

More information

A rubber O-ring is pressed between two frictionless plates as shown: 12 mm mm

A rubber O-ring is pressed between two frictionless plates as shown: 12 mm mm Problem description A rubber O-ring is pressed between two frictionless plates as shown: Prescribed displacement C L 12 mm 48.65 mm A two-dimensional axisymmetric analysis is appropriate here. Data points

More information

Digital City: Introduction to 3D modeling

Digital City: Introduction to 3D modeling Digital City: Introduction to 3D modeling Weixuan Li, 2017 PART I: Install SketchUp and Introduction 1. Download SketchUp Download SketchUp from their official website: https://www.sketchup.com Go to the

More information

ENVI Tutorial: Introduction to ENVI

ENVI Tutorial: Introduction to ENVI ENVI Tutorial: Introduction to ENVI Table of Contents OVERVIEW OF THIS TUTORIAL...1 GETTING STARTED WITH ENVI...1 Starting ENVI...1 Starting ENVI on Windows Machines...1 Starting ENVI in UNIX...1 Starting

More information

Tutorial 25 Soil Profile Option. Soil Profile Boundaries Profile Extents Assign materials & excavation Multi Scenario Modeling Profile from Boreholes

Tutorial 25 Soil Profile Option. Soil Profile Boundaries Profile Extents Assign materials & excavation Multi Scenario Modeling Profile from Boreholes Tutorial 25 Soil Profile Option Soil Profile Boundaries Profile Extents Assign materials & excavation Multi Scenario Modeling Profile from Boreholes Introduction The Soil Profile option is an extension

More information

Spring 2011 Workshop ESSENTIALS OF 3D MODELING IN RHINOCEROS February 10 th 2011 S.R. Crown Hall Lower Core Computer Lab

Spring 2011 Workshop ESSENTIALS OF 3D MODELING IN RHINOCEROS February 10 th 2011 S.R. Crown Hall Lower Core Computer Lab [1] Open Rhinoceros. PART 1 INTRODUCTION [4] Click and hold on the Boundary Lines in where they form a crossing and Drag from TOP RIGHT to BOTTOM LEFT to enable only the PERSPECTIVE VIEW. [2] When the

More information

Lab - Introduction to Finite Element Methods and MATLAB s PDEtoolbox

Lab - Introduction to Finite Element Methods and MATLAB s PDEtoolbox Scientific Computing III 1 (15) Institutionen för informationsteknologi Beräkningsvetenskap Besöksadress: ITC hus 2, Polacksbacken Lägerhyddsvägen 2 Postadress: Box 337 751 05 Uppsala Telefon: 018 471

More information

LAB # 2 3D Modeling, Properties Commands & Attributes

LAB # 2 3D Modeling, Properties Commands & Attributes COMSATS Institute of Information Technology Electrical Engineering Department (Islamabad Campus) LAB # 2 3D Modeling, Properties Commands & Attributes Designed by Syed Muzahir Abbas 1 1. Overview of the

More information

Workshop 1: Basic Skills

Workshop 1: Basic Skills Workshop 1: Basic Skills 14.5 Release Introduction to ANSYS Fluent Meshing 2011 ANSYS, Inc. December 21, 2012 1 I Introduction Workshop Description: This workshop shows some of the clean up tools in Tgrid

More information

Beginning Tutorial the Lego

Beginning Tutorial the Lego Beginning Tutorial the Lego In this tutorial, you will construct a simple hollowed-out block with a hole in it (looks like a Lego). You will learn the basics of creating and modifying sketches and features.

More information

2. MODELING A MIXING ELBOW (2-D)

2. MODELING A MIXING ELBOW (2-D) MODELING A MIXING ELBOW (2-D) 2. MODELING A MIXING ELBOW (2-D) In this tutorial, you will use GAMBIT to create the geometry for a mixing elbow and then generate a mesh. The mixing elbow configuration is

More information

Premiere Pro Desktop Layout (NeaseTV 2015 Layout)

Premiere Pro Desktop Layout (NeaseTV 2015 Layout) Premiere Pro 2015 1. Contextually Sensitive Windows - Must be on the correct window in order to do some tasks 2. Contextually Sensitive Menus 3. 1 zillion ways to do something. No 2 people will do everything

More information

INTViewer Tutorial Cube Tutorial

INTViewer Tutorial Cube Tutorial INTViewer Tutorial Cube Tutorial This tutorial shows how to use INTViewer to display a seismic cube stored in a Seismic file. Windows created will include INLINE, XLINE, Time Slice and an arbitrary traverse,

More information

Workshop 15. Single Pass Rolling of a Thick Plate

Workshop 15. Single Pass Rolling of a Thick Plate Introduction Workshop 15 Single Pass Rolling of a Thick Plate Rolling is a basic manufacturing technique used to transform preformed shapes into a form suitable for further processing. The rolling process

More information

HELPFUL HINTS TABLE OF CONTENTS

HELPFUL HINTS TABLE OF CONTENTS CIVIL 3D (2008) **REMEMBER TO SAVE OFTEN** 1 of 5 TABLE OF CONTENTS Add the Toolspace toolbar 2 Change the point marker.. 2 Change the point label colors... 2 Change the contour interval. 2 Smooth contours

More information

GGR 375 QGIS Tutorial

GGR 375 QGIS Tutorial GGR 375 QGIS Tutorial With text taken from: Sherman, Gary E. Shuffling Quantum GIS into the Open Source GIS Stack. Free and Open Source Software for Geospatial (FOSS4G) Conference. 2007. Available online

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Schematics in ArcMap Tutorial

Schematics in ArcMap Tutorial Schematics in ArcMap Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Introducing Schematics in ArcMap Tutorial........................ 3 Exercise 1: Getting familiar with Schematics

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

How to Get Started. Figure 3

How to Get Started. Figure 3 Tutorial PSpice How to Get Started To start a simulation, begin by going to the Start button on the Windows toolbar, then select Engineering Tools, then OrCAD Demo. From now on the document menu selection

More information

Math 2524: Activity 1 (Using Excel) Fall 2002

Math 2524: Activity 1 (Using Excel) Fall 2002 Math 2524: Activity 1 (Using Excel) Fall 22 Often in a problem situation you will be presented with discrete data rather than a function that gives you the resultant data. You will use Microsoft Excel

More information

Installation Guide. Beginners guide to structural analysis

Installation Guide. Beginners guide to structural analysis Installation Guide To install Abaqus, students at the School of Civil Engineering, Sohngaardsholmsvej 57, should log on to \\studserver, whereas the staff at the Department of Civil Engineering should

More information

Lesson 5: Board Design Files

Lesson 5: Board Design Files 5 Lesson 5: Board Design Files Learning Objectives In this lesson you will: Use the Mechanical Symbol Editor to create a mechanical board symbol Use the PCB Design Editor to create a master board design

More information

Supersonic Flow Over a Wedge

Supersonic Flow Over a Wedge SPC 407 Supersonic & Hypersonic Fluid Dynamics Ansys Fluent Tutorial 2 Supersonic Flow Over a Wedge Ahmed M Nagib Elmekawy, PhD, P.E. Problem Specification A uniform supersonic stream encounters a wedge

More information

A B C D E. Settings Choose height, H, free stream velocity, U, and fluid (dynamic viscosity and density ) so that: Reynolds number

A B C D E. Settings Choose height, H, free stream velocity, U, and fluid (dynamic viscosity and density ) so that: Reynolds number Individual task Objective To derive the drag coefficient for a 2D object, defined as where D (N/m) is the aerodynamic drag force (per unit length in the third direction) acting on the object. The object

More information

Laboratory Assignment: EM Numerical Modeling of a Stripline

Laboratory Assignment: EM Numerical Modeling of a Stripline Laboratory Assignment: EM Numerical Modeling of a Stripline Names: Objective This laboratory experiment provides a hands-on tutorial for drafting up an electromagnetic structure (a stripline transmission

More information

Motor-CAD electromagnetic modelling using imported DXF Geometry (January 2015)

Motor-CAD electromagnetic modelling using imported DXF Geometry (January 2015) Motor-CAD electromagnetic modelling using imported DXF Geometry (January 2015) 1. Description In addition to its own standard geometries, Motor-CAD allows the user to model the electromagnetic performance

More information

Data Visualization SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Data sets. 3 Open the Geometry and Solution Files

Data Visualization SURFACE WATER MODELING SYSTEM. 1 Introduction. 2 Data sets. 3 Open the Geometry and Solution Files SURFACE WATER MODELING SYSTEM Data Visualization 1 Introduction It is useful to view the geospatial data utilized as input and generated as solutions in the process of numerical analysis. It is also helpful

More information

This is the opening view of blender.

This is the opening view of blender. This is the opening view of blender. Note that interacting with Blender is a little different from other programs that you may be used to. For example, left clicking won t select objects on the scene,

More information

Modeling External Compressible Flow

Modeling External Compressible Flow Tutorial 3. Modeling External Compressible Flow Introduction The purpose of this tutorial is to compute the turbulent flow past a transonic airfoil at a nonzero angle of attack. You will use the Spalart-Allmaras

More information

XPEL DAP SUPPORT. DAP Tool List & Overview DESCRIPTION ICON/TOOL (SHORTCUT)

XPEL DAP SUPPORT. DAP Tool List & Overview DESCRIPTION ICON/TOOL (SHORTCUT) Pointer (S) Left-click on individual entities to add them to the current selection (selected entities will turn red). If the entity selected is a member of a group, the entire group will be added to the

More information

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager

MAPLOGIC CORPORATION. GIS Software Solutions. Getting Started. With MapLogic Layout Manager MAPLOGIC CORPORATION GIS Software Solutions Getting Started With MapLogic Layout Manager Getting Started with MapLogic Layout Manager 2011 MapLogic Corporation All Rights Reserved 330 West Canton Ave.,

More information

SOLIDWORKS: Lesson III Patterns & Mirrors. UCF Engineering

SOLIDWORKS: Lesson III Patterns & Mirrors. UCF Engineering SOLIDWORKS: Lesson III Patterns & Mirrors UCF Engineering Solidworks Review Last lesson we discussed several more features that can be added to models in order to increase their complexity. We are now

More information

Simulation and Validation of Turbulent Pipe Flows

Simulation and Validation of Turbulent Pipe Flows Simulation and Validation of Turbulent Pipe Flows ENGR:2510 Mechanics of Fluids and Transport Processes CFD LAB 1 (ANSYS 17.1; Last Updated: Oct. 10, 2016) By Timur Dogan, Michael Conger, Dong-Hwan Kim,

More information

Tutorial 2. Modeling Periodic Flow and Heat Transfer

Tutorial 2. Modeling Periodic Flow and Heat Transfer Tutorial 2. Modeling Periodic Flow and Heat Transfer Introduction: Many industrial applications, such as steam generation in a boiler or air cooling in the coil of an air conditioner, can be modeled as

More information

v SMS 11.1 Tutorial Data Visualization Requirements Map Module Mesh Module Time minutes Prerequisites None Objectives

v SMS 11.1 Tutorial Data Visualization Requirements Map Module Mesh Module Time minutes Prerequisites None Objectives v. 11.1 SMS 11.1 Tutorial Data Visualization Objectives It is useful to view the geospatial data utilized as input and generated as solutions in the process of numerical analysis. It is also helpful to

More information

v Data Visualization SMS 12.3 Tutorial Prerequisites Requirements Time Objectives Learn how to import, manipulate, and view solution data.

v Data Visualization SMS 12.3 Tutorial Prerequisites Requirements Time Objectives Learn how to import, manipulate, and view solution data. v. 12.3 SMS 12.3 Tutorial Objectives Learn how to import, manipulate, and view solution data. Prerequisites None Requirements GIS Module Map Module Time 30 60 minutes Page 1 of 16 Aquaveo 2017 1 Introduction...

More information

ENVI Classic Tutorial: Introduction to ENVI Classic 2

ENVI Classic Tutorial: Introduction to ENVI Classic 2 ENVI Classic Tutorial: Introduction to ENVI Classic Introduction to ENVI Classic 2 Files Used in This Tutorial 2 Getting Started with ENVI Classic 3 Loading a Gray Scale Image 3 ENVI Classic File Formats

More information

discontinuity program which is able to calculate the seam stress and displacement in an underground mine. This program can also

discontinuity program which is able to calculate the seam stress and displacement in an underground mine. This program can also LAMODEL- This is a full-featured featured displacement- discontinuity program which is able to calculate the seam stress and displacement in an underground mine. This program can also reasonably calculate

More information

ELEC451 Integrated Circuit Engineering Using Cadence's Virtuoso Layout Editing Tool

ELEC451 Integrated Circuit Engineering Using Cadence's Virtuoso Layout Editing Tool ELEC451 Integrated Circuit Engineering Using Cadence's Virtuoso Layout Editing Tool Contents Contents 1. General 2. Creating and Working On a Layout o 2.1 Undoing/Re-doing an Action o 2.2 Display Options

More information

Luminous. Optoelectronic Device Simulator 4/15/05

Luminous. Optoelectronic Device Simulator 4/15/05 Optoelectronic Device Simulator 4/15/05 Contents Overview Key Benefits Applications Charge Coupled Devices (CCDs) Separate Absorption Multiplication (SAM) reach through avalanche photo detectors High speed

More information

TUTORIAL#3. Marek Jaszczur. Boundary Layer on a Flat Plate W1-1 AGH 2018/2019

TUTORIAL#3. Marek Jaszczur. Boundary Layer on a Flat Plate W1-1 AGH 2018/2019 TUTORIAL#3 Boundary Layer on a Flat Plate Marek Jaszczur AGH 2018/2019 W1-1 Problem specification TUTORIAL#3 Boundary Layer - on a flat plate Goal: Solution for boudary layer 1. Creating 2D simple geometry

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

Organizing Design Data

Organizing Design Data Organizing Design Data Module Overview This module explains how to use the data in different files for reference purposes. Module Prerequisites Knowledge of MicroStation s interface Some knowledge about

More information

FEMLAB Exercise 1 for ChE366

FEMLAB Exercise 1 for ChE366 FEMLAB Exercise 1 for ChE366 Problem statement Consider a spherical particle of radius r s moving with constant velocity U in an infinitely long cylinder of radius R that contains a Newtonian fluid. Let

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

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