Integration Schemes Explicit Integration: Xn+1 – Xn = Dt . F(Xn)

Slides:



Advertisements
Similar presentations
Parametrization of surface fluxes: Outline
Advertisements

Formal Computational Skills
4 th order Embedded Boundary FDTD algorithm for Maxwell Equations Lingling Wu, Stony Brook University Roman Samulyak, BNL Tianshi Lu, BNL Application collaborators:
OrcaFlex OrcaFlex User Group, Slide 1 of 3 - Complex Clashing Refresher Time Step –Not too big or lines will jump through –Not too.
Reactive and Potential Field Planners
© 2004 Wayne Wolf Topics Task-level partitioning. Hardware/software partitioning.  Bus-based systems.
Random Forest Predrag Radenković 3237/10
Chapter 14 Graph class design John Keyser’s Modifications of Slides by Bjarne Stroustrup
Lecture Set 4 Data Types and Variables Part B – Variables, Constants, Expressions Conversion Rules Options Strict, Option Explicit Scope of Definition.
Modern pipe network models
Properties of cast resin transformers
ConcepTest Clicker Questions
© 2005 Pearson Prentice Hall This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching their.
Instrumented Football Helmet Ethical and Environmental Impact Analysis.
Audible Beaconing to Help Pedestrians Who are Blind Cross Streets Billie Louise (Beezy) Bentzen Janet M. Barlow David Guth Alan C. Scott TRANSED 2012.
Integration Techniques
QuickSort 4 February QuickSort(S) Fast divide and conquer algorithm first discovered by C. A. R. Hoare in If the number of elements in.
1 Schedule Risk Assessment (SRA) Overview July 2013 NAVY CEVM.
Ordinary Differential Equations
OrcaFlex User Group Slide 1 of 14 OrcaFlex - Intro to Statics Convergence Presentation Outline Introduction Why do, and what is, Static.
OrcaFlex User Group Slide 1 of 8 OrcaFlex - Modelling Contact Clearance Models Seabed clearance (from line centreline at a node) Line.
1cs533d-term Notes  Braino in this lecture’s notes about last lectures bending energy…
Nature’s Algorithms David C. Uhrig Tiffany Sharrard CS 477R – Fall 2007 Dr. George Bebis.
Using a GA to Create Prey Tactics Presented by Tony Morelli on 11/29/04.
Page 1© Crown copyright 2005 RF01/RF02: LES sensitivity studies Adrian Lock and Eoin Whelan.
Efficient Simulation of Physical System Models Using Inlined Implicit Runge-Kutta Algorithms Vicha Treeaporn Department of Electrical & Computer Engineering.
Overview of program analysis Mooly Sagiv html://
The Calibration Process
LRFD- Steel Design Dr. Ali I. Tayeh First Semester Dr. Ali I. Tayeh First Semester.
Jocelyn Petrella, professional triathlete Jordan Jones, professional triathlete.
Writing a Hair Dynamics Solver Tae-Yong Kim Rhythm & Hues Studios
Version 1.3, Feb. 2013Time stepping 1/20WW Winter School 2013 Time stepping Hendrik Tolman The WAVEWATCH III Team + friends Marine Modeling and Analysis.
Tutorial 5: Numerical methods - buildings Q1. Identify three principal differences between a response function method and a numerical method when both.
OrcaFlex OrcaFlex User Group, Slide 1 of 10 - Recent & Upcoming developments Release schedule OrcaFlex 8.6 was released in February.
OrcaFlex User Group Slide 1 of 7 OrcaFlex - Development Priorities Introduction List of Development Priorities as seen by Orcina Influenced.
OrcaFlex User Group Slide 1 of 10 OrcaFlex - Variable Data Presentation Outline So what is Variable Data in OrcaFlex? Which data are.
Lecture Objectives: Analyze the unsteady-state heat transfer Conduction Introduce numerical calculation methods Explicit – Implicit methods.
Threshold Phenomena and Fountain Codes Amin Shokrollahi EPFL Joint work with M. Luby, R. Karp, O. Etesami.
Simulations of the double funnel construction for LET. Comparison with a single funnel The aim was to optimise the double funnel configuration to give.
Model Task 0A: Programming the 1D upstream scheme ATM 562 Fall 2015 Fovell 1.
3D Viewers Two main uses: –Detector/event exploration – interactivity priority (15fps min). –Generate presentation material (still/movie renders) – quality.
Introduction to Loops For Loops. Motivation for Using Loops So far, everything we’ve done in MATLAB, you could probably do by hand: Mathematical operations.
CIS888.11V/EE894R/ME894V A Case Study in Computational Science & Engineering We will apply several numerical methods to find a steady state solution of.
Ch 7 Shafts.
OrcaFlex OrcaFlex User Group, Slide 1 of 8 - Recent Developments Introduction Overview of main developments in 8.4 & 8.5 Automation.
The cell’s essential molecules
5. Integration method for Hamiltonian system. In many of formulas (e.g. the classical RK4), the errors in conserved quantities (energy, angular momentum)
Bolted Joint Assembly. Advanced Solid Body Contact Options Goal – In this workshop, our goal is to study the effect that contact stiffness specification.
OrcaFlex OrcaFlex User Group, Slide 1 of 5 - Fatigue Analysis Automated Analysis from Multiple Simulation Files Analysis Options: –Regular.
MECH593 Introduction to Finite Element Methods
Game Technology Animation V Generate motion of objects using numerical simulation methods Physically Based Animation.
1 Ethernet CSE 3213 Fall February Introduction Rapid changes in technology designs Broader use of LANs New schemes for high-speed LANs High-speed.
OrcaFlex User Group Slide 1 of 9 OrcaFlex - The Latest Developments Introduction Interface & Results Automation Other VIV Toolbox Environment.
Effective Hamiltonian Operations Condensing Physics to Conserve Over Time Joseph Knips.
1 LECTURE 6 Stability of Parabolic PDEs. 2 Aim of Lecture Last week we discussed Parabolic PDEs –Looked at Explicit and Implicit Methods –Advantages and.
Physics of Hair Maxim Bovykin.
CRICOS No J Modelling the Effects of Bone Fragment Contact in Fracture Healing G. Chen, C.J. Wilson, M.E. Wullschleger, D.L.S. McElwain, S.K. Mishra,
Summary Chapter 13. Training Manual March 15, 2001 Inventory # Chapter Objectives In this chapter, a review will be given of the basic concepts.
CHAPTER 2 - EXPLICIT TRANSIENT DYNAMIC ANALYSYS
POSTPROCESSING Review analysis results and evaluate the performance
Dr. Ali I. Tayeh First Semester
Log on for Home Gym Reviews -
پروتكل آموزش سلامت به مددجو
Chapter 9: Virtual-Memory Management
Finding The Area Of Irregular Figures
POSTPROCESSING Review analysis results and evaluate the performance
Chapter 26.
Objective Numerical methods Finite volume.
Discretisation Why Worry? Check Static Model Visually
Presentation transcript:

