Restarting an LS-DYNA Analysis

Slides:



Advertisements
Similar presentations
User Query Control An Enhancement For AS/400 Query On The IBM iSeries from  Copyright I/O International, 2005 Skip Intro.
Advertisements

An End-User Perspective On Using NatQuery Extraction From two Files T
Lesson 17: Configuring Security Policies
NETW-240 Shells Last Update Copyright Kenneth M. Chipps Ph.D. 1.
1 Table Alteration. 2 Altering Tables Table definition can be altered after its creation Adding columns Changing columns’ definition Dropping columns.
Unrestricted © Siemens AG 2014 All rights reserved.Smarter decisions, better products. What’s New Femap /
Backup and Recovery Part 1.
1 Securing Network Resources Understanding NTFS Permissions Assigning NTFS Permissions Assigning Special Permissions Copying and Moving Files and Folders.
Chapter 18: Modifying SAS Data Sets and Tracking Changes 1 STAT 541 ©Spring 2012 Imelda Go, John Grego, Jennifer Lasecki and the University of South Carolina.
Deployment Management The following screens demonstrate how to: 1. Access and view deployments 2. Create a new local deployment 3. Create and modify a.
7/17/2009 rwjBROOKDALE COMMUNITY COLLEGE1 Unix Comp-145 C HAPTER 2.
Using Macs and Unix Nancy Griffeth January 6, 2014 Funding for this workshop was provided by the program “Computational Modeling and Analysis of Complex.
Dataface API Essentials Steve Hannah Web Lite Solutions Corp.
LATTICE TECHNOLOGY, INC. For Version 10.0 and later XVL Web Master Advanced Tutorial For Version 10.0 and later.
XP New Perspectives on Microsoft Access 2002 Tutorial 51 Microsoft Access 2002 Tutorial 5 – Enhancing a Table’s Design, and Creating Advanced Queries and.
9.0 New Features Large Deformation Analysis of thin plate assembly spotwelded together Workshop 2 Spotwelds.
Agenda User Profile File (.profile) –Keyword Shell Variables Linux (Unix) filters –Purpose –Commands: grep, sort, awk cut, tr, wc, spell.
Unix Talk #2 (sed). 2 You have learned…  Regular expressions, grep, & egrep  grep & egrep are tools used to search for text in a file  AWK -- powerful.
ANSYS Fundamentals This document contains no technical data subject to the EAR or the ITAR.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
WPM What’s behind the icon? Work Programme Management.
Raft & Piled-raft analysis (Soil-structure interaction analysis)
Getting Started: Ansoft HFSS 8.0
Introduction to C Programming CE Lecture 7 Compiler options and makefiles.
File Permission and Access. Module 6 File Permission and Access ♦ Introduction Linux is a multi-user system where users can assign different access permission.
(Stream Editor) By: Ross Mills.  Sed is an acronym for stream editor  Instead of altering the original file, sed is used to scan the input file line.
3.5 ANSYS/LS-DYNA Enhancements
 Classes in c++ Presentation Topic  A collection of objects with same properties and functions is known as class. A class is used to define the characteristics.
Illustration of FE algorithm on the example of 1D problem Problem: Stress and displacement analysis of a one-dimensional bar, loaded only by its own weight,
This document gives one example of how one might be able to “fix” a meteorological file, if one finds that there may be problems with the file. There are.
Shape Finder Appendix Thirteen. Training Manual Shape Finder August 26, 2005 Inventory # A13-2 Chapter Overview In this chapter, using the Shape.
IGridView description Version 2.0. Introduction IGridView is a 2D box view of Eclipse simulation data. Three types of grid data can be loaded and viewed:
File Management Section
Solution and Simulation Controls
1 Introduction to NTFS Permissions Assign NTFS permissions to specify Which users and groups can gain access to folders and files What they can do with.
Implicit-to-Explicit Sequential Solution
Chapter 9 Restarting.
REFERENCE: Training Manual Node-to-Surface Elements (8-16) Beam Tip Contact Workshop 12 Node-to-Surface Elements.
Surface-to-Surface Simulation
Workshop 13 Bolt Pretension
Workshop 1 Contact Stiffness
Chapter Nine Bolt Pretension.
Rib Forging Workshop Nine REFERENCE: Training Manual Viscoplasticity (5-35)
Snap Fit Workshop Seventeen Introduction to Contact REFERENCE: Training Manual Introduction to Contact (7-69)
Claritas 3D REFSTAT: Refraction statics calculations.
Part Definitions Chapter 3. Training Manual March 15, 2001 Inventory # Chapter Objectives Upon completion of this chapter, students will be.
COUPLED ANALYSES Chapter 7. Training Manual May 15, 2001 Inventory # Fluid-Structure Analysis “One Way” Analysis –Structural deformation effect.
Linux Tutorial Lesson Two *Getting Help in Linux *Data movement and manipulation *Relative and Absolute path *Processes Note: see chapter 1,2,3 from Linux.
Active-HDL Server Farm Course 11. All materials updated on: September 30, 2004 Outline 1.Introduction 2.Advantages 3.Requirements 4.Installation 5.Architecture.
Quiz 3 Topics Functions – using and writing. Lists: –operators used with lists. –keywords used with lists. –BIF’s used with lists. –list methods. Loops.
11/06/ أساسيات الأتصال و الشبكات Communication & Networks Fundamentals lab 5.
Stress Relaxation Workshop Six REFERENCE: Training Manual Implicit Creep (4-32)
FILES AND EXCEPTIONS Topics Introduction to File Input and Output Using Loops to Process Files Processing Records Exceptions.
Import existing part with drawing
An Introduction to Ant. What is Ant? How do you use it? Why would you want to?
What is Automatic mode? In Manual mode all commands and required data are entered by the user. These commands, data and main results are copied to the.
Chapter Overview In this exercise, a model of a cylindrical pipe is modeled as being crushed between rigid bodies. This model is created using 2D shell.
MULTI-STEPPING AND RESTARTING
What’s New in GridPro v6.6.
TUTORIAL 4 POST-PROCESSING
Introduction to NTFS Permissions
ABAQUS with HyperWorks 6.0
ANALYSIS OF A RUBBER SEAL
Maxwell 3D Transient.
Chapter 18: Modifying SAS Data Sets and Tracking Changes
Topics Introduction to File Input and Output
Loaders and Linkers: Features
Machine Independent Features
Functions continued.
Topics Introduction to File Input and Output
Presentation transcript:

