Matthew DeFilippis EPS 109 Fall ‘18

Slides:



Advertisements
Similar presentations
D. R. Wilton ECE Dept. ECE 6382 Applications of Bessel Functions.
Advertisements

Lecture 38 Review of waves Interference Standing waves on a string.
Session: Computational Wave Propagation: Basic Theory Igel H., Fichtner A., Käser M., Virieux J., Seriani G., Capdeville Y., Moczo P.  The finite-difference.
ECE602 BME I Partial Differential Equations in Biomedical Engineering.
FEM and X-FEM in Continuum Mechanics Joint Advanced Student School (JASS) 2006, St. Petersburg, Numerical Simulation, 3. April 2006 State University St.
p.1067 Ch 34 Electromagnetic Waves 34.1 Displacement Current and the General Form of Ampere’s Law I d =  0 d  E /dt B·ds =  0 (I + I d ) 
ECE602 BME I Partial Differential Equations in Biomedical Engineering (Cont’d)
Wave Motion and Standing Waves Wave pulse traveling down string, striking “fixed” boundary. Wave pulse traveling down string, striking “free” boundary.
Introduction to Differential Equations
E2E school at LLO1  Execution takes place at discrete times, a.k.a. “ticks”  Time Step is Fixed and Universal »Usually determined by long propagators.
16.1 Propagation of a Disturbance
Finite Difference Time Domain Method (FDTD)
Strings. Masses on a String  Couple n equal masses on a massless string. Displacements  i Separation a Constraints  0 =  n+1 = 0 Potential from.
What is a wave? Speed, wave length and frequency.
Continuous String Take limit of h→0 and m/h→ r Wave Equation.
Partial Differential Equation (PDE) An ordinary differential equation is a differential equation that has only one independent variable. For example, the.
L4 Transverse Waves revisited- Reflection, Interference, Standing Waves on String.
Computer Sound Synthesis 2 MUS_TECH 335 Selected Topics.
9.6 Other Heat Conduction Problems
Implementation of 2D FDTD
More Waves!. Intensity Intensity – the rate at which energy flows through a surface Point source outputs a fixed power, say P 0 Watts.
Chapter 16 Outline Sound and Hearing Sound waves Pressure fluctuations Speed of sound General fluid Ideal gas Sound intensity Standing waves Normal modes.
Monte Carlo for PDEs Fall Review Last Class – Monte Carlo Linear Solver von Neumann and Ulam method Randomize Stationary iterative methods Variations.
Periodic Boundary Conditions in Comsol
Harmonics.
1 EEE 431 Computational Methods in Electrodynamics Lecture 3 By Dr. Rasime Uyguroglu.
Introduction to Numerical Methods for ODEs and PDEs Lectures 1 and 2: Some representative problems from engineering science and classification of equation.
Standing Waves. What is a standing wave? A standing wave is the result of identical, periodic waves moving in opposite directions. When reflected waves.
Hirophysics.com Simulation of the Electromagnetic Fields and its Properties With Free-space and Dielectrics Using the FDTD Method Mark E. Eckman.
Formulation of 2D‐FDTD without a PML.
Fig. 13-CO, p Fig , p. 456 Fig , p. 457.
-Waves at Boundaries -Reflection -Interference of Waves Physics Mrs. Coyle Coyle, Greece, 2009, Island of Antipaxos.
Chapter 15: Wave Motion 15-2 Types of Waves: Transverse and Longitudinal 15-3 Energy Transported by Waves 15-4 Mathematical Representation of a Traveling.
Chapter 16 Waves I In this chapter we will start the discussion on wave phenomena. We will study the following topics: Types of waves Amplitude, phase,
-Standing Waves -Law of Reflection -Diffraction -Interference of Waves Physics Mrs. Coyle.
One-Dimension Wave 虞台文.
The Universal Wave Equation
One-Dimension Wave 虞台文.
Boundary-Value Problems in Rectangular Coordinates
Potential Flow for inviscid, irrotational flows velocity potential
Chapter 2. Mathematical Expression of Conduction
THE METHOD OF LINES ANALYSIS OF ASYMMETRIC OPTICAL WAVEGUIDES Ary Syahriar.
Introduction to Partial Differential Equations
Pressure Poisson Equation
Boundary-Value Problems in Rectangular Coordinates
Finite Difference Method
finite element method node point based strong form
finite element method node point based strong form
Superposition of Waves
Chapter 6: Dirichlet and Neumann Problems
Introduction to physics
Equation Review Given in class 10/4/13.
PHY221 Ch23: Harmonic Waves and Wave Eqtn
Ch. 12 Waves pgs
MEE …. WAVE PROPAGATION IN SOLIDS
Wave Interactions.
The second pair of Maxwell equations
Partial Differential Equations
11-3: PROPERTIES OF WAVES.
11-3: PROPERTIES OF WAVES.
2.2 Cauchy Problem for the Wave Equation
Gaussian Wavepacket in an Infinite square well
Diyu Yang Mentor: Xu Chen Advisor: José E. Schutt-Ainé Abstract
Scientific Computing Lab
-Waves at Boundaries -Reflection -Interference of Waves
Equation Review.
Wave Interactions 1986 world cup in mexico.
Wei Choon Tay and Eng Leong Tan
Oscillating Wave Interference Pattern Nick Odlum
plane waves in lossy material
Presentation transcript:

Matthew DeFilippis EPS 109 Fall ‘18 Wave on a String Matthew DeFilippis EPS 109 Fall ‘18

Making a Wave Fixed (Dirichlet): Goal: Simulate a propagating wave on a string with varying boundary conditions and initial displacements How did I do this? Discretized the 1-Dimensional Wave Equation Used Jacobi Method to update values in string Implemented Fixed, Reflecting, and Absorbing Boundary Conditions Created initial string displacements in order to start a wave Reflecting (Neumann): Ui+1 = Ui-1 Fixed (Dirichlet): U(xmin,t)=0 , U(xmax,t)=0 Absorbing (Mur): ∂u / ∂x = - ( 1 / c) (∂u / ∂t) [1] [1] https://w3.pppl.gov/m3d/1dwave/ln_fdtd_1d.pdf

QUESTIONS?