Solving Engineering Problems

Slides:



Advertisements
Similar presentations
Technique of nondimensionalization Aim: –To remove physical dimensions –To reduce the number of parameters –To balance or distinguish different terms in.
Advertisements

Professor Walter W. Olson Department of Mechanical, Industrial and Manufacturing Engineering University of Toledo Lumped Parameter Systems.
A History of Numerical Analysis Ideas Alan Kaylor Cline Department of Computer Sciences The University of Texas at Austin Prepared for CS 378 History of.
Lecture 16 Symbolic Mathematics Symbolic mathematics: algebraezplotcalculus © 2007 Daniel Valentine. All rights reserved. Published by Elsevier.
ECIV 301 Programming & Graphics Numerical Methods for Engineers.
MATHEMATICA What it can do for you.. Overview Uses of Mathematica How the program works Language rules EXAMPLES!
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 2 Mathematical Modeling and Engineering Problem Solving.
The Islamic University of Gaza Faculty of Engineering Numerical Analysis ECIV 3306 Introduction.
LAPACK HTML version LAPACK = Linear Algebra PACKage ~ LINPACK + EISPACK
ECIV 301 Programming & Graphics Numerical Methods for Engineers Lecture 3 Programming and Software.
Preface This book is intended as a first course in partial differential equations. Topics include * characteristics, * canonical forms, * well-posed problems,
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. by Lale Yurttas, Texas A&M University Chapter 11.
The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 1 Mathematical Modeling.
INTRODUCTION Introduction Section 0 Lecture 1 Slide 1 Lecture 1 Slide 1 INTRODUCTION TO Modern Physics PHYX 2710 Fall 2004 Intermediate 2500 Fall 2011.
Modeling and Simulation of linear dynamical systems using open tools Zoltán Magyar Tomáš Starý Ladislav Szolik Ľudovít Vörös Katar ína Žáková.
Thinking Mathematically Algebra: Graphs, Functions and Linear Systems 7.3 Systems of Linear Equations In Two Variables.
BsysE595 Lecture Basic modeling approaches for engineering systems – Summary and Review Shulin Chen January 10, 2013.
MMJ 1113 Computational Methods for Engineers Mohsin Mohd Sies Fakulti Kejuruteraan Mekanikal, Universiti Teknologi Malaysia.
Numerical Approximation1  You have some Physics equation or equations which need to be solved  But: You can’t or don’t want to do all that mathematics,
Computational Fluid Dynamics - Fall 2003 The syllabus Term project CFD references (Text books and papers) Course Tools Course Web Site:
Computational Physics Introduction 3/30/11. Goals  Calculate solutions to physics problems  All physics problems can be formulated mathematically. 
A PPLIED M ECHANICS Lecture 01 Slovak University of Technology Faculty of Material Science and Technology in Trnava.
Matlab for Engineers About Matlab Chapter 1. Matlab for Engineers What’s in this Chapter? What is Matlab? Student Edition of Matlab How is Matlab used.
Chapter 2 Mathematical Modeling of Chemical Processes Mathematical Model (Eykhoff, 1974) “a representation of the essential aspects of an existing system.
Lecture 1 - Introduction June 3, 2002 CVEN 302. Lecture’s Goals General Introduction to CVEN Computer Applications in Engineering and Construction.
Chapter 2: First Steps in MuPAD MATLAB for Scientist and Engineers Using Symbolic Toolbox.
An Introduction to MathCAD Finding Solutions and Symbolic Maths.
Applied Numerical Method for Engineers and Scientists
CSE 3802 / ECE 3431 Numerical Methods in Scientific Computation
Chapter 1 Computing Tools Analytic and Algorithmic Solutions Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Computational fluid dynamics Authors: A. Ghavrish, Ass. Prof. of NMU, M. Packer, President of LDI inc.
Chapter 1: Brief Overview of MATLAB MATLAB for Scientist and Engineers Using Symbolic Toolbox.
ES 240: Scientific and Engineering Computation. Chapter 1 Chapter 1: Mathematical Modeling, Numerical Methods and Problem Solving Uchechukwu Ofoegbu Temple.
Part 1 Chapter 1 Mathematical Modeling, Numerical Methods, and Problem Solving PowerPoints organized by Dr. Michael R. Gustafson II, Duke University and.
Robot Formations Motion Dynamics Based on Scalar Fields 1.Introduction to non-holonomic physical problem 2.New Interaction definition as a computational.
CVEN Computer Applications in Engineering and Construction.
Part 1 Chapter 1 Mathematical Modeling, Numerical Methods, and Problem Solving PowerPoints organized by Dr. Michael R. Gustafson II, Duke University and.
Engineering Modeling: Mathematical and Computer. What is Engineering Modeling? Model: A representation of a real object or system of objects for purposes.
EXAMPLE 1 Solve a system graphically Graph the linear system and estimate the solution. Then check the solution algebraically. 4x + y = 8 2x – 3y = 18.
1.8 Solving Absolute Value Equations and Inequalities Objectives: Write, solve, and graph absolute value equations and inequalities in mathematical and.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1-1 Chapter 1.
Notes Over 9.4 Checking a Solution Using a Graph The solution, or roots of an equation are the x-intercepts. Solve the equation algebraically. Check the.
Computational Fluid Dynamics Lecture II Numerical Methods and Criteria for CFD Dr. Ugur GUVEN Professor of Aerospace Engineering.
CALCULUS REVIEW BME 3510 C PO-WEI CHEN 8/19/2014.
244-1: INTRODUCTION TO PROGRAMMING
Transfer Functions Convenient representation of a linear, dynamic model. A transfer function (TF) relates one input and one output: The following terminology.
SLOPE FIELDS & EULER’S METHOD
SLOPE FIELDS & EULER’S METHOD
Chapter 30.
Chapter 1.
CHAPTER 3 NUMERICAL METHODS.
Objectives of the Presentation
Final Examination (F2017) ME 130 Applied Engineering Analysis
Numerical Solution of Ordinary Differential Equation
Eurocode 1: Actions on structures –
ME/AE 339 Computational Fluid Dynamics K. M. Isaac Topic1_ODE
Symbolic mathematics: algebra ezplot calculus
Notes Over 4.7 Solving an Equation Graphically
Ch 1.3: Classification of Differential Equations
Ch 1.3: Classification of Differential Equations
Numerical Approximation
Solving Engineering Problems
Mathematical Modeling, Numerical Methods, and Problem Solving
What is an equation? An equation is a mathematical statement that two expressions are equal. For example, = 7 is an equation. Note: An equation.
Final Examination (S2018) ME 130 Applied Engineering Analysis-01
Computational Fluid Dynamics - Fall 2001
APPLICATION OF LINEAR ALGEBRA IN MECHANICAL ENGINEERING
SKTN 2393 Numerical Methods for Nuclear Engineers
3-2 Solving Inequalities Using Addition and Subtraction
MULTI DEGREE OF FREEDOM (M-DOF)
Presentation transcript:

