Oil Film Thickness Calculation On A Flat Plate Withdrawn from Oil Bath Jeff Bode Numerical Analysis for Engineering MEAE-4960 April 10, 2001.

Slides:



Advertisements
Similar presentations
Chapter 6 Differential Equations
Advertisements

Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
1 Direct Method of Interpolation Electrical Engineering Majors Authors: Autar Kaw, Jai Paul
Error Measurement and Iterative Methods
COMPUTER MODELS IN BIOLOGY Bernie Roitberg and Greg Baker.
11 September 2007 KKKQ 3013 PENGIRAAN BERANGKA Week 10 – Ordinary Differential Equations 11 September am – 9.00 am.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 31 Ordinary Differential Equations.
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 20 Solution of Linear System of Equations - Iterative Methods.
Initial-Value Problems
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 19 Solution of Linear System of Equations - Iterative Methods.
Wetsuit Thickness ME340 Winter 2008 Michael Rose Daniel Madsen.
Laminar Incompressible Flow over a Rotating Disk Numerical Analysis for Engineering John Virtue December 1999.
Simplified Method to Detail the BL Profile… P M V Subbarao Professor Mechanical Engineering Department I I T Delhi Flat Plate Boundary Layer Solutions.
Lecture Notes Dr. Rakhmad Arief Siregar Universiti Malaysia Perlis
7/4/2015 Cauchy – Euler’s Equations Chapter /4/2015 Cauchy – Euler’s Equations Chapter 5 2.
Technical Question Technical Question
Converting a Chemical Engineering Problem into Excel VBA Program
Numerical Solution of Ordinary Differential Equation
Secant Method Another Recursive Method. Secant Method The secant method is a recursive method used to find the solution to an equation like Newton’s Method.
Write and graph a direct variation equation
Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Solving ODE.
Ch 8.1 Numerical Methods: The Euler or Tangent Line Method
Boyce/DiPrima 9th ed, Ch 8.4: Multistep Methods Elementary Differential Equations and Boundary Value Problems, 9th edition, by William E. Boyce and Richard.
Ch 8.3: The Runge-Kutta Method
9/20/ Secant Method Civil Engineering Majors Authors: Autar Kaw, Jai Paul
Section 4-1: Introduction to Linear Systems. To understand and solve linear systems.
Numerical Methods For Slides Thanks to Lecture 6 Interpolation
Numerical Methods Part: False-Position Method of Solving a Nonlinear Equation
ME 142 Engineering Computation I Root Finding & Iterative Solutions.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 7 Roots of Polynomials.
Suppose we are given a differential equation and initial condition: Then we can approximate the solution to the differential equation by its linearization.
1 6.1 Slope Fields and Euler's Method Objective: Solve differential equations graphically and numerically.
Ch 8.2: Improvements on the Euler Method Consider the initial value problem y' = f (t, y), y(t 0 ) = y 0, with solution  (t). For many problems, Euler’s.
4.8 Newton’s Method Mon Nov 9 Do Now Find the equation of a tangent line to f(x) = x^5 – x – 1 at x = 1.
Linearization, Newton’s Method
Lecture 40 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
Particular Solutions to Differential Equations Unit 4 Day 2.
Chapter 21 Exact Differential Equation Chapter 2 Exact Differential Equation.
Nature of Zero Pressure Gradient BL Flows…… P M V Subbarao Professor Mechanical Engineering Department I I T Delhi Solutions for Flat Plate Boundary Layer.
Lecture 39 Numerical Analysis. Chapter 7 Ordinary Differential Equations.
MTH 253 Calculus (Other Topics) Chapter 9 – Mathematical Modeling with Differential Equations Section 9.4 – Second-Order Linear Homogeneous Differential.
Problem of the Day - Calculator Let f be the function given by f(x) = 2e4x. For what value of x is the slope of the line tangent to the graph of f at (x,
Solving Partial Differential Equation Numerically Pertemuan 13 Matakuliah: S0262-Analisis Numerik Tahun: 2010.
6/13/ Secant Method Computer Engineering Majors Authors: Autar Kaw, Jai Paul
Announcements Topics: -Review of Differential Equations and Integration Techniques (7.1, 7.2, and 7.5) To Do: -Review sections 7.1, 7.2, and 7.5 in the.
AP Calculus AB 6.3 Separation of Variables Objective: Recognize and solve differential equations by separation of variables. Use differential equations.
Section 9.4 – Solving Differential Equations Symbolically Separation of Variables.
§ 4.2 The Exponential Function e x.
Finite Difference Methods
Differential Equations
Bracketing Methods (Bisection Method)
Notes Over 9.6 An Equation with One Solution
5-2 Direct Variation What is Direct Variation?
Section Euler’s Method
Chapter 1: False-Position Method of Solving a Nonlinear Equation
Use power series to solve the differential equation. {image}
Measuring Errors Major: All Engineering Majors
§ 4.3 Differentiation of Exponential Functions.
Chemical Engineering Majors Authors: Autar Kaw, Jai Paul
Linearization and Newton’s Method
Choose the differential equation corresponding to this direction field
Numerical Methods on Partial Differential Equation
Solve the differential equation using the method of undetermined coefficients. y " + 4y = e 3x 1. {image}
Solve the differential equation using the method of undetermined coefficients. y " + 9y = e 2x {image}
Packet #12 Applications: Newton’s Method
Roots of Polynomials Chapter 7 The Islamic University of Gaza
Reading Between the Lines!
Differentiation-Discrete Functions
Pivoting, Perturbation Analysis, Scaling and Equilibration
Presentation transcript:

Oil Film Thickness Calculation On A Flat Plate Withdrawn from Oil Bath Jeff Bode Numerical Analysis for Engineering MEAE-4960 April 10, 2001

Oil Film Thickness Calculation On A Flat Plate Withdrawn from Oil Bath Jeff BodeMEAE Problem was the determination of oil film thickness on plate X

Oil Film Thickness Calculation On A Flat Plate Withdrawn from Oil Bath Jeff BodeMEAE is treated as a constant.  f is not known, and needs to be solved for. Third Order Differential Equation Was Analyzed

Oil Film Thickness Calculation On A Flat Plate Withdrawn from Oil Bath Jeff BodeMEAE Third Order DE transformed into 3 First Order Differential Equations. Runge-Kutta Method for Systems of Differential Equations Selected

Oil Film Thickness Calculation On A Flat Plate Withdrawn from Oil Bath Jeff BodeMEAE Initial guess of  f is required (iteration necessary). Equations not valid at x=0, therefore approximation necessary.  (0.0001) is guessed for initial condition.  ’(0.0001) and  ’’(0.0001) are determined numerically. Initial Conditions Are Required For Analysis

Oil Film Thickness Calculation On A Flat Plate Withdrawn from Oil Bath Jeff BodeMEAE Solution should have the following output –  =  f –  ’ = 0 –  ’’ > 0 Despite variation of initial conditions for  (0.0001), no solution with all of above 3 conditions could be found. Closest estimate with  ’ = 0 produced over 2000% error. Initial Conditions For  (x) Became Roadblock For Accurate Results