Integration Schemes Explicit Integration: Xn+1 – Xn = Dt . F(Xn) Simple, no iteration required Time-step limited, i.e. is conditionally stable Good for short-duration phenomena (clashing & snatching) Conditional stability  ’guaranteed’ accuracy Implicit Integration: Xn+1 – Xn = Dt . F(Xn+1) Stable, large time-steps, but requires iteration Can lose accuracy,at large time steps - this needs to be assessed Can miss short-duration phenomena (contact, axial waves, etc) An implicit integration scheme for OrcaFlex is under development

Time Step Determination Recommended Value: 1/20th of the smallest nodal natural period in the model Alternative Approaches: Increase smallest nodal period Push our luck & use larger time steps

Increasing Nodal Natural Period Which Component Dominates? Axial Stiffness: Reduce stiffness generally, avoiding excessive stretch Reduce stiffness locally in areas requiring fine segmentation Bending Stiffness: Use longer segments, provided system allows it (check). This has a double effect as decreases the number of nodes as well as increasing time step. Consider modelling termination heads etc. with buoys

Increasing Time Step Default Value: Trial and Error Approach: Based on experience rather than theory Errs on the conservative side Trial and Error Approach: Try twice recommended value Try three times recommended value Keep increasing until code diverges Caveat: Very occasionally produces noisy results - Check

General Run Time Considerations Interactions between Objects: Shapes and Seabed: Avoid excessive contact stiffness Line clashing: Use clash energy as a measure of severity of impact Only enable line clashing where needed Torsion Modelling: Do you really need it? Do a check run and find out Live Graphs during Simulations: Don’t have more than you need, especially range graphs. Random Sea Cases: Outer Time Step: Recommended value may be unnecessarily small for stiff systems.