Variants of the 1D Wave Equation Jason Batchelder 6/28/07.

Slides:



Advertisements
Similar presentations
Time averages and ensemble averages
Advertisements

Finite Difference Discretization of Hyperbolic Equations: Linear Problems Lectures 8, 9 and 10.
Formal Computational Skills
Warm Up Sketch the graph of y = ln x What is the domain and range?
Chapter 8 Elliptic Equation.
Introduction.
Ch 3.8: Mechanical & Electrical Vibrations
Ordinary Differential Equations
Numerical Integration of Partial Differential Equations (PDEs)
ENGG2013 Unit 25 Second-order Linear DE
1Notes. 2 Building implicit surfaces  Simplest examples: a plane, a sphere  Can do unions and intersections with min and max  This works great for.
Course Outline 1.MATLAB tutorial 2.Motion of systems that can be idealized as particles Description of motion; Newton’s laws; Calculating forces required.
Newton’s Laws of Motion - 2. Multiple Objects – Example with m 2 > m 1 Draw free body diagrams for each object. In magnitude, a 1 = a 2.
Kjell Simonsson 1 Vibrations in linear 1-dof systems; III. damped systems (last updated )
Lecture 34 - Ordinary Differential Equations - BVP CVEN 302 November 28, 2001.
Introduction to Numerical Methods I
“But, if this is true, and if a large stone moves with a speed of, say, eight while a smaller one moves with a speed of four, then when they are united,
Finite Difference Methods to Solve the Wave Equation To develop the governing equation, Sum the Forces The Wave Equation Equations of Motion.
1 Chapter 9 Differential Equations: Classical Methods A differential equation (DE) may be defined as an equation involving one or more derivatives of an.
Partial Differential Equation (PDE) An ordinary differential equation is a differential equation that has only one independent variable. For example, the.
MATH 685/ CSI 700/ OR 682 Lecture Notes Lecture 10. Ordinary differential equations. Initial value problems.
Module 1 Introduction to Ordinary Differential Equations Mr Peter Bier.
Lecture 2 Differential equations
Viscously Damped Free Vibration. Viscous damping force is expressed by the equation where c is a constant of proportionality. Symbolically. it is designated.
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.
Chapter 5 Vibration Analysis
Numerical Methods for Partial Differential Equations CAAM 452 Spring 2005 Lecture 6 Various Finite Difference Discretizations for the Advection Equations.
Scientific Computing Partial Differential Equations Explicit Solution of Wave Equation.
Tutorial 5: Numerical methods - buildings Q1. Identify three principal differences between a response function method and a numerical method when both.
Finite Differences Finite Difference Approximations  Simple geophysical partial differential equations  Finite differences - definitions  Finite-difference.
Autumn 2008 EEE8013 Revision lecture 1 Ordinary Differential Equations.
Hyperbolic PDEs Numerical Methods for PDEs Spring 2007 Jim E. Jones.
ME451 Kinematics and Dynamics of Machine Systems
Most physically significant large-scale atmospheric circulations have time scales on the order of Rossby waves but much larger than the time scales.
Simulating Electron Dynamics in 1D
Sect. 6.5: Forced Vibrations & Dissipative Effects
A conservative FE-discretisation of the Navier-Stokes equation JASS 2005, St. Petersburg Thomas Satzger.
Math 3120 Differential Equations with Boundary Value Problems
1 Computational Methods Dr. Farzad Ismail School of Aerospace and Mechanical Engineering Universiti Sains Malaysia Nibong Tebal Pulau Pinang Week.
Laplace Transforms 1. Standard notation in dynamics and control (shorthand notation) 2. Converts mathematics to algebraic operations 3. Advantageous for.
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Performance & Stability Analysis.
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.
Uniform Circular Motion. What is uniform circular motion? Constant speed Circular path Must be an unbalanced force acting towards axis of rotation- think.
Final Project Topics Numerical Methods for PDEs Spring 2007 Jim E. Jones.
DIFFERENTIAL EQUATIONS Note: Differential equations are equations containing a derivative. They can be solved by integration to obtain a general solution.
EE Audio Signals and Systems Wave Basics Kevin D. Donohue Electrical and Computer Engineering University of Kentucky.
The story so far… ATM 562 Fovell Fall, Convergence We will deploy finite difference (FD) approximations to our model partial differential equations.
Differential Equations MTH 242 Lecture # 16 Dr. Manshoor Ahmed.
Numerical Analysis Yu Jieun.
Introduction to Differential Equations
Introduction.
Ahmedabad Institute of Technology
Laplace Transforms Chapter 3 Standard notation in dynamics and control
Introduction to Numerical Methods I
Chapter 15 Oscillations.
thermal conductivity of a gas
CE 102 Statics Chapter 1 Introduction.
Introduction.
Mechanical Engineering at Virginia Tech
Introduction to Partial Differential Equations
Lesson 0 – 4 & 0 – 5 Algebraic Expressions & Linear Equations
Foundations of Physics
How delay equations arise in Engineering
Introduction.
Introduction.
Copyright © 2014 John Wiley & Sons, Inc. All rights reserved.
6th Lecture : Numerical Methods
Introduction.
Presentation transcript:

Variants of the 1D Wave Equation Jason Batchelder 6/28/07

Overview Objective Partial Differential Equations  1D Wave Equation with Damping  1D Wave Equation with Forcing Function Finite Difference Equations Results Lessons Learned What I Would do Differently

Objective Investigate Real World Variations on the 1D Wave Equation Guitar String  Doesn’t oscillate forever as the 1D wave equation predicts  Is there a better way to model? Straight Forward Damping Aerodynamic Drag

Free Body Diagram and Newton’s Law Taken from Mechanical Vibrations by Rao, pg 503

1D Wave Equation with Damping - PDE Partial Differential Equation Common Form of Wave Equation Similar form to Spring-Damper System in Vibrations AccelerationDampingTension

1D Wave Equation with Damping - FDE 2 nd Order Accurate in Time and Space, Explicit FDE  Used Central Difference Stencil on the 1 st Derivative

Assumption Used in Numerical Model For the next time step, need to know current time step as well as previous time step  Due to 2 nd Time Derivative  Also due to 2 nd Order Accurate 1 st Time Derivative Assume that any time before the initial condition is the same at the initial condition  i.e.  FDE form: If initial condition is at i=1, then z(j,0)=z(j,1) Unless Stated, assumes all coefficients are 1

No Damping Case (k=0; CFL = 1) Used to Check Model dx=0.01, dt=0.01

No Damping Case (k=0; CFL = 1.001) Not Stable for CFL>1 dx=0.01, dt=

No Damping Case (k=0; CFL = 0.01) Stable for CFL<1 First 100 time steps are so quick, little change occurs dx=0.01, dt=0.0001

Damping Case (k=1; CFL = 1) Stable for CFL<=1 dx=0.01, dt=0.01

Damping Case (k=1; CFL = 1.001) Unstable for CFL>1 Interestingly the model blows up near the same time step as the no damping case dx=0.01, dt=

1D Wave Equation with Forcing - PDE Partial Differential Equation Damping Function Replaced with Aerodynamic Drag Aero Drag is a Non-Linear Term Magnitude Function Used to Control Drag Direction TensionAero DragAcceleration

1D Wave Equation with Forcing - FDE 2 nd Order Accurate in Space, 1 st Order Accurate in Time, Explicit FDE Originally tried to simplify this equation, but messed it up repeatedly, and difficult to do with the absolute value function in there

Unforced Case (B=0; CFL = 1) Stable for CFL=1 dx=0.01, dt=0.01

Forced Case (B=1; CFL = 1) Unstable for CFL=1 dx=0.01, dt=0.01

Forced Case (B=1; CFL = 0.99) Stable for CFL<1 dx=0.01, dt=0.0099

Forced Case (B=2; CFL = 0.99) Stable for CFL<1 dx=0.01, dt=0.0099

Comparing Damped Case and Drag Case dx=0.01, dt=0.0099

Comparing Effects of Drag Coefficient Increasing drag drops amplitude, but also changes frequency dx=0.01, dt=0.0099

Lessons Learned I can’t type Sometimes it’s easier to enter the equation “As-Is” instead of trying to simplify it Von Neumann stability analysis can’t always be solved (trial and error) Non linear terms make life difficult “Next Time” the difficulties would be in keeping track of the indices and simplifying the FDE

What I Would Do Differently Start earlier More investigations on initial conditions Simulate something more realistic like a guitar string  Get properties online  Ability to compare results to things like frequency