Creed Reilly, Sophomore, Engineering Advisor: Professor Anna Mazzucato Graduate Student: Yajie Zhang.

Slides:



Advertisements
Similar presentations
Start with your equation Move the # term to the other side, and leave a space Determine what HALF of the coefficient of X is Factor the left side Write.
Advertisements

Partial Differential Equations
Chapter 8 Elliptic Equation.
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
PART 7 Ordinary Differential Equations ODEs
Generation & Propagation of Uncertainty Analysis P M V Subbarao Professor Mechanical Engineering Department A Measure of Confidence Level in compound Experiments…..
Finite Difference Methods to Solve the Wave Equation To develop the governing equation, Sum the Forces The Wave Equation Equations of Motion.
Numerical Methods Marisa Villano, Tom Fagan, Dave Fairburn, Chris Savino, David Goldberg, Daniel Rave.
EXAMPLE 1 Solve a quadratic equation by finding square roots Solve x 2 – 8x + 16 = 25. x 2 – 8x + 16 = 25 Write original equation. (x – 4) 2 = 25 Write.
Many quadratic equations can not be solved by factoring. Other techniques are required to solve them. 7.1 – Completing the Square x 2 = 20 5x =
7.1 – Completing the Square
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Part 81 Partial.
CHAPTER 8 APPROXIMATE SOLUTIONS THE INTEGRAL METHOD
Matmol Metoda linii Method of lines
COMPUTATIONAL MODELING FOR ENGINEERING MECN 6040 Professor: Dr. Omar E. Meza Castillo Department.
Find an Inverse Equation Algebraically. To find an inverse equation algebraically: 1.Switch the x and y in the equation. 2.Solve for y.
Scientific Computing Partial Differential Equations Introduction and
Chapter 13 Section 13.1 Rectangular Space Coordinates.
Teaching Partial Differential Equations Using Mathematica Katarina Jegdic Assistant Professor Computer and Mathematical Sciences Department University.
Functions. Warm Up Solve each equation. 1.2x – 6 = x = X + 29 = x – 5 – 4x = 17 x = 14 x = - 7 x = -15 x = 11.
1 CHAPTER 9 PERTURBATION SOLUTIONS 9.1 Introduction Objective Definitions Perturbation quantity Basic Problem To construct an approximate solution to a.
Integral Transform Method CHAPTER 15. Ch15_2 Contents  15.1 Error Function 15.1 Error Function  15.2Applications of the Laplace Transform 15.2Applications.
Boyce/DiPrima 9 th ed, Ch 10.8: Laplace’s Equation Elementary Differential Equations and Boundary Value Problems, 9 th edition, by William E. Boyce and.
+ Numerical Integration Techniques A Brief Introduction By Kai Zhao January, 2011.
Chapter 5: Numerical Methods in Heat Transfer
3.6 Solving Absolute Value Equations and Inequalities
Motion in One Dimension
Finite Difference Methods Definitions. Finite Difference Methods Approximate derivatives ** difference between exact derivative and its approximation.
Engineering Analysis – Computational Fluid Dynamics –
Engineering Analysis – Computational Fluid Dynamics –
Derivation of the Quadratic Formula The following shows how the method of Completing the Square can be used to derive the Quadratic Formula. Start with.
HW2 Due date Next Tuesday (October 14). Lecture Objectives: Unsteady-state heat transfer - conduction Solve unsteady state heat transfer equation for.
5.2 – Solving Inequalities by Multiplication & Division.
Engineering Analysis – Computational Fluid Dynamics –
Problem: y=(x+2)(x-3) FOIL (first - outer - inner - last) y=x 2 -3x +2x-6 Reduce: y=x 2 -x-6 Graph.
6.9 Dirichlet Problem for the Upper Half-Plane Consider the following problem: We solved this problem by Fourier Transform: We will solve this problem.
MA428 Class Project The Heat Equation Temperature Distribution in a Bar with Radiating Ends.
Towards Future Navier-Stokes Schemes Uniform Accuracy, O(h) Time Step, Accurate Viscous/Heat Fluxes Hiroaki Nishikawa National Institute of Aerospace.
HEAT TRANSFER Problems with FEM solution
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
Chapter 3 Linear Systems Review
Part 8 - Chapter 29.
Chapter 30.
Boyce/DiPrima 10th ed, Ch 10.8: Laplace’s Equation Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
Solving Quadratic Equations by Completing the Square
3.3 – Solving Systems of Inequalities by Graphing
These are the 4 equations from applying the continuity of psi and its first derivative at the well boundaries.
Analysing a function near a point on its graph.
Chapter 2. Mathematical Expression of Conduction
Chemical Kinetics And The Time-Dependent Diffusion Equation
Eeee.
21th Lecture - Advection - Diffusion
Section 4.7 Solving Quadratic Equations by Completing the Square
1.5 The Limit of a Function.
5-2 Direct Variation.
USING GRAPHS TO SOLVE EQUATIONS
Numerical Integration:
Quadratics – Absolute value
Write Polynomial Functions and Models
ABSOLUTE VALUE September 7, 2016.
y x y = x + 2 y = x + 4 y = x – 1 y = -x – 3 y = 2x y = ½x y = 3x + 1
topic4: Implicit method, Stability, ADI method
What is Slope? Teacher Twins©2014.
Write the equation for the following slope and y-intercept:
Systems of Equations Solve by Graphing.
Example 5A: Solving Simple Rational Equations
Bell Work Solve for “x” and check your solution
Objectives: To graph lines using the slope-intercept equation
1: Slope from Equations Y = 8x – 4 B) y = 6 – 7x
Home assignment #3 (1) (Total 3 problems) Due: 12 November 2018
Presentation transcript:

Creed Reilly, Sophomore, Engineering Advisor: Professor Anna Mazzucato Graduate Student: Yajie Zhang

Diffusion coefficient c jumps at x=1/2 (the interface). Impose transmission conditions at interface. Solve equation in [0,1]. Impose Dirichlet boundary conditions at x=0,1. Initial condition is sin(πx). General Heat Equation in 1 Dimension with Transmission Condition

Model Composite Materials:

 This is the simplest (explicit) first-order finite difference method to solve the heat equation.  First order Taylor expansion was used for the time derivative (U t )  The center-difference method was used for the second space derivative (U xx )  Because this is an explicit method, a convergence condition had to be observed:

C L =1C R =2Δx=0.1C L =1C R =2Δx=0.025

ΔxL2(1)Linf(1)L2(2)Linf(2)LogE E E E E E E E E E E E E E E E E E E E E E E-10No Mem N/A Table 1: L2 and L∞ error for various displacement steps Graph 1: Diffusion of energy when the left half has a C=1 and the right has a C=2. Graph 2: Diffusion of energy when the left half has a C=1 and the right has a C=100.