Solving Engineering Problems From physical problem to solution Develop Model Apply Fundamental Principles Obtain Governing Equations Solution of Governing Equations Interpretation of Solution

Develop Model Model is developed to represent all important characteristics of the physical system Identify system Identify external influences on system (load, input, output) Material properties (Ideal gas, real gas, Newtonian fluid, Elastic/plastic etc.)

Apply Fundamental Principles Apply Physical Laws Equilibrium equation Newton's Law of motion Conservation of mass Conservation of momentum Conservation of energy Accounting principle (change = input - output)

Obtain governing equation Apply simplifying assumptions on the physical laws Derive final governing equation

Solution of governing equation Solution may appear as a set of linear/nonlinear algebraic equations Transcendental equations Ordinary differential equations (ODE) Partial differential equations (PDE) Eigenvalue problem The set of simultaneous equations is readily handled using matrices.

Solutions of governing equations Two types of solutions Closed form mathematical expression leading to analytical solution Closed form not possible, thus needs approximated numerical solution (computers)

Solution of governing equation

Interpretation of Solution Reality Check Test with simple, known cases Graphics representation better conveys the meaning of solution Graphs Bar charts Contour plots

Softwares Languages FORTRAN Matlab C, C++, Python, etc Libraries Netlib (www.netlib.org) LAPACK EISPACK LINPACK IMSL, etc

Softwares Others Octave, Scilab Maxima, Maple Mathematica, Mathcad R (statistical) OpenDX, Paraview, Viz5D (plotting, visualization)