Restarting an LS-DYNA Analysis Introduction Simple Restart Small Restart Full Restart This will be on massively parallel processing – we call it mpp dyna. I’ll go through these points bla bla point by point It is my hope that this will give you an idea about how to run mpp dyna.

Restarts All 3 classes of restarts require a binary dump file which contains a complete record of the model (stress, strain, deformation, etc) at a particular point in time. Binary dump files are written during an analysis at intervals according to *DATABASE_BINARY_D3DUMP and/or *DATABASE_BINARY_RUNRSF. In addition, a binary d3dump file is automatically written at the normal termination of a run unless “d=nodump” on the execution line. In v. 971, the number of runrsf files retained is controlled by the parameter NR in *database_binary_runrsf. Default is NR=1 If NR is greater than 1, the runrsf files are written in cyclical fashion.

Restarts When doing a restart: Use the same executable Use same numbers of CPU’s

Simple Restart Restart made from any dump file written prior to termination time. No changes are made (not even termination time) and thus no input file is needed. Sample execution line: ls971 r=d3dump01

Small Restart Only certain changes are permitted. The keywords in the *RESTART section of the User’s Manual (excepting *STRESS_INITIALIZATION) pertain to small restarts. Some of the changes allowed in a small restart… change termination time change output intervals change timestep controls modify load curves add nodal boundary conditions delete contacts, parts, elements Rigid/Deformable switching of parts Need a binary dump file and a small restart input deck, the latter of which might be as simple as … *KEYWORD *CONTROL_TERMINATION 15e-03 *END Sample execution line: ls971 i=restart_in.k r=d3dump01 where restart_in.k is the small restart input deck.

Full Restart Changes of a general nature can be made including addition of parts, loads, and contacts. A full restart requires a binary dump file and a full restart input deck. In the full restart input deck a full description of the model is given. Input for retained parts, materials, contacts, loads, etc. is copied directly from the original input deck That input which is copied from the original input deck can be modified as desired Input for new parts, materials, contacts, loads, etc. is added The command *STRESS_INITIALIZATION must be specified in the full restart input deck for parts to be initialized. Initializes stress, strain, displacement, etc. for all parts which are carried over or, optionally, for only a subset of those parts Tested *DATABASE_HISTORY_NODE for at chekke aendringer I database_historry

Full Restart One cannot change the mesh topology of preexisting parts when doing a full restart Except for solid elements (use Q=remap on the execution line) *DELETE commands should not be used in a full restart. To eliminate elements, don’t include their definition in the full restart deck Do not use *INITIAL_VELOCITY for nodes carried over from previous run. Use *CHANGE_VELOCITY_<option> to modify velocities of such nodes. Preexisting contacts that are to be initialized should include the _ID option so that the contact ID numbers in the original input deck match those in the full restart input deck. The restart with explicit (see 01/21/03) – this can not be done.

Full Restart BEWARE! Output from full restart will overwrite existing output in version 970 Submit full restart from a new directory Output from original run and output from full restart cannot be combined and must be postprocessed separately Version 971 will append output from full restart to exisiting output. The binary dump file necessary to submit a full restart when running MPP-DYNA is named d3fullXX (not d3dumpXX) Use n=d3fullXX on execution line, not r=d3dumpXX

Exercise 3a and 3b