MECH300H Introduction to Finite Element Methods Lecture 10 Time-Dependent Problems.

Slides:



Advertisements
Similar presentations
Lecture on Numerical Analysis Dr.-Ing. Michael Dumbser
Advertisements

One-phase Solidification Problem: FEM approach via Parabolic Variational Inequalities Ali Etaati May 14 th 2008.
Partial Differential Equations
Meanings of the Derivatives. I. The Derivative at the Point as the Slope of the Tangent to the Graph of the Function at the Point.
Chapter 8 Elliptic Equation.
Introduction to Finite Element Methods
MECh300H Introduction to Finite Element Methods
Numerical Integration CSE245 Lecture Notes. Content Introduction Linear Multistep Formulae Local Error and The Order of Integration Time Domain Solution.
MECH300H Introduction to Finite Element Methods Lecture 2 Review.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 31 Ordinary Differential Equations.
1 Lecture 11: Unsteady Conduction Error Analysis.
Weak Formulation ( variational formulation)
Lecture 34 - Ordinary Differential Equations - BVP CVEN 302 November 28, 2001.
MECH300H Introduction to Finite Element Methods Lecture 9 Finite Element Analysis of 2-D Problems – Axi- symmetric Problems.
02-1 Physics I Class 02 One-Dimensional Motion Definitions.
MECH300H Introduction to Finite Element Methods
MECh300H Introduction to Finite Element Methods
With Derivation Heat balance on arbitrary FIXED area in domain Net rate of heat in = rate of increase in area  density c specific heat divergence = Fixed.
Finite Difference Methods to Solve the Wave Equation To develop the governing equation, Sum the Forces The Wave Equation Equations of Motion.
Ordinary Differential Equations (ODEs)
Numerical Solution of Ordinary Differential Equation
MATH 685/ CSI 700/ OR 682 Lecture Notes Lecture 10. Ordinary differential equations. Initial value problems.
1 Chapter 6 Numerical Methods for Ordinary Differential Equations.
The Finite Difference Method This section presents a quick overview bout the finite difference method. This method can be used to solve any partial differential.
Numerical Solutions to ODEs Nancy Griffeth January 14, 2014 Funding for this workshop was provided by the program “Computational Modeling and Analysis.
Lecture 35 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
ME451 Kinematics and Dynamics of Machine Systems Dynamics of Planar Systems November 29, 2011 Elements of the Numerical Solution of the Dynamics Problem.
Tutorial 5: Numerical methods - buildings Q1. Identify three principal differences between a response function method and a numerical method when both.
Time integration methods for the Heat Equation Solution u for t= Tobias Köppl TUM.
Introduction to Numerical Methods for ODEs and PDEs Methods of Approximation Lecture 3: finite differences Lecture 4: finite elements.
ME451 Kinematics and Dynamics of Machine Systems
ME451 Kinematics and Dynamics of Machine Systems Numerical Solution of DAE IVP Newmark Method November 1, 2013 Radu Serban University of Wisconsin-Madison.
Lecture 3.
1 EEE 431 Computational Methods in Electrodynamics Lecture 4 By Dr. Rasime Uyguroglu
Lecture Objectives: Analyze the unsteady-state heat transfer Conduction Introduce numerical calculation methods Explicit – Implicit methods.
Scientific Computing Partial Differential Equations Implicit Solution of Heat Equation.
IMEX Methods for Advection-Diffusion-Reaction Equations Eindhoven 2008 Speaker : Volha Shchetnikava Adviser: dr.ir.J.H.M. ten Thije Boonkkamp.
Finite Elements: 1D acoustic wave equation
The Finite Element Method A Practical Course
Integration of 3-body encounter. Figure taken from
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. ~ Ordinary Differential Equations ~ Stiffness and Multistep.
Programming assignment #2 Solving a parabolic PDE using finite differences Numerical Methods for PDEs Spring 2007 Jim E. Jones.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 261 Stiffness.
7. Introduction to the numerical integration of PDE. As an example, we consider the following PDE with one variable; Finite difference method is one of.
+ Numerical Integration Techniques A Brief Introduction By Kai Zhao January, 2011.
MECH593 Introduction to Finite Element Methods Eigenvalue Problems and Time-dependent Problems.
台灣師範大學機電科技學系 C. R. Yang, NTNU MT -1- Chapter 11 Numerical Integration Methods in Vibration Analysis 11.
Mathe III Lecture 5 Mathe III Lecture 5 Mathe III Lecture 5 Mathe III Lecture 5.
Finite Difference Methods Definitions. Finite Difference Methods Approximate derivatives ** difference between exact derivative and its approximation.
Engineering Analysis – Computational Fluid Dynamics –
HW2 Due date Next Tuesday (October 14). Lecture Objectives: Unsteady-state heat transfer - conduction Solve unsteady state heat transfer equation for.
16.920J/SMA 5212 Numerical Methods for PDEs Lecture 5 Finite Differences: Parabolic Problems B. C. Khoo Thanks to Franklin Tan SMA-HPC ©2002 NUS.
HEAT TRANSFER FINITE ELEMENT FORMULATION
Circuits Theory Examples Newton-Raphson Method. Formula for one-dimensional case: Series of successive solutions: If the iteration process is converged,
MECH4450 Introduction to Finite Element Methods Chapter 9 Advanced Topics II - Nonlinear Problems Error and Convergence.
MECH4450 Introduction to Finite Element Methods
A NEW ORIGINAL UNCODITIONALY STABLE MIXED FINITE ELEMENT APPROACH IN TRANSIENT HEAT ANALYSIS WITHOUT DIMENSIONAL REDUCTION A NEW ORIGINAL UNCODITIONALY.
Numerical methods 1 An Introduction to Numerical Methods For Weather Prediction by Mariano Hortal office 122.
MECH593 Introduction to Finite Element Methods
Game Technology Animation V Generate motion of objects using numerical simulation methods Physically Based Animation.
1 Spring 2003 Prof. Tim Warburton MA557/MA578/CS557 Lecture 32.
Higher Order Runge-Kutta Methods for Fluid Mechanics Problems Abhishek Mishra Graduate Student, Aerospace Engineering Course Presentation MATH 6646.
MATH 685/ CSI 700/ OR 682 Lecture Notes Lecture 11. Ordinary differential equations. Boundary value problems.
Finite element method for structural dynamic and stability analyses
Scientific Computing Lab
Applications of Lattice Methods
Finding A Better Final Discretized Equation
Scientific Computing Partial Differential Equations Implicit Solution of Heat Equation.
Finite Difference Method for Poisson Equation
Solving a System of Linear Equations
Presentation transcript:

MECH300H Introduction to Finite Element Methods Lecture 10 Time-Dependent Problems

In general, Key question: How to choose approximate functions? Two approaches:

Model Problem I – Transient Heat Conduction Weak form:

Transient Heat Conduction let: and ODE!

Time Approximation – First Order ODE Forward difference approximation - explicit Backward difference approximation - implicit

Time Approximation – First Order ODE  - family formula: Equation

Time Approximation – First Order ODE Finite Element Approximation

Stability of – Family Approximation Stability  Example

FEA of Transient Heat Conduction  - family formula for vector:

Stability Requirment where Note: One must use the same discretization for solving the eigenvalue problem.

Transient Heat Conduction - Example

Model Problem II – Transverse Motion of Euler- Bernoulli Beam Weak form: Where:

Transverse Motion of Euler-Bernoulli Beam let: and

Transverse Motion of Euler-Bernoulli Beam

ODE Solver – Newmark’s Scheme where Stability requirement: where

ODE Solver – Newmark’s Scheme Constant-average acceleration method (stable) Linear acceleration method (conditional stable) Central difference method (conditional stable) Galerkin method (stable) Backward difference method (stable)

Fully Discretized Finite Element Equations

Transverse Motion of Euler-Bernoulli